Searched refs:cThreshold (Results 1 – 6 of 6) sorted by relevance
380 Bitmap XOutBitmap::DetectEdges( const Bitmap& rBmp, const sal_uInt8 cThreshold ) in DetectEdges() argument402 const long lThres2 = (long) cThreshold * cThreshold; in DetectEdges()
411 SAL_DLLPRIVATE sal_Bool ImplMakeMono( sal_uInt8 cThreshold );498 sal_Bool MakeMono( sal_uInt8 cThreshold );
634 const sal_uInt8 cThreshold = ( pFilterParam && pFilterParam->meFilter == BMP_FILTER_SOLARIZE ) ? in ImplSolarize() local643 if( rPal[ i ].GetLuminance() >= cThreshold ) in ImplSolarize()662 if( aCol.GetLuminance() >= cThreshold ) in ImplSolarize()
2006 sal_Bool Bitmap::MakeMono( sal_uInt8 cThreshold ) in MakeMono() argument2008 return ImplMakeMono( cThreshold ); in MakeMono()
364 sal_Bool Bitmap::ImplMakeMono( sal_uInt8 cThreshold ) in ImplMakeMono() argument389 cThreshold ) in ImplMakeMono()405 cThreshold ) in ImplMakeMono()
73 static Bitmap DetectEdges( const Bitmap& rBmp, const sal_uInt8 cThreshold );
Completed in 74 milliseconds