Home
last modified time | relevance | path

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

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