Home
last modified time | relevance | path

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

/external/skia/src/pathops/
DSkOpEdgeBuilder.h21 , fAllowOpenContours(true) { in SkOpEdgeBuilder()
31 , fAllowOpenContours(false) { in SkOpEdgeBuilder()
72 bool fAllowOpenContours; variable
DSkOpEdgeBuilder.cpp86 if (!fAllowOpenContours && lastCurve) { in preFetch()
153 if (!fAllowOpenContours && lastCurve) { in preFetch()
179 if (fAllowOpenContours) { in walk()
247 if (fCurrentContour && fCurrentContour->count() &&!fAllowOpenContours && !close()) { in walk()