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

  /external/webkit/Source/WebCore/svg/
SVGColor.cpp 88 bool requiresRGBColor = false;
100 requiresRGBColor = true;
107 if (requiresRGBColor && rgbColor.isEmpty()) {
120 if (!requiresRGBColor) {

Completed in 51 milliseconds