Home | History | Annotate | Download | only in core

Lines Matching defs:iterPath

1317     const SkPath* iterPath;
1320 while ((iterPath = iter.next(&xpos)) != NULL) {
1324 fDevice->drawPath(*this, *iterPath, pnt, &matrix, false);
1326 this->drawPath(*iterPath, pnt, &matrix, false);
1971 const SkPath* iterPath;
1978 while ((iterPath = iter.next(&xpos)) != NULL) {
1986 morphpath(&tmp, *iterPath, meas, m);