Home
last modified time | relevance | path

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

/external/skia/src/pathops/
DSkPathOpsCommon.cpp255 const SkOpContour* iContour = runs[iIndex >> 1]; in Assemble() local
256 const SkPoint& iPt = iIndex & 1 ? iContour->end() : iContour->start(); in Assemble()