Searched refs:Dither (Results 1 – 10 of 10) sorted by relevance
746 sal_Bool Animation::Dither( sal_uLong nDitherFlags ) in Dither() function in Animation757 bRet = ( ( AnimationBitmap*) pStepBmp )->aBmpEx.Dither( nDitherFlags ); in Dither()759 maBitmapEx.Dither( nDitherFlags ); in Dither()
161 aBM.Dither( BMP_DITHER_FLOYD ); in invoke()
703 sal_Bool BitmapEx::Dither( sal_uLong nDitherFlags ) in Dither() function in BitmapEx705 return( !!aBitmap ? aBitmap.Dither( nDitherFlags ) : sal_False ); in Dither()
2539 sal_Bool Bitmap::Dither( sal_uLong nDitherFlags ) in Dither() function in Bitmap
155 sal_Bool Dither( sal_uLong nDitherFlags = BMP_DITHER_MATRIX );
234 sal_Bool Dither( sal_uLong nDitherFlags = BMP_DITHER_MATRIX );
535 sal_Bool Dither( sal_uLong nDitherFlags = BMP_DITHER_MATRIX );
720 aOutputBitmap.Dither(); in Paint()1011 aOutputBitmap.Dither(); in Paint()
615 bRet = rBitmap.Dither( BMP_DITHER_FLOYD ); in DitherBitmap()
691 aOutBmpEx.Dither( BMP_DITHER_MATRIX ); in ImplCreateOutput()
Completed in 97 milliseconds