Home
last modified time | relevance | path

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

/third_party/skia/src/core/
DSkPathPriv.h512 bool isNewContour = fNextIsNewContour; in next() local
514 return { &fPts[-(pts_count + 1)], Edge(v), isNewContour }; in next()