Home
last modified time | relevance | path

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

/external/skia/modules/svg/include/
DSkSVGAttributeParser.h22 bool parseViewBox(SkSVGViewBoxType*);
/external/skia/modules/svg/src/
DSkSVGDOM.cpp100 if (!parser.parseViewBox(&viewBox)) { in SetViewBoxAttribute()
DSkSVGAttributeParser.cpp378 bool SkSVGAttributeParser::parseViewBox(SkSVGViewBoxType* vb) { in parseViewBox() function in SkSVGAttributeParser