Home
last modified time | relevance | path

Searched refs:parseClipPath (Results 1 – 3 of 3) sorted by relevance

/third_party/flutter/skia/experimental/svg/model/
DSkSVGAttributeParser.h19 bool parseClipPath(SkSVGClip*);
DSkSVGAttributeParser.cpp447 bool SkSVGAttributeParser::parseClipPath(SkSVGClip* clip) { in parseClipPath() function in SkSVGAttributeParser
DSkSVGDOM.cpp78 if (!parser.parseClipPath(&clip)) { in SetClipPathAttribute()