Home
last modified time | relevance | path

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

/third_party/skia/src/pathops/
DSkOpCoincidence.cpp608 bool oppInside = oppTe <= oCheckTe && oppTs >= oCheckTs; in checkOverlap() local
609 if (coinInside && oppInside) { // already included, do nothing in checkOverlap()