Searched refs:hsl2rgbHelper (Results 1 – 2 of 2) sorted by relevance
| /AOO42X/main/slideshow/source/engine/ |
| H A D | color.cxx | 91 double hsl2rgbHelper( double nValue1, double nValue2, double nHue ) in hsl2rgbHelper() function 120 aRes.mnRed = hsl2rgbHelper( nVal2, in hsl2rgb() 123 aRes.mnGreen = hsl2rgbHelper( nVal2, in hsl2rgb() 126 aRes.mnBlue = hsl2rgbHelper( nVal2, in hsl2rgb() 227 return hsl2rgbHelper( 2.0*getLuminance() - mnMagicValue, in getRed() 237 return hsl2rgbHelper( 2.0*getLuminance() - mnMagicValue, in getGreen() 247 return hsl2rgbHelper( 2.0*getLuminance() - mnMagicValue, in getBlue()
|
| /AOO42X/main/basegfx/source/color/ |
| H A D | bcolortools.cxx | 67 static inline double hsl2rgbHelper( double nValue1, double nValue2, double nHue ) in hsl2rgbHelper() function 97 hsl2rgbHelper(nVal2, in hsl2rgb() 100 hsl2rgbHelper(nVal2, in hsl2rgb() 103 hsl2rgbHelper(nVal2, in hsl2rgb()
|