Home | History | Annotate | Download | only in core

Lines Matching refs:iterPath

1391     const SkPath* iterPath;
1394 while (iter.next(&iterPath, &xpos)) {
1396 if (iterPath) {
1397 this->drawPath(*iterPath, iter.getPaint(), &matrix, false);