HomeSort by relevance Sort by last modified time
    Searched full:firstz (Results 1 - 1 of 1) sorted by null

  /external/skia/src/svg/
SkSVGPath.cpp 23 const char* firstZ = strchr(f_d.c_str(), 'z');
24 if (firstZ != NULL) {
25 firstZ++; // skip over 'z'
26 while (*firstZ == ' ')
27 firstZ++;
28 hasMultiplePaths = *firstZ != '\0';

Completed in 585 milliseconds