Searched refs:ReduceColors (Results 1 – 9 of 9) sorted by relevance
/aoo41x/main/vcl/source/gdi/ |
H A D | bmpconv.cxx | 168 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 D | animate.cxx | 663 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 D | bitmapex.cxx | 553 sal_Bool BitmapEx::ReduceColors( sal_uInt16 nNewColorCount, BmpReduce eReduce ) in ReduceColors() function in BitmapEx 555 return( !!aBitmap ? aBitmap.ReduceColors( nNewColorCount, eReduce ) : sal_False ); in ReduceColors()
|
H A D | bitmap3.cxx | 2861 sal_Bool Bitmap::ReduceColors( sal_uInt16 nColorCount, BmpReduce eReduce ) in ReduceColors() function in Bitmap
|
/aoo41x/main/cui/source/dialogs/ |
H A D | cuigrfflt.cxx | 665 if( aAnim.ReduceColors( nPosterCount, BMP_REDUCE_POPULAR ) ) in GetFilteredGraphic() 672 if( aBmpEx.ReduceColors( nPosterCount, BMP_REDUCE_POPULAR ) ) in GetFilteredGraphic()
|
/aoo41x/main/vcl/inc/vcl/ |
H A D | bitmapex.hxx | 143 sal_Bool ReduceColors( sal_uInt16 nNewColorCount,
|
H A D | animate.hxx | 230 sal_Bool ReduceColors( sal_uInt16 nNewColorCount,
|
H A D | bitmap.hxx | 520 sal_Bool ReduceColors( sal_uInt16 nNewColorCount,
|
/aoo41x/main/sd/source/ui/dlg/ |
H A D | vectdlg.cxx | 162 aNew.ReduceColors( (sal_uInt16) aNmLayers.GetValue(), BMP_REDUCE_SIMPLE ); in GetPreparedBitmap()
|
Completed in 63 milliseconds