HomeSort by relevance Sort by last modified time
    Searched full:calchue (Results 1 - 1 of 1) sorted by null

  /external/webkit/WebCore/platform/graphics/
Color.cpp 81 static double calcHue(double temp1, double temp2, double hueVal)
113 return makeRGBA(static_cast<int>(calcHue(temp1, temp2, hue + 1.0 / 3.0) * scaleFactor),
114 static_cast<int>(calcHue(temp1, temp2, hue) * scaleFactor),
115 static_cast<int>(calcHue(temp1, temp2, hue - 1.0 / 3.0) * scaleFactor),

Completed in 182 milliseconds