Home
last modified time | relevance | path

Searched refs:HSBtoRGB (Results 1 – 9 of 9) sorted by relevance

/trunk/main/cui/source/dialogs/
H A Dcolorpicker.cxx523 … pWriteAccess->SetPixel( y, x, BitmapColor( Color( Color::HSBtoRGB( nHue, nSat, nBri ) ) ) ); in UpdateBitmap()
535 … pWriteAccess->SetPixel( y, x, BitmapColor( Color( Color::HSBtoRGB( nHue, nSat, nBri ) ) ) ); in UpdateBitmap()
547 … pWriteAccess->SetPixel( y, x, BitmapColor( Color( Color::HSBtoRGB( nHue, nSat, nBri ) ) ) ); in UpdateBitmap()
881 aBitmapColor = BitmapColor( Color( Color::HSBtoRGB( nHue, nSat, nBri ) ) ); in UpdateBitmap()
891 … pWriteAccess->SetPixel( nY-y, 0, BitmapColor( Color( Color::HSBtoRGB( nHue, nSat, nBri ) ) ) ); in UpdateBitmap()
899 … pWriteAccess->SetPixel( nY-y, 0, BitmapColor( Color( Color::HSBtoRGB( nHue, nSat, nBri ) ) ) ); in UpdateBitmap()
/trunk/main/reportdesign/source/ui/report/
H A DEndMarker.cxx71 Color aEndColor(Color::HSBtoRGB(nHue, nSat, nBri)); in Paint()
H A DStartMarker.cxx141 Color aEndColor(Color::HSBtoRGB(nHue, nSat, nBri)); in Paint()
/trunk/main/tools/inc/tools/
H A Dcolor.hxx174 static ColorData HSBtoRGB( sal_uInt16 nHue, sal_uInt16 nSat, sal_uInt16 nBri );
/trunk/main/tools/source/generic/
H A Dcolor.cxx219 ColorData Color::HSBtoRGB( sal_uInt16 nHue, sal_uInt16 nSat, sal_uInt16 nBri ) in HSBtoRGB() function in Color
/trunk/main/sd/source/ui/slidesorter/view/
H A DSlsTheme.cxx62 return Color::HSBtoRGB( in HGBAdapt()
H A DSlsPageObjectPainter.cxx120 aColor = Color::HSBtoRGB(nHue, 28, 65); in PageObjectPainter()
/trunk/main/vcl/source/app/
H A Dsettings.cxx878 return Color( Color::HSBtoRGB( h, s, b ) ); in GetFaceGradientColor()
890 return Color( Color::HSBtoRGB( h, s, b ) ); in GetSeparatorColor()
/trunk/main/vcl/source/window/
H A Dwindow.cxx9478 aSelectionFillCol.SetColor( Color::HSBtoRGB( h, s, b ) ); in DrawSelectionBackground()

Completed in 77 milliseconds