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