Home
last modified time | relevance | path

Searched refs:nDitherFlags (Results 1 – 6 of 6) sorted by relevance

/trunk/main/vcl/source/gdi/
H A Danimate.cxx746 sal_Bool Animation::Dither( sal_uLong nDitherFlags ) in Dither() argument
757 bRet = ( ( AnimationBitmap*) pStepBmp )->aBmpEx.Dither( nDitherFlags ); in Dither()
759 maBitmapEx.Dither( nDitherFlags ); in Dither()
H A Dbitmapex.cxx705 sal_Bool BitmapEx::Dither( sal_uLong nDitherFlags ) in Dither() argument
707 return( !!aBitmap ? aBitmap.Dither( nDitherFlags ) : sal_False ); in Dither()
H A Dbitmap3.cxx2539 sal_Bool Bitmap::Dither( sal_uLong nDitherFlags ) in Dither() argument
2547 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()
/trunk/main/vcl/inc/vcl/
H A Dbitmapex.hxx155 sal_Bool Dither( sal_uLong nDitherFlags = BMP_DITHER_MATRIX );
H A Danimate.hxx234 sal_Bool Dither( sal_uLong nDitherFlags = BMP_DITHER_MATRIX );
H A Dbitmap.hxx535 sal_Bool Dither( sal_uLong nDitherFlags = BMP_DITHER_MATRIX );

Completed in 42 milliseconds