HomeSort by relevance Sort by last modified time
    Searched refs:is_ws (Results 1 - 6 of 6) sorted by null

  /external/skia/src/utils/
SkParse.cpp 19 static inline bool is_ws(int c) function
31 return is_ws(c) || c == ',' || c == ';';
54 while (is_ws(*str))
129 if (*str == 0 || is_ws(*str))
SkParsePath.cpp 15 static inline bool is_ws(int c) { function
24 return is_ws(c) || c == ',';
37 while (is_ws(*str))
SkTextBox.cpp 11 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/src/animator/
SkParseSVGPath.cpp 60 static inline bool is_ws(int c) function
72 return is_ws(c) || c == ',';
78 while (is_ws(*str))
SkScript.cpp 163 static inline bool is_ws(int c) function
400 while (is_ws(ch = script[0]))
441 while (is_ws(ch = script[0]))
527 if (is_ws(ch)) {
    [all...]
SkScriptTokenizer.cpp 105 static inline bool is_ws(int c) function
380 while (is_ws(ch = script[0]))
411 while (is_ws(ch = script[0]))
481 if (is_ws(ch)) {
    [all...]

Completed in 2154 milliseconds