Home
last modified time | relevance | path

Searched refs:nTileCacheSize1D (Results 1 – 3 of 3) sorted by relevance

/AOO41X/main/svtools/source/graphic/
H A Dgrfmgr.cxx825 … const Size& rOffset, const GraphicAttr* pAttr, sal_uLong nFlags, int nTileCacheSize1D ) in DrawTiled() argument
838 while (((sal_Int64)rSize.Width() * nTileCacheSize1D) > SAL_MAX_UINT16) in DrawTiled()
839 nTileCacheSize1D /= 2; in DrawTiled()
840 while (((sal_Int64)rSize.Height() * nTileCacheSize1D) > SAL_MAX_UINT16) in DrawTiled()
841 nTileCacheSize1D /= 2; in DrawTiled()
843 return ImplDrawTiled( pOut, rArea, aOutTileSize, rOffset, pAttr, nFlags, nTileCacheSize1D ); in DrawTiled()
H A Dgrfmgr2.cxx2240 … const Size& rOffset, const GraphicAttr* pAttr, sal_uLong nFlags, int nTileCacheSize1D ) in ImplDrawTiled() argument
2253 static_cast<sal_Int64>(nTileCacheSize1D)*nTileCacheSize1D ) in ImplDrawTiled()
2259 …const int nNumTilesInCacheX( (nTileCacheSize1D + rSizePixel.Width()-1) / rSizePixel.Width() … in ImplDrawTiled()
2260 …const int nNumTilesInCacheY( (nTileCacheSize1D + rSizePixel.Height()-1) / rSizePixel.Height(… in ImplDrawTiled()
2299 rOffset, pAttr, nFlags, nTileCacheSize1D ); in ImplDrawTiled()
/AOO41X/main/svtools/inc/svtools/
H A Dgrfmgr.hxx288 … const Size& rOffset, const GraphicAttr* pAttr, sal_uLong nFlags, int nTileCacheSize1D );
468 … sal_uLong nFlags = GRFMGR_DRAW_STANDARD, int nTileCacheSize1D=128 );