Home
last modified time | relevance | path

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

/external/skia/experimental/svg/model/
DSkSVGAttributeParser.cpp167 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()
DSkSVGAttributeParser.h63 bool parseParenthesized(const char* prefix, Func, T* result);