Home
last modified time | relevance | path

Searched refs:ReduceColors (Results 1 – 9 of 9) sorted by relevance

/trunk/main/vcl/source/gdi/
H A Dbmpconv.cxx168 case 4: aBM.ReduceColors( BMP_CONVERSION_4BIT_COLORS );break; in invoke()
169 case 8: aBM.ReduceColors( BMP_CONVERSION_8BIT_COLORS );break; in invoke()
H A Danimate.cxx663 sal_Bool Animation::ReduceColors( sal_uInt16 nNewColorCount, BmpReduce eReduce ) in ReduceColors() function in Animation
674 bRet = ( ( AnimationBitmap*) pStepBmp )->aBmpEx.ReduceColors( nNewColorCount, eReduce ); in ReduceColors()
676 maBitmapEx.ReduceColors( nNewColorCount, eReduce ); in ReduceColors()
H A Dbitmapex.cxx555 sal_Bool BitmapEx::ReduceColors( sal_uInt16 nNewColorCount, BmpReduce eReduce ) in ReduceColors() function in BitmapEx
557 return( !!aBitmap ? aBitmap.ReduceColors( nNewColorCount, eReduce ) : sal_False ); in ReduceColors()
H A Dbitmap3.cxx2861 sal_Bool Bitmap::ReduceColors( sal_uInt16 nColorCount, BmpReduce eReduce ) in ReduceColors() function in Bitmap
/trunk/main/cui/source/dialogs/
H A Dcuigrfflt.cxx665 if( aAnim.ReduceColors( nPosterCount, BMP_REDUCE_POPULAR ) ) in GetFilteredGraphic()
672 if( aBmpEx.ReduceColors( nPosterCount, BMP_REDUCE_POPULAR ) ) in GetFilteredGraphic()
/trunk/main/vcl/inc/vcl/
H A Dbitmapex.hxx143 sal_Bool ReduceColors( sal_uInt16 nNewColorCount,
H A Danimate.hxx230 sal_Bool ReduceColors( sal_uInt16 nNewColorCount,
H A Dbitmap.hxx520 sal_Bool ReduceColors( sal_uInt16 nNewColorCount,
/trunk/main/sd/source/ui/dlg/
H A Dvectdlg.cxx162 aNew.ReduceColors( (sal_uInt16) aNmLayers.GetValue(), BMP_REDUCE_SIMPLE ); in GetPreparedBitmap()

Completed in 75 milliseconds