Home
last modified time | relevance | path

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

/third_party/skia/src/pathops/
DSkOpContour.h221 bool missingCoincidence() { in missingCoincidence() function
226 if (segment->missingCoincidence()) { in missingCoincidence()
DSkPathOpsCommon.cpp196 result |= contour->missingCoincidence(); in missing_coincidence()
DSkOpSegment.h289 bool missingCoincidence();
DSkOpSegment.cpp1155 bool SkOpSegment::missingCoincidence() { in missingCoincidence() function in SkOpSegment