Searched refs:eContour (Results 1 - 1 of 1) sorted by relevance

/external/skia/src/pathops/
H A DSkPathOpsCommon.cpp211 const SkOpContour* eContour = builder.head(); local
213 if (!eContour->count()) {
216 const SkPoint& eStart = eContour->start();
217 const SkPoint& eEnd = eContour->end();
229 eContour->toPath(simple);
232 *runs.append() = eContour;
233 } while ((eContour = eContour->next()));

Completed in 28 milliseconds