Home
last modified time | relevance | path

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

/external/skia/src/svg/parser/
DSkSVGSVG.cpp42 const char* wSuffix = SkParse::FindScalar(f_width.c_str(), &width); in translate() local
43 if (strcmp(wSuffix, "pt") == 0) in translate()