Home | History | Annotate | Download | only in core

Lines Matching refs:iterPath

1217     const SkPath* iterPath;
1220 while ((iterPath = iter.next(&xpos)) != NULL) {
1222 this->drawPath(*iterPath, iter.getPaint(), &matrix, false);
1853 const SkPath* iterPath;
1860 while ((iterPath = iter.next(&xpos)) != NULL) {
1868 morphpath(&tmp, *iterPath, meas, m);