Home
last modified time | relevance | path

Searched refs:eReduce (Results 1 – 6 of 6) sorted by path

/trunk/main/vcl/inc/vcl/
H A Danimate.hxx231 BmpReduce eReduce = BMP_REDUCE_SIMPLE );
H A Dbitmap.hxx521 BmpReduce eReduce = BMP_REDUCE_SIMPLE );
H A Dbitmapex.hxx144 BmpReduce eReduce = BMP_REDUCE_SIMPLE );
/trunk/main/vcl/source/gdi/
H A Danimate.cxx663 sal_Bool Animation::ReduceColors( sal_uInt16 nNewColorCount, BmpReduce eReduce ) in ReduceColors() argument
674 bRet = ( ( AnimationBitmap*) pStepBmp )->aBmpEx.ReduceColors( nNewColorCount, eReduce ); in ReduceColors()
676 maBitmapEx.ReduceColors( nNewColorCount, eReduce ); in ReduceColors()
H A Dbitmap3.cxx2861 sal_Bool Bitmap::ReduceColors( sal_uInt16 nColorCount, BmpReduce eReduce ) in ReduceColors() argument
2869 if( BMP_REDUCE_SIMPLE == eReduce ) in ReduceColors()
2871 else if( BMP_REDUCE_POPULAR == eReduce ) in ReduceColors()
H A Dbitmapex.cxx555 sal_Bool BitmapEx::ReduceColors( sal_uInt16 nNewColorCount, BmpReduce eReduce ) in ReduceColors() argument
557 return( !!aBitmap ? aBitmap.ReduceColors( nNewColorCount, eReduce ) : sal_False ); in ReduceColors()

Completed in 58 milliseconds