Home
last modified time | relevance | path

Searched refs:aCurrPos (Results 1 – 6 of 6) sorted by relevance

/AOO41X/main/canvas/source/cairo/
H A Dcairo_canvashelper_texturefill.cxx82 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 Dgrfmgr2.cxx2086 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 Dscriptedtext.cxx298 Point aCurrPos( _rPos ); in DrawText() local
313 mrOutDevice.DrawText( aCurrPos, maText, nThisPos, nNextPos - nThisPos ); in DrawText()
314 aCurrPos.X() += maWidthVec[ nVecIndex++ ]; in DrawText()
315aCurrPos.X() += mrOutDevice.GetTextHeight() / 5; // add 20% of font height as portion spacing in DrawText()
/AOO41X/main/canvas/source/vcl/
H A Dcanvashelper_texturefill.cxx88 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 Dtoolbarlayoutmanager.cxx1917 ::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 Dfntcache.cxx1790 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()