Home
last modified time | relevance | path

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

/third_party/skia/src/pathops/
DSkOpCoincidence.cpp592 double checkTe = check->coinPtTEnd()->fT; in checkOverlap() local
593 bool coinOutside = coinTe < checkTs || coinTs > checkTe; in checkOverlap()
607 bool coinInside = coinTe <= checkTe && coinTs >= checkTs; in checkOverlap()