Searched refs:wSuffix (Results 1 – 2 of 2) sorted by relevance
42 const char* wSuffix = SkParse::FindScalar(f_width.c_str(), &width); in translate() local43 if (strcmp(wSuffix, "pt") == 0) in translate()