Home
last modified time | relevance | path

Searched refs:parseColorComponentIntegralToken (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/skia/modules/svg/include/
H A DSkSVGAttributeParser.h130 bool parseColorComponentIntegralToken(int32_t*);
/aosp_15_r20/external/skia/modules/svg/src/
H A DSkSVGAttributeParser.cpp299 bool SkSVGAttributeParser::parseColorComponentIntegralToken(int32_t* c) { in parseColorComponentIntegralToken() function in SkSVGAttributeParser
343 return parseColorComponentIntegralToken(c) || in parseColorComponentToken()