Searched refs:is_ws (Results 1 - 4 of 4) sorted by relevance

/external/skia/src/utils/
H A DSkParse.cpp18 static inline bool is_ws(int c) function
30 return is_ws(c) || c == ',' || c == ';';
53 while (is_ws(*str))
128 if (*str == 0 || is_ws(*str))
H A DSkParsePath.cpp14 static inline bool is_ws(int c) { function
23 return is_ws(c) || c == ',';
36 while (is_ws(*str))
H A DSkTextBox.cpp11 static inline int is_ws(int c) function
33 int currWS = is_ws(uni);
43 while (text < stop && is_ws(SkUTF8_ToUnichar(text))) {
/external/skia/experimental/svg/model/
H A DSkSVGAttributeParser.cpp25 inline bool is_ws(char c) { function in namespace:__anon16762
30 return is_ws(c) || c == ',' || c == ';';
56 return this->advanceWhile(is_ws);

Completed in 151 milliseconds