Home
last modified time | relevance | path

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

/third_party/skia/src/pathops/
DSkOpCoincidence.cpp607 bool coinInside = coinTe <= checkTe && coinTs >= checkTs; in checkOverlap() local
609 if (coinInside && oppInside) { // already included, do nothing in checkOverlap()