Lines Matching refs:aSize

424 			const Size		aSize( maPrefSize );  in ImplMakeMono()  local
429 maPrefSize = aSize; in ImplMakeMono()
501 const Size aSize( maPrefSize ); in ImplMakeMonoDither() local
506 maPrefSize = aSize; in ImplMakeMonoDither()
609 const Size aSize( maPrefSize ); in ImplMakeGreyscales() local
614 maPrefSize = aSize; in ImplMakeGreyscales()
691 const Size aSize( maPrefSize ); in ImplConvertUp() local
696 maPrefSize = aSize; in ImplConvertUp()
817 const Size aSize( maPrefSize ); in ImplConvertDown() local
822 maPrefSize = aSize; in ImplConvertDown()
894 const Size aSize( maPrefSize ); in ImplConvertGhosted() local
899 maPrefSize = aSize; in ImplConvertGhosted()
1031 const Size aSize( GetSizePixel() ); in Scale() local
1034 if( aSize.Width() && aSize.Height() ) in Scale()
1036 bRet = Scale( (double) rNewSize.Width() / aSize.Width(), in Scale()
1037 (double) rNewSize.Height() / aSize.Height(), in Scale()
2616 const Size aSize( maPrefSize ); in ImplDitherMatrix() local
2621 maPrefSize = aSize; in ImplDitherMatrix()
2631 const Size aSize( GetSizePixel() ); in ImplDitherFloyd() local
2634 if( ( aSize.Width() > 3 ) && ( aSize.Height() > 2 ) ) in ImplDitherFloyd()
2848 const Size aSize( maPrefSize ); in ImplDitherFloyd16() local
2853 maPrefSize = aSize; in ImplDitherFloyd16()
2936 const Size aSize( maPrefSize ); in ImplReduceSimple() local
2940 maPrefSize = aSize; in ImplReduceSimple()
3106 const Size aSize( maPrefSize ); in ImplReducePopular() local
3110 maPrefSize = aSize; in ImplReducePopular()
3197 const Size aSize( maPrefSize ); in ImplReduceMedian() local
3201 maPrefSize = aSize; in ImplReduceMedian()