Searched refs:parseParenthesized (Results 1 – 4 of 4) sorted by relevance
/external/skqp/experimental/svg/model/ |
D | SkSVGAttributeParser.cpp | 167 return this->parseParenthesized("rgb", [this](SkColor* c) -> bool { in parseRGBColorToken() 225 return this->parseParenthesized("url", [this](SkSVGStringType* iri) -> bool { in parseFuncIRI() 282 bool SkSVGAttributeParser::parseParenthesized(const char* prefix, Func f, T* result) { in parseParenthesized() function in SkSVGAttributeParser 302 return this->parseParenthesized("matrix", [this](SkMatrix* m) -> bool { in parseMatrixToken() 317 return this->parseParenthesized("translate", [this](SkMatrix* m) -> bool { in parseTranslateToken() 334 return this->parseParenthesized("scale", [this](SkMatrix* m) -> bool { in parseScaleToken() 350 return this->parseParenthesized("rotate", [this](SkMatrix* m) -> bool { in parseRotateToken() 371 return this->parseParenthesized("skewX", [this](SkMatrix* m) -> bool { in parseSkewXToken() 382 return this->parseParenthesized("skewY", [this](SkMatrix* m) -> bool { in parseSkewYToken()
|
D | SkSVGAttributeParser.h | 66 bool parseParenthesized(const char* prefix, Func, T* result);
|
/external/skia/experimental/svg/model/ |
D | SkSVGAttributeParser.cpp | 167 return this->parseParenthesized("rgb", [this](SkColor* c) -> bool { in parseRGBColorToken() 225 return this->parseParenthesized("url", [this](SkSVGStringType* iri) -> bool { in parseFuncIRI() 282 bool SkSVGAttributeParser::parseParenthesized(const char* prefix, Func f, T* result) { in parseParenthesized() function in SkSVGAttributeParser 302 return this->parseParenthesized("matrix", [this](SkMatrix* m) -> bool { in parseMatrixToken() 317 return this->parseParenthesized("translate", [this](SkMatrix* m) -> bool { in parseTranslateToken() 334 return this->parseParenthesized("scale", [this](SkMatrix* m) -> bool { in parseScaleToken() 350 return this->parseParenthesized("rotate", [this](SkMatrix* m) -> bool { in parseRotateToken() 371 return this->parseParenthesized("skewX", [this](SkMatrix* m) -> bool { in parseSkewXToken() 382 return this->parseParenthesized("skewY", [this](SkMatrix* m) -> bool { in parseSkewYToken()
|
D | SkSVGAttributeParser.h | 66 bool parseParenthesized(const char* prefix, Func, T* result);
|