Searched refs:valCh (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/skia/src/svg/
H A DSkSVGParser.cpp324 char* valCh = (char*) vals.c_str(); local
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/
H A DSkSVGParser.cpp324 char* valCh = (char*) vals.c_str(); local
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 48 milliseconds