Searched refs:hsl2rgbHelper (Results 1 – 2 of 2) sorted by relevance
/aoo41x/main/slideshow/source/engine/ |
H A D | color.cxx | 94 double hsl2rgbHelper( double nValue1, double nValue2, double nHue ) in hsl2rgbHelper() function 123 aRes.mnRed = hsl2rgbHelper( nVal2, in hsl2rgb() 126 aRes.mnGreen = hsl2rgbHelper( nVal2, in hsl2rgb() 129 aRes.mnBlue = hsl2rgbHelper( nVal2, in hsl2rgb() 231 return hsl2rgbHelper( 2.0*getLuminance() - mnMagicValue, in getRed() 241 return hsl2rgbHelper( 2.0*getLuminance() - mnMagicValue, in getGreen() 251 return hsl2rgbHelper( 2.0*getLuminance() - mnMagicValue, in getBlue()
|
/aoo41x/main/basegfx/source/color/ |
H A D | bcolortools.cxx | 71 static inline double hsl2rgbHelper( double nValue1, double nValue2, double nHue ) in hsl2rgbHelper() function 101 hsl2rgbHelper(nVal2, in hsl2rgb() 104 hsl2rgbHelper(nVal2, in hsl2rgb() 107 hsl2rgbHelper(nVal2, in hsl2rgb()
|
Completed in 29 milliseconds