Searched refs:nTileCacheSize1D (Results  1 – 3 of 3) sorted by relevance
| /trunk/main/svtools/source/graphic/ | 
| H A D | grfmgr.cxx | 818 …            const Size& rOffset, const GraphicAttr* pAttr, sal_uLong nFlags, int nTileCacheSize1D )  in DrawTiled()  argument 831     while (((sal_Int64)rSize.Width() * nTileCacheSize1D) > SAL_MAX_UINT16)  in DrawTiled() 832         nTileCacheSize1D /= 2;  in DrawTiled() 833     while (((sal_Int64)rSize.Height() * nTileCacheSize1D) > SAL_MAX_UINT16)  in DrawTiled() 834         nTileCacheSize1D /= 2;  in DrawTiled() 836     return ImplDrawTiled( pOut, rArea, aOutTileSize, rOffset, pAttr, nFlags, nTileCacheSize1D );  in DrawTiled()
  | 
| H A D | grfmgr2.cxx | 2240 …            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()
  | 
| /trunk/main/svtools/inc/svtools/ | 
| H A D | grfmgr.hxx | 288 …           const Size& rOffset, const GraphicAttr* pAttr, sal_uLong nFlags, int nTileCacheSize1D ); 468 …                               sal_uLong nFlags = GRFMGR_DRAW_STANDARD, int nTileCacheSize1D=128 );
  | 
        Completed in 80 milliseconds