Home
last modified time | relevance | path

Searched refs:calcHue (Results 1 – 3 of 3) sorted by relevance

/external/webkit/WebCore/platform/graphics/
DColor.cpp81 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/
DChangeLog-2006-12-3140054 (WebCore::calcHue):
45763 (WebCore::calcHue):
45768 Added new functions makeRGBAFromHSLA() and calcHue().
DChangeLog-2007-10-149075 (WebCore::calcHue):