Searched refs:pathIter (Results 1 – 1 of 1) sorted by relevance
/aosp14/frameworks/base/libs/hwui/jni/ |
H A D | Path.cpp | 371 static void createVerbSegments(const SkPath::Iter& pathIter, SkPath::Verb verb, in createVerbSegments() argument 395 points, pathIter.conicWeight(), errorConic); in createVerbSegments() 428 SkPath::Iter pathIter(*path, false); in approximate() local 436 while ((verb = pathIter.next(points)) != SkPath::kDone_Verb) { in approximate() 437 createVerbSegments(pathIter, verb, points, segmentPoints, lengths, in approximate()
|