Searched refs:clampColorValue (Results 1 - 1 of 1) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/svg/
H A DColorDistance.cpp50 static inline int clampColorValue(int v) function in namespace:WebCore
68 return Color(clampColorValue(red), clampColorValue(green), clampColorValue(blue), clampColorValue(alpha));

Completed in 153 milliseconds