Home | History | Annotate | Download | only in batches

Lines Matching refs:Iter

245     SkPath::Iter iter(path, false);
256 SkPath::Verb verb = iter.next(pathPts);
263 int conicCnt = chop_conic(pathPts, dst, iter.conicWeight());