Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkContourMeasure.cpp269 bool haveSeenClose = fForceClosed; in buildSegments() local
343 haveSeenClose = true; in buildSegments()
361 if (haveSeenClose) { in buildSegments()
398 return new SkContourMeasure(std::move(fSegments), std::move(fPts), distance, haveSeenClose); in buildSegments()