Home
last modified time | relevance | path

Searched refs:maState (Results 1 – 11 of 11) sorted by relevance

/trunk/main/cppcanvas/source/mtfrenderer/
H A Dpolypolyaction.cxx92 rendering::RenderState maState; member in cppcanvas::internal::__anon4d4e83f00111::PolyPolyAction
106 maState(), in PolyPolyAction()
109 tools::initRenderState(maState,rState); in PolyPolyAction()
128 maState(), in PolyPolyAction()
131 tools::initRenderState(maState,rState); in PolyPolyAction()
173 if( maState.Clip.is() ) in render()
283 rendering::RenderState maState; member in cppcanvas::internal::__anon4d4e83f00111::TexturedPolyPolyAction
295 maState(), in TexturedPolyPolyAction()
298 tools::initRenderState(maState,rState); in TexturedPolyPolyAction()
395 rendering::RenderState maState; member in cppcanvas::internal::__anon4d4e83f00111::StrokedPolyPolyAction
[all …]
H A Dtextaction.cxx677 maState(), in TextAction()
698 maState(), in TextAction()
861 maState(), in EffectTextAction()
901 maState(), in EffectTextAction()
1075 maState() in TextArrayAction()
1098 maState() in TextArrayAction()
1294 maState(), in EffectTextArrayAction()
1335 maState(), in EffectTextArrayAction()
1660 maState(), in OutlineAction()
1681 init( maState, in OutlineAction()
[all …]
H A Dtransparencygroupaction.cxx163 rendering::RenderState maState; member in cppcanvas::internal::__anon3fe62e0f0111::TransparencyGroupAction
197 maState(), in TransparencyGroupAction()
200 tools::initRenderState(maState,rState); in TransparencyGroupAction()
201 implSetupTransform( maState, rDstPoint ); in TransparencyGroupAction()
204 tools::modifyClip( maState, in TransparencyGroupAction()
229 maState(), in TransparencyGroupAction()
232 tools::initRenderState(maState,rState); in TransparencyGroupAction()
233 implSetupTransform( maState, rDstPoint ); in TransparencyGroupAction()
236 tools::modifyClip( maState, in TransparencyGroupAction()
457 rendering::RenderState aLocalState( maState ); in render()
[all …]
H A Dbitmapaction.cxx86 rendering::RenderState maState; member in cppcanvas::internal::__anon655b93050111::BitmapAction
98 maState() in BitmapAction()
100 tools::initRenderState(maState,rState); in BitmapAction()
105 ::canvas::tools::appendToRenderState( maState, in BitmapAction()
109 tools::modifyClip( maState, in BitmapAction()
126 maState() in BitmapAction()
128 tools::initRenderState(maState,rState); in BitmapAction()
139 ::canvas::tools::appendToRenderState( maState, aLocalTransformation ); in BitmapAction()
142 tools::modifyClip( maState, in BitmapAction()
156 rendering::RenderState aLocalState( maState ); in render()
[all …]
H A Dpointaction.cxx82 ::com::sun::star::rendering::RenderState maState;
90 maState() in PointAction()
92 tools::initRenderState(maState,rState); in PointAction()
93 maState.DeviceColor = rState.lineColor; in PointAction()
102 maState() in PointAction()
104 tools::initRenderState(maState,rState); in PointAction()
105 maState.DeviceColor = ::vcl::unotools::colorToDoubleSequence( in PointAction()
115 rendering::RenderState aLocalState( maState ); in render()
139 rendering::RenderState aLocalState( maState ); in getBounds()
H A Dlineaction.cxx78 rendering::RenderState maState; member in cppcanvas::internal::__anon6de981900111::LineAction
88 maState() in LineAction()
90 tools::initRenderState(maState,rState); in LineAction()
91 maState.DeviceColor = rState.lineColor; in LineAction()
99 rendering::RenderState aLocalState( maState ); in render()
124 rendering::RenderState aLocalState( maState ); in getBounds()
/trunk/main/vcl/os2/source/window/
H A Dsalframe.cxx384 pFrame->maState.mnState |= SAL_FRAMESTATE_MINIMIZED; in ImplSaveFrameState()
394 pFrame->maState.mnState &= ~SAL_FRAMESTATE_MINIMIZED; in ImplSaveFrameState()
395 pFrame->maState.mnState |= SAL_FRAMESTATE_MAXIMIZED; in ImplSaveFrameState()
412 pFrame->maState.mnX = aSWP.x+nLeftDeco; in ImplSaveFrameState()
413 pFrame->maState.mnY = nScreenHeight - (aSWP.y+aSWP.cy)+nTopDeco; in ImplSaveFrameState()
414 pFrame->maState.mnWidth = aSWP.cx-nLeftDeco-nRightDeco; in ImplSaveFrameState()
415 pFrame->maState.mnHeight = aSWP.cy-nTopDeco-nBottomDeco; in ImplSaveFrameState()
419 pFrame->maState.mnWidth,pFrame->maState.mnHeight,pFrame->maState.mnX,pFrame->maState.mnY); in ImplSaveFrameState()
829 memset( &maState, 0, sizeof( SalFrameState ) ); in Os2SalFrame()
1377 if ( maState.mnWidth && maState.mnHeight ) in GetWindowState()
[all …]
/trunk/main/vcl/win/source/window/
H A Dsalframe.cxx179 pFrame->maState.mnState |= SAL_FRAMESTATE_MINIMIZED; in ImplSaveFrameState()
185 pFrame->maState.mnState &= ~SAL_FRAMESTATE_MINIMIZED; in ImplSaveFrameState()
186 pFrame->maState.mnState |= SAL_FRAMESTATE_MAXIMIZED; in ImplSaveFrameState()
204 pFrame->maState.mnX = aRect.left + nLeftDeco; in ImplSaveFrameState()
205 pFrame->maState.mnY = aRect.top + nTopDeco; in ImplSaveFrameState()
226 pFrame->maState.mnX = aRect.left+nLeftDeco; in ImplSaveFrameState()
227 pFrame->maState.mnY = aRect.top+nTopDeco; in ImplSaveFrameState()
228 pFrame->maState.mnWidth = aRect.right-aRect.left-nLeftDeco-nRightDeco; in ImplSaveFrameState()
1005 memset( &maState, 0, sizeof( SalFrameState ) ); in WinSalFrame()
2004 if ( maState.mnWidth && maState.mnHeight ) in GetWindowState()
[all …]
/trunk/main/vcl/os2/
H A Dhowto.txt24 Window coordinates are parent relative, with exception of maState fields, they
/trunk/main/vcl/inc/os2/
H A Dsalframe.h62 SalFrameState maState; // frame state member in Os2SalFrame
/trunk/main/vcl/inc/win/
H A Dsalframe.h48 SalFrameState maState; // frame state member in WinSalFrame

Completed in 100 milliseconds