Lines Matching refs:aCurrPos

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()
2209 aCurrPos.X() = aTileInfo.aNextTileTopLeft.X(); in ImplRenderTileRecursive()
2215 … else if( !aTmpGraphic.Draw( &rVDev, aCurrPos, aTileInfo.aTileSizePixel, pAttr, nFlags ) ) in ImplRenderTileRecursive()
2218 aCurrPos.X() += aTileInfo.aTileSizePixel.Width(); in ImplRenderTileRecursive()
2221 aCurrPos.Y() += aTileInfo.aTileSizePixel.Height(); in ImplRenderTileRecursive()
2353 Point aCurrPos( rPosPixel ); in ImplDrawTiled() local
2370 aCurrPos.X() = rPosPixel.X(); in ImplDrawTiled()
2381 bDrawInPixel ? aCurrPos : rOut.PixelToLogic( aCurrPos ), in ImplDrawTiled()
2385 aCurrPos.X() += rTileSizePixel.Width(); in ImplDrawTiled()
2388 aCurrPos.Y() += rTileSizePixel.Height(); in ImplDrawTiled()