Home
last modified time | relevance | path

Searched refs:containedOpp (Results 1 - 2 of 2) sorted by relevance

/third_party/skia/src/pathops/
H A DSkOpCoincidence.cpp458 const SkOpPtT* containedOpp = test->ptT()->contains(oSeg); in DEBUG_COIN_DECLARE_ONLY_PARAMS() local
460 if (!containedOpp || !containedThis) { in DEBUG_COIN_DECLARE_ONLY_PARAMS()
463 if (containedOpp) { in DEBUG_COIN_DECLARE_ONLY_PARAMS()
465 oNextT = containedOpp->fT; in DEBUG_COIN_DECLARE_ONLY_PARAMS()
490 bool addToOpp = !containedOpp && !containedThis ? startPart < oStartPart in DEBUG_COIN_DECLARE_ONLY_PARAMS()
H A DSkPathOpsDebug.cpp1637 const SkOpPtT* containedOpp = test->ptT()->contains(oSeg); in debugAddExpanded() local
1639 if (!containedOpp || !containedThis) { in debugAddExpanded()
1642 if (containedOpp) { in debugAddExpanded()
1644 oNextT = containedOpp->fT; in debugAddExpanded()
1669 bool addToOpp = !containedOpp && !containedThis ? startPart < oStartPart in debugAddExpanded()

Completed in 7 milliseconds