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

  /external/chromium_org/third_party/skia/src/svg/
SkSVGParser.cpp 324 char* valCh = (char*) vals.c_str();
325 valCh[0] = '[';
327 while (valCh[index] != ']') {
328 while (is_whitespace(valCh[index]))
333 next = valCh[index++];
347 valCh[index - 1] = ',';
350 while (is_whitespace(valCh[--index]))
352 if (valCh[index] == ',')
353 valCh[index] = ' ';
  /external/skia/src/svg/
SkSVGParser.cpp 324 char* valCh = (char*) vals.c_str();
325 valCh[0] = '[';
327 while (valCh[index] != ']') {
328 while (is_whitespace(valCh[index]))
333 next = valCh[index++];
347 valCh[index - 1] = ',';
350 while (is_whitespace(valCh[--index]))
352 if (valCh[index] == ',')
353 valCh[index] = ' ';

Completed in 474 milliseconds