Home
last modified time | relevance | path

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

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