Searched refs:nDitherFlags (Results 1 – 6 of 6) sorted by relevance
746 sal_Bool Animation::Dither( sal_uLong nDitherFlags ) in Dither() argument757 bRet = ( ( AnimationBitmap*) pStepBmp )->aBmpEx.Dither( nDitherFlags ); in Dither()759 maBitmapEx.Dither( nDitherFlags ); in Dither()
705 sal_Bool BitmapEx::Dither( sal_uLong nDitherFlags ) in Dither() argument707 return( !!aBitmap ? aBitmap.Dither( nDitherFlags ) : sal_False ); in Dither()
2539 sal_Bool Bitmap::Dither( sal_uLong nDitherFlags ) in Dither() argument2547 else if( nDitherFlags & BMP_DITHER_MATRIX ) in Dither()2549 else if( nDitherFlags & BMP_DITHER_FLOYD ) in Dither()2551 else if( ( nDitherFlags & BMP_DITHER_FLOYD_16 ) && ( GetBitCount() == 24 ) ) in Dither()
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 );
Completed in 56 milliseconds