Searched refs:nBri (Results 1 – 6 of 6) sorted by relevance
/trunk/main/cui/source/dialogs/ |
H A D | colorpicker.cxx | 506 sal_uInt16 nHue, nSat, nBri; in UpdateBitmap() local 507 maColor.RGBtoHSB( nHue, nSat, nBri ); in UpdateBitmap() 518 nBri = pPercent_Vert[y]; in UpdateBitmap() 523 … pWriteAccess->SetPixel( y, x, BitmapColor( Color( Color::HSBtoRGB( nHue, nSat, nBri ) ) ) ); in UpdateBitmap() 530 nBri = pPercent_Vert[y]; in UpdateBitmap() 868 sal_uInt16 nHue, nSat, nBri; in UpdateBitmap() local 869 maColor.RGBtoHSB( nHue, nSat, nBri ); in UpdateBitmap() 877 nBri = 100; in UpdateBitmap() 881 aBitmapColor = BitmapColor( Color( Color::HSBtoRGB( nHue, nSat, nBri ) ) ); in UpdateBitmap() 887 nBri = std::max( (sal_uInt16)32, nBri ); in UpdateBitmap() [all …]
|
/trunk/main/tools/source/generic/ |
H A D | color.cxx | 160 void Color::RGBtoHSB( sal_uInt16& nHue, sal_uInt16& nSat, sal_uInt16& nBri ) const in RGBtoHSB() 176 nBri = cMax * 100 / 255; in RGBtoHSB() 187 if( nBri > 0 ) in RGBtoHSB() 219 ColorData Color::HSBtoRGB( sal_uInt16 nHue, sal_uInt16 nSat, sal_uInt16 nBri ) in HSBtoRGB() argument 222 sal_uInt8 nB = (sal_uInt8) ( nBri * 255 / 100 ); in HSBtoRGB()
|
/trunk/main/reportdesign/source/ui/report/ |
H A D | EndMarker.cxx | 68 sal_uInt16 nBri = 0; in Paint() local 69 aStartColor.RGBtoHSB(nHue, nSat, nBri); in Paint() 71 Color aEndColor(Color::HSBtoRGB(nHue, nSat, nBri)); in Paint()
|
H A D | StartMarker.cxx | 138 sal_uInt16 nBri = 0; in Paint() local 139 aStartColor.RGBtoHSB(nHue, nSat, nBri); in Paint() 141 Color aEndColor(Color::HSBtoRGB(nHue, nSat, nBri)); in Paint()
|
/trunk/main/tools/inc/tools/ |
H A D | color.hxx | 174 static ColorData HSBtoRGB( sal_uInt16 nHue, sal_uInt16 nSat, sal_uInt16 nBri ); 175 void RGBtoHSB( sal_uInt16& nHue, sal_uInt16& nSat, sal_uInt16& nBri ) const;
|
/trunk/main/sd/source/ui/slidesorter/view/ |
H A D | SlsPageObjectPainter.cxx | 118 sal_uInt16 nHue, nSat, nBri; in PageObjectPainter() local 119 aColor.RGBtoHSB(nHue, nSat, nBri); in PageObjectPainter()
|
Completed in 36 milliseconds