Searched refs:rTileSizePixel (Results 1 – 2 of 2) sorted by relevance
/aoo41x/main/svtools/source/graphic/ |
H A D | grfmgr2.cxx | 2020 const Size& rTileSizePixel, in ImplRenderTempTile() argument 2095 aTileInfo.aTileSizePixel = rTileSizePixel; in ImplRenderTileRecursive() 2102 rTileSizePixel, pAttr, nFlags, aTileInfo ) ) 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() 2354 Size aTileSizeLogic( rOut.PixelToLogic( rTileSizePixel ) ); in ImplDrawTiled() 2382 bDrawInPixel ? rTileSizePixel : aTileSizeLogic, in ImplDrawTiled() 2385 aCurrPos.X() += rTileSizePixel.Width(); in ImplDrawTiled() [all …]
|
/aoo41x/main/svtools/inc/svtools/ |
H A D | grfmgr.hxx | 277 const Size& rTileSizePixel, 284 … const Size& rTileSizePixel, const GraphicAttr* pAttr,
|
Completed in 45 milliseconds