Home | History | Annotate | Download | only in core

Lines Matching full:iterpath

1286     const SkPath* iterPath;
1289 while ((iterPath = iter.next(&xpos)) != NULL) {
1293 fDevice->drawPath(*this, *iterPath, pnt, &matrix, false);
1295 this->drawPath(*iterPath, pnt, &matrix, false);
1977 const SkPath* iterPath;
1984 while ((iterPath = iter.next(&xpos)) != NULL) {
1992 morphpath(&tmp, *iterPath, meas, m);