Searched refs:eContour (Results 1 – 1 of 1) sorted by relevance
211 const SkOpContour* eContour = builder.head(); in Assemble() local213 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()