Home
last modified time | relevance | path

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

/external/skqp/experimental/svg/model/
DSkSVGAttributeParser.cpp152 bool SkSVGAttributeParser::parseColorComponentToken(int32_t* c) { in parseColorComponentToken() function in SkSVGAttributeParser
169 if (this->parseColorComponentToken(&r) && in parseRGBColorToken()
171 this->parseColorComponentToken(&g) && in parseRGBColorToken()
173 this->parseColorComponentToken(&b)) { in parseRGBColorToken()
DSkSVGAttributeParser.h51 bool parseColorComponentToken(int32_t*);
/external/skia/experimental/svg/model/
DSkSVGAttributeParser.cpp152 bool SkSVGAttributeParser::parseColorComponentToken(int32_t* c) { in parseColorComponentToken() function in SkSVGAttributeParser
169 if (this->parseColorComponentToken(&r) && in parseRGBColorToken()
171 this->parseColorComponentToken(&g) && in parseRGBColorToken()
173 this->parseColorComponentToken(&b)) { in parseRGBColorToken()
DSkSVGAttributeParser.h51 bool parseColorComponentToken(int32_t*);