Lines Matching refs:GetSizePixel

371 		Bitmap				aNewBmp( GetSizePixel(), 1 );  in ImplMakeMono()
445 Bitmap aNewBmp( GetSizePixel(), 1 ); in ImplMakeMonoDither()
533 Bitmap aNewBmp( GetSizePixel(), ( nGreys == 16 ) ? 4 : 8, &rPal ); in ImplMakeGreyscales()
639 …Bitmap aNewBmp( GetSizePixel(), nBitCount, pReadAcc->HasPalette() ? &pReadAcc->GetPalette() : &… in ImplConvertUp()
715 Bitmap aNewBmp( GetSizePixel(), nBitCount, &aPal ); in ImplConvertDown()
851 aNewBmp = Bitmap( GetSizePixel(), GetBitCount(), &aNewPal ); in ImplConvertGhosted()
863 aNewBmp = Bitmap( GetSizePixel(), 24 ); in ImplConvertGhosted()
975 if(GetSizePixel().Width() < 2 || GetSizePixel().Height() < 2) in Scale()
1031 const Size aSize( GetSizePixel() ); in Scale()
1109 const Size aSizePix( GetSizePixel() ); in ImplScaleFast()
1180 const Size aSizePix( GetSizePixel() ); in ImplScaleInterpolate()
1371 const Size aSizePix( GetSizePixel() ); in ImplScaleSuper()
2243 const sal_uInt32 nWidth(rSource.GetSizePixel().Width()); in ImplScaleConvolutionHor()
2260 const sal_uInt32 nHeight(rSource.GetSizePixel().Height()); in ImplScaleConvolutionHor()
2334 const sal_uInt32 nHeight(rSource.GetSizePixel().Height()); in ImplScaleConvolutionVer()
2351 const sal_uInt32 nWidth(rSource.GetSizePixel().Width()); in ImplScaleConvolutionVer()
2437 const sal_uInt32 nWidth(GetSizePixel().Width()); in ImplScaleConvolution()
2438 const sal_uInt32 nHeight(GetSizePixel().Height()); in ImplScaleConvolution()
2543 const Size aSizePix( GetSizePixel() ); in Dither()
2562 Bitmap aNewBmp( GetSizePixel(), 8 ); in ImplDitherMatrix()
2631 const Size aSize( GetSizePixel() ); in ImplDitherFloyd()
2637 Bitmap aNewBmp( GetSizePixel(), 8 ); in ImplDitherFloyd()
2773 Bitmap aNewBmp( GetSizePixel(), 24 ); in ImplDitherFloyd16()
2905 aNewBmp = Bitmap( GetSizePixel(), nBitCount, &rPal ); in ImplReduceSimple()
3053 Bitmap aNewBmp( GetSizePixel(), nBitCount, &aNewPal ); in ImplReducePopular()
3138 Bitmap aNewBmp( GetSizePixel(), nBitCount ); in ImplReduceMedian()