Home
last modified time | relevance | path

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

/external/skia/src/pathops/
DSkPathOpsCommon.cpp250 const SkOpContour* oContour = runs[rIndex >> 1]; in Assemble() local
251 const SkPoint& oPt = rIndex & 1 ? oContour->end() : oContour->start(); in Assemble()