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

  /external/webkit/Source/WebCore/svg/
ColorDistance.cpp 50 static inline int clampColorValue(int v)
68 return Color(clampColorValue(first.red() + second.red()),
69 clampColorValue(first.green() + second.green()),
70 clampColorValue(first.blue() + second.blue()));
75 return Color(clampColorValue(color.red() + m_redDiff),
76 clampColorValue(color.green() + m_greenDiff),
77 clampColorValue(color.blue() + m_blueDiff));

Completed in 176 milliseconds