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