Lines Matching refs:rTileSizePixel

2020                                         const Size& rTileSizePixel,   in ImplRenderTempTile()  argument
2045 … nNumTilesX, nNumTilesY, rTileSizePixel, pAttr, nFlags, aTileInfo ) ); in ImplRenderTempTile()
2064 const Size& rTileSizePixel, const GraphicAttr* pAttr, in ImplRenderTileRecursive() argument
2095 aTileInfo.aTileSizePixel = rTileSizePixel; in ImplRenderTileRecursive()
2102 rTileSizePixel, pAttr, nFlags, aTileInfo ) ) in ImplRenderTileRecursive()
2192 …rTileInfo.aNextTileTopLeft = Point( rTileInfo.aTileTopLeft.X() + rTileSizePixel.Width()*nRemainder… in ImplRenderTileRecursive()
2193 … rTileInfo.aTileTopLeft.Y() + rTileSizePixel.Height()*nRemainderTilesY ); in ImplRenderTileRecursive()
2194 rTileInfo.aTileSizePixel = Size( rTileSizePixel.Width()*nMSBFactor*nExponent, in ImplRenderTileRecursive()
2195 rTileSizePixel.Height()*nMSBFactor*nExponent ); in ImplRenderTileRecursive()
2228 rVDev.DrawRect( Rectangle((rTileInfo.aTileTopLeft.X())*rTileSizePixel.Width(), in ImplRenderTileRecursive()
2229 (rTileInfo.aTileTopLeft.Y())*rTileSizePixel.Height(), in ImplRenderTileRecursive()
2230 (rTileInfo.aNextTileTopLeft.X())*rTileSizePixel.Width()-1, in ImplRenderTileRecursive()
2231 (rTileInfo.aNextTileTopLeft.Y())*rTileSizePixel.Height()-1) ); in ImplRenderTileRecursive()
2351 … const Size& rTileSizePixel, const GraphicAttr* pAttr, sal_uLong nFlags ) in ImplDrawTiled() argument
2354 Size aTileSizeLogic( rOut.PixelToLogic( rTileSizePixel ) ); in ImplDrawTiled()
2382 bDrawInPixel ? rTileSizePixel : aTileSizeLogic, in ImplDrawTiled()
2385 aCurrPos.X() += rTileSizePixel.Width(); in ImplDrawTiled()
2388 aCurrPos.Y() += rTileSizePixel.Height(); in ImplDrawTiled()