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

/external/chromium_org/third_party/skia/src/utils/
H A DSkParse.cpp17 static inline bool is_ws(int c) function
29 return is_ws(c) || c == ',' || c == ';';
52 while (is_ws(*str))
127 if (*str == 0 || is_ws(*str))
H A DSkParsePath.cpp15 static inline bool is_ws(int c) { function
24 return is_ws(c) || c == ',';
37 while (is_ws(*str))
/external/skia/src/utils/
H A DSkParse.cpp17 static inline bool is_ws(int c) function
29 return is_ws(c) || c == ',' || c == ';';
52 while (is_ws(*str))
127 if (*str == 0 || is_ws(*str))
H A DSkParsePath.cpp15 static inline bool is_ws(int c) { function
24 return is_ws(c) || c == ',';
37 while (is_ws(*str))
/external/chromium_org/third_party/skia/src/animator/
H A DSkParseSVGPath.cpp60 static inline bool is_ws(int c) function
72 return is_ws(c) || c == ',';
78 while (is_ws(*str))
H A DSkScript.cpp163 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)) {
H A DSkScriptTokenizer.cpp105 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)) {
/external/chromium_org/third_party/skia/src/views/
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/src/animator/
H A DSkParseSVGPath.cpp60 static inline bool is_ws(int c) function
72 return is_ws(c) || c == ',';
78 while (is_ws(*str))
H A DSkScript.cpp163 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)) {
H A DSkScriptTokenizer.cpp105 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)) {
/external/skia/src/views/
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/chromium_org/third_party/skia/experimental/Intersection/
H A DLogoPlay.cpp104 static inline bool is_ws(int c) function
116 return is_ws(c) || c == ',';
122 while (is_ws(*str))
/external/chromium_org/third_party/skia/forth/
H A DForth.cpp301 static bool is_ws(int c) { function
307 while (is_ws(*s)) {
314 while (!is_ws(*s)) {
/external/skia/experimental/Intersection/
H A DLogoPlay.cpp104 static inline bool is_ws(int c) function
116 return is_ws(c) || c == ',';
122 while (is_ws(*str))

Completed in 3041 milliseconds