Home
last modified time | relevance | path

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

/external/skia/src/pathops/
DSkPathOpsCommon.cpp255 if (!coincidence->addExpanded(DEBUG_PHASE_ONLY_PARAMS(kIntersecting))) { in HandleCoincidence()
267 coincidence->correctEnds(DEBUG_PHASE_ONLY_PARAMS(kIntersecting)); in HandleCoincidence()
310 (void) coincidence->expand(DEBUG_PHASE_ONLY_PARAMS(kIntersecting)); in HandleCoincidence()
DSkPathOpsTypes.cpp237 , fPhase(SkOpPhase::kIntersecting) in SkOpGlobalState()
DSkPathOpsTypes.h34 kIntersecting, enumerator
DSkPathOpsDebug.cpp2814 if (phase == SkOpPhase::kIntersecting || phase == SkOpPhase::kFixWinding) { in debugValidate()