Searched defs:iterPath (Results 1 - 1 of 1) sorted by relevance

/external/skia/src/core/
H A DSkDraw.cpp1217 const SkPath* iterPath; local
1220 while ((iterPath = iter.next(&xpos)) != NULL) {
1222 this->drawPath(*iterPath, iter.getPaint(), &matrix, false);
1853 const SkPath* iterPath; local
1860 while ((iterPath = iter.next(&xpos)) != NULL) {
1868 morphpath(&tmp, *iterPath, meas, m);

Completed in 259 milliseconds