Lines Matching refs:iterPath
1444 const SkPath* iterPath;1445 while (iter.next(&iterPath, &xpos)) {1447 if (iterPath) {1448 path->addPath(*iterPath, matrix);1472 const SkPath* iterPath;1473 while (iter.next(&iterPath, NULL)) {1475 if (iterPath) {1476 path->addPath(*iterPath, matrix);