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

  /external/chromium_org/third_party/skia/src/svg/
SkSVGParser.cpp 318 static bool is_whitespace(char ch) { function
328 while (is_whitespace(valCh[index]))
345 } while (is_whitespace(next) == false);
350 while (is_whitespace(valCh[--index]))
  /external/skia/src/svg/
SkSVGParser.cpp 318 static bool is_whitespace(char ch) { function
328 while (is_whitespace(valCh[index]))
345 } while (is_whitespace(next) == false);
350 while (is_whitespace(valCh[--index]))

Completed in 451 milliseconds