MCPcopy Create free account
hub / github.com/Tencent/tgfx / parseColorComponentToken

Method parseColorComponentToken

src/svg/SVGAttributeParser.cpp:345–347  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

343}
344
345bool SVGAttributeParser::parseColorComponentToken(int32_t* c) {
346 return parseColorComponentIntegralToken(c) || parseColorComponentFractionalToken(c);
347}
348
349bool SVGAttributeParser::parseRGBColorToken(Color* c) {
350 return this->parseParenthesized(

Callers 2

parseRGBColorTokenMethod · 0.95
parseRGBAColorTokenMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected