Searched refs:iterPath (Results 1 – 2 of 2) sorted by relevance
1217 const SkPath* iterPath; in drawText_asPaths() local1220 while ((iterPath = iter.next(&xpos)) != NULL) { in drawText_asPaths()1222 this->drawPath(*iterPath, iter.getPaint(), &matrix, false); in drawText_asPaths()1853 const SkPath* iterPath; in drawTextOnPath() local1860 while ((iterPath = iter.next(&xpos)) != NULL) { in drawTextOnPath()1868 morphpath(&tmp, *iterPath, meas, m); in drawTextOnPath()
1164 const SkPath* iterPath; in getTextPath() local1165 while ((iterPath = iter.next(&xpos)) != NULL) in getTextPath()1168 path->addPath(*iterPath, matrix); in getTextPath()