Searched refs:pathIter (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/core/jni/android/graphics/ |
D | Path.cpp | 357 static void createVerbSegments(const SkPath::Iter& pathIter, SkPath::Verb verb, in createVerbSegments() argument 381 points, pathIter.conicWeight(), errorConic); in createVerbSegments() 414 SkPath::Iter pathIter(*path, false); in approximate() local 422 while ((verb = pathIter.next(points, false)) != SkPath::kDone_Verb) { in approximate() 423 createVerbSegments(pathIter, verb, points, segmentPoints, lengths, in approximate()
|