HomeSort by relevance Sort by last modified time
    Searched refs:m_blueDiff (Results 1 - 2 of 2) sorted by null

  /external/webkit/WebCore/svg/
ColorDistance.cpp 33 , m_blueDiff(0)
40 , m_blueDiff(toColor.blue() - fromColor.blue())
47 , m_blueDiff(blueDiff)
64 static_cast<int>(scaleFactor * m_blueDiff));
78 clampColorValue(color.blue() + m_blueDiff));
83 return (m_redDiff == 0 && m_blueDiff == 0 && m_greenDiff == 0);
89 return sqrtf(m_redDiff * m_redDiff + m_blueDiff * m_blueDiff + m_greenDiff * m_greenDiff);
ColorDistance.h 48 short m_blueDiff;

Completed in 123 milliseconds