• Home
  • Raw
  • Download

Lines Matching refs:parseExpectedStringToken

82     return this->parseWSToken() || this->parseExpectedStringToken(",");  in parseCommaWspToken()
85 bool SkSVGAttributeParser::parseExpectedStringToken(const char* expected) { in parseExpectedStringToken() function in SkSVGAttributeParser
136 if (this->parseExpectedStringToken(gUnitInfo[i].fUnitName)) { in parseLengthUnitToken()
157 if (!this->parseExpectedStringToken("#") || !this->parseHexToken(&v)) { in parseHexColorToken()
270 } else if (this->parseExpectedStringToken("currentColor")) { in parse()
285 if (this->parseExpectedStringToken("#")) { in parse()
347 this->parseExpectedStringToken("+"); in parseInteger()
399 if (prefix && !this->parseExpectedStringToken(prefix)) { in parseParenthesized()
403 if (!this->parseExpectedStringToken("(")) { in parseParenthesized()
413 return this->parseExpectedStringToken(")"); in parseParenthesized()
549 } else if (this->parseExpectedStringToken("none")) { in parse()
569 if (this->parseExpectedStringToken("none")) { in parse()
593 if (this->parseExpectedStringToken(gCapInfo[i].fName)) { in parse()
618 if (this->parseExpectedStringToken(gJoinInfo[i].fName)) { in parse()
632 if (this->parseExpectedStringToken("userSpaceOnUse")) { in parse()
636 } else if (this->parseExpectedStringToken("objectBoundingBox")) { in parse()
707 if (this->parseExpectedStringToken(gFillRuleInfo[i].fName)) { in parse()
732 if (this->parseExpectedStringToken(parseInfo.fName)) { in parse()
746 if (this->parseExpectedStringToken("none")) { in parse()
749 } else if (this->parseExpectedStringToken("inherit")) { in parse()
777 if (this->parseExpectedStringToken("inherit")) { in parse()
798 if (this->parseExpectedStringToken("inherit")) { in parse()
908 this->parseExpectedStringToken("defer"); in parsePreserveAspectRatio()
980 if (this->parseExpectedStringToken(parseInfo.fName)) { in parse()