Searched refs:calcHue (Results 1 – 3 of 3) sorted by relevance
/external/webkit/WebCore/platform/graphics/ |
D | Color.cpp | 81 static double calcHue(double temp1, double temp2, double hueVal) in calcHue() function 113 return makeRGBA(static_cast<int>(calcHue(temp1, temp2, hue + 1.0 / 3.0) * scaleFactor), in makeRGBAFromHSLA() 114 static_cast<int>(calcHue(temp1, temp2, hue) * scaleFactor), in makeRGBAFromHSLA() 115 static_cast<int>(calcHue(temp1, temp2, hue - 1.0 / 3.0) * scaleFactor), in makeRGBAFromHSLA()
|
/external/webkit/WebCore/ |
D | ChangeLog-2006-12-31 | 40054 (WebCore::calcHue): 45763 (WebCore::calcHue): 45768 Added new functions makeRGBAFromHSLA() and calcHue().
|
D | ChangeLog-2007-10-14 | 9075 (WebCore::calcHue):
|