Home
last modified time | relevance | path

Searched refs:cGreyInc (Results 1 – 2 of 2) sorted by path

/trunk/main/vcl/inc/vcl/
H A Dsalbtype.hxx159 inline BitmapColor& IncreaseLuminance( sal_uInt8 cGreyInc );
472 inline BitmapColor& BitmapColor::IncreaseLuminance( sal_uInt8 cGreyInc ) in IncreaseLuminance() argument
475 mcBlueOrIndex = (sal_uInt8) MinMax( (long) mcBlueOrIndex + cGreyInc, 0L, 255L ); in IncreaseLuminance()
476 mcGreen = (sal_uInt8) MinMax( (long) mcGreen + cGreyInc, 0L, 255L ); in IncreaseLuminance()
477 mcRed = (sal_uInt8) MinMax( (long) mcRed + cGreyInc, 0L, 255L ); in IncreaseLuminance()
/trunk/main/vcl/source/gdi/
H A Dbitmap.cxx197 sal_uInt8 cGrey = 0, cGreyInc = 17; in GetGreyPalette() local
201 for( sal_uInt16 i = 0; i < 16; i++, cGrey = sal::static_int_cast<sal_uInt8>(cGrey + cGreyInc) ) in GetGreyPalette()

Completed in 28 milliseconds