Home | History | Annotate | Download | only in core

Lines Matching refs:iterPath

1472     const SkPath* iterPath;
1475 while (iter.next(&iterPath, &xpos)) {
1477 if (iterPath) {
1480 fDevice->drawPath(*this, *iterPath, pnt, &matrix, false);
1482 this->drawPath(*iterPath, pnt, &matrix, false);
2272 const SkPath* iterPath;
2279 while (iter.next(&iterPath, &xpos)) {
2280 if (iterPath) {
2288 morphpath(&tmp, *iterPath, meas, m);