Searched refs:rRaster (Results 1 – 1 of 1) sorted by relevance
51 BitmapEx BPixelRasterToBitmapEx(const basegfx::BPixelRaster& rRaster, sal_uInt16 mnAntiAlialize) in BPixelRasterToBitmapEx() argument54 const sal_uInt32 nWidth(mnAntiAlialize ? rRaster.getWidth()/mnAntiAlialize : rRaster.getWidth()); in BPixelRasterToBitmapEx()55 …const sal_uInt32 nHeight(mnAntiAlialize ? rRaster.getHeight()/mnAntiAlialize : rRaster.getHeight()… in BPixelRasterToBitmapEx()80 sal_uInt32 nIndex(rRaster.getIndexFromXY(x * mnAntiAlialize, y * mnAntiAlialize)); in BPixelRasterToBitmapEx()86 const basegfx::BPixel& rPixel(rRaster.getBPixel(nIndex++)); in BPixelRasterToBitmapEx()93 nIndex += rRaster.getWidth() - mnAntiAlialize; in BPixelRasterToBitmapEx()117 const basegfx::BPixel& rPixel(rRaster.getBPixel(nIndex++)); in BPixelRasterToBitmapEx()
Completed in 20 milliseconds