Home | History | Annotate | Download | only in core

Lines Matching refs:iterPath

1075     const SkPath*   iterPath;
1076 while (iter.next(&iterPath, &xpos)) {
1078 if (iterPath) {
1079 path->addPath(*iterPath, matrix);
1103 const SkPath* iterPath;
1104 while (iter.next(&iterPath, nullptr)) {
1106 if (iterPath) {
1107 path->addPath(*iterPath, matrix);