Home
last modified time | relevance | path

Searched refs:nNewColorCount (Results 1 – 5 of 5) sorted by last modified time

/trunk/main/vcl/inc/vcl/
H A Dbitmap.hxx520 sal_Bool ReduceColors( sal_uInt16 nNewColorCount,
H A Dbitmapex.hxx143 sal_Bool ReduceColors( sal_uInt16 nNewColorCount,
H A Danimate.hxx230 sal_Bool ReduceColors( sal_uInt16 nNewColorCount,
/trunk/main/vcl/source/gdi/
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()
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()

Completed in 32 milliseconds