Home
last modified time | relevance | path

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

/third_party/skia/src/pathops/
DSkOpEdgeBuilder.h21 , fAllowOpenContours(true) { in SkOpEdgeBuilder()
30 , fAllowOpenContours(false) { in SkOpEdgeBuilder()
71 bool fAllowOpenContours; variable
DSkOpEdgeBuilder.cpp95 if (!fAllowOpenContours && lastCurve) { in preFetch()
157 if (!fAllowOpenContours && lastCurve) { in preFetch()
185 if (fAllowOpenContours) { in walk()
347 if (contour && contour->count() &&!fAllowOpenContours && !close()) { in walk()