Home
last modified time | relevance | path

Searched refs:parseNamedColorToken (Results 1 – 4 of 4) sorted by relevance

/external/skia/experimental/svg/model/
DSkSVGAttributeParser.h49 bool parseNamedColorToken(SkColor*);
DSkSVGAttributeParser.cpp117 bool SkSVGAttributeParser::parseNamedColorToken(SkColor* c) { in parseNamedColorToken() function in SkSVGAttributeParser
193 || this->parseNamedColorToken(&c) in parseColor()
/external/skqp/experimental/svg/model/
DSkSVGAttributeParser.h49 bool parseNamedColorToken(SkColor*);
DSkSVGAttributeParser.cpp117 bool SkSVGAttributeParser::parseNamedColorToken(SkColor* c) { in parseNamedColorToken() function in SkSVGAttributeParser
193 || this->parseNamedColorToken(&c) in parseColor()