Home
last modified time | relevance | path

Searched refs:skip_ws (Results 1 - 5 of 5) sorted by relevance

/third_party/skia/src/utils/
H A DSkParse.cpp50 static const char* skip_ws(const char str[]) in skip_ws() function
111 str = skip_ws(str); in FindHex()
140 str = skip_ws(str); in FindS32()
166 str = skip_ws(str); in FindMSec()
204 str = skip_ws(str); in FindScalar()
H A DSkJSON.cpp267 static inline const char* skip_ws(const char* p) { in skip_ws() function
318 p = skip_ws(p); in parse()
331 p = skip_ws(p + 1); in parse()
339 p = skip_ws(p); in parse()
347 p = skip_ws(p); in parse()
354 p = skip_ws(p); in parse()
388 p = skip_ws(p); in parse()
441 p = skip_ws(p + 1); in parse()
H A DSkParsePath.cpp34 static const char* skip_ws(const char str[]) { in skip_ws() function
105 data = skip_ws(data); in FromSVGString()
/third_party/backends/sanei/
H A Dsanei_codec_ascii.c53 skip_ws (Wire *w) in skip_ws() function
106 skip_ws (w); in ascii_w_byte()
196 skip_ws (w); in ascii_w_string()
309 skip_ws (w); in ascii_w_word()
/third_party/mesa3d/src/gallium/tools/trace/
H A Dparse.py83 def __init__(self, fp, skip_ws = True):
88 self.skip_ws = skip_ws
118 if not self.skip_ws or not character_data.isspace():

Completed in 6 milliseconds