Searched refs:aCurrPos (Results 1 – 6 of 6) sorted by relevance
| /AOO41X/main/canvas/source/cairo/ |
| H A D | cairo_canvashelper_texturefill.cxx | 82 Point aCurrPos; in textureFill() local 87 aCurrPos.X() = rPosPixel.X() + nY*rNextTileY.Width(); in textureFill() 88 aCurrPos.Y() = rPosPixel.Y() + nY*rNextTileY.Height(); in textureFill() 95 aCurrPos, in textureFill() 99 aCurrPos.X() += rNextTileX.Width(); in textureFill() 100 aCurrPos.Y() += rNextTileX.Height(); in textureFill()
|
| /AOO41X/main/svtools/source/graphic/ |
| H A D | grfmgr2.cxx | 2086 Point aCurrPos; in ImplRenderTileRecursive() local 2130 aCurrPos.X() = aTileInfo.aNextTileTopLeft.X(); in ImplRenderTileRecursive() 2131 aCurrPos.Y() = aTileInfo.aTileTopLeft.Y(); in ImplRenderTileRecursive() 2134 if( !aTmpGraphic.Draw( &rVDev, aCurrPos, aTileInfo.aTileSizePixel, pAttr, nFlags ) ) in ImplRenderTileRecursive() 2137 aCurrPos.X() += aTileInfo.aTileSizePixel.Width(); in ImplRenderTileRecursive() 2151 aCurrPos.X() = aTileInfo.aTileTopLeft.X(); in ImplRenderTileRecursive() 2152 aCurrPos.Y() = aTileInfo.aNextTileTopLeft.Y(); in ImplRenderTileRecursive() 2155 if( !aTmpGraphic.Draw( &rVDev, aCurrPos, aTileInfo.aTileSizePixel, pAttr, nFlags ) ) in ImplRenderTileRecursive() 2158 aCurrPos.Y() += aTileInfo.aTileSizePixel.Height(); in ImplRenderTileRecursive() 2200 aCurrPos = aTileInfo.aNextTileTopLeft; in ImplRenderTileRecursive() [all …]
|
| /AOO41X/main/svtools/source/control/ |
| H A D | scriptedtext.cxx | 298 Point aCurrPos( _rPos ); in DrawText() local 313 mrOutDevice.DrawText( aCurrPos, maText, nThisPos, nNextPos - nThisPos ); in DrawText() 314 aCurrPos.X() += maWidthVec[ nVecIndex++ ]; in DrawText() 315 … aCurrPos.X() += mrOutDevice.GetTextHeight() / 5; // add 20% of font height as portion spacing in DrawText()
|
| /AOO41X/main/canvas/source/vcl/ |
| H A D | canvashelper_texturefill.cxx | 88 Point aCurrPos; in textureFill() local 93 aCurrPos.X() = rPosPixel.X() + nY*rNextTileY.Width(); in textureFill() 94 aCurrPos.Y() = rPosPixel.Y() + nY*rNextTileY.Height(); in textureFill() 101 aCurrPos, in textureFill() 105 aCurrPos.X() += rNextTileX.Width(); in textureFill() 106 aCurrPos.Y() += rNextTileX.Height(); in textureFill()
|
| /AOO41X/main/framework/source/layoutmanager/ |
| H A D | toolbarlayoutmanager.cxx | 1917 ::Point aCurrPos( aStartPos ); in implts_findNextCascadeFloatingPos() 1935 aCurrPos = aStartPos; in implts_findNextCascadeFloatingPos() 1952 if ((( aFloatRect.X - nHotZoneX ) <= aCurrPos.X() ) && in implts_findNextCascadeFloatingPos() 1953 ( aFloatRect.X >= aCurrPos.X() ) && in implts_findNextCascadeFloatingPos() 1954 (( aFloatRect.Y - nHotZoneY ) <= aCurrPos.Y() ) && in implts_findNextCascadeFloatingPos() 1955 ( aFloatRect.Y >= aCurrPos.Y() )) in implts_findNextCascadeFloatingPos() 1957 aCurrPos.X() = aFloatRect.X + nCascadeIndentX; in implts_findNextCascadeFloatingPos() 1958 aCurrPos.Y() = aFloatRect.Y + nCascadeIndentY; in implts_findNextCascadeFloatingPos() 1965 return aCurrPos; in implts_findNextCascadeFloatingPos()
|
| /AOO41X/main/sw/source/core/txtnode/ |
| H A D | fntcache.cxx | 1790 Point aCurrPos( rInf.GetPos() ); in DrawText() local 1794 rInf.GetFrm()->SwitchLTRtoRTL( aCurrPos ); in DrawText() 1800 rInf.GetFrm()->SwitchHorizontalToVertical( aCurrPos ); in DrawText() 1803 rInf.GetOut().DrawWaveLine( aCurrPos, aEnd, nWave ); in DrawText()
|