Home
last modified time | relevance | path

Searched refs:cThreshold (Results 1 – 6 of 6) sorted by last modified time

/trunk/main/vcl/inc/vcl/
H A Dbitmap.hxx411 SAL_DLLPRIVATE sal_Bool ImplMakeMono( sal_uInt8 cThreshold );
498 sal_Bool MakeMono( sal_uInt8 cThreshold );
/trunk/main/vcl/source/gdi/
H A Dbitmap3.cxx364 sal_Bool Bitmap::ImplMakeMono( sal_uInt8 cThreshold ) in ImplMakeMono() argument
389 cThreshold ) in ImplMakeMono()
405 cThreshold ) in ImplMakeMono()
H A Dbitmap4.cxx634 const sal_uInt8 cThreshold = ( pFilterParam && pFilterParam->meFilter == BMP_FILTER_SOLARIZE ) ? in ImplSolarize() local
643 if( rPal[ i ].GetLuminance() >= cThreshold ) in ImplSolarize()
662 if( aCol.GetLuminance() >= cThreshold ) in ImplSolarize()
H A Dbitmap.cxx2006 sal_Bool Bitmap::MakeMono( sal_uInt8 cThreshold ) in MakeMono() argument
2008 return ImplMakeMono( cThreshold ); in MakeMono()
/trunk/main/svx/source/xoutdev/
H A D_xoutbmp.cxx380 Bitmap XOutBitmap::DetectEdges( const Bitmap& rBmp, const sal_uInt8 cThreshold ) in DetectEdges() argument
402 const long lThres2 = (long) cThreshold * cThreshold; in DetectEdges()
/trunk/main/svx/inc/svx/
H A Dxoutbmp.hxx73 static Bitmap DetectEdges( const Bitmap& rBmp, const sal_uInt8 cThreshold );

Completed in 51 milliseconds