Home
last modified time | relevance | path

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

/aosp_15_r20/external/skia/modules/svg/include/
H A DSkSVGAttributeParser.h129 bool parseColorComponentScalarToken(int32_t*);
/aosp_15_r20/external/skia/modules/svg/src/
H A DSkSVGAttributeParser.cpp331 bool SkSVGAttributeParser::parseColorComponentScalarToken(int32_t* c) { in parseColorComponentScalarToken() function in SkSVGAttributeParser
374 this->parseColorComponentScalarToken(&a)) { in parseRGBAColorToken()