Home
last modified time | relevance | path

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

/external/skia/src/pathops/
DSkIntersections.h115 bool hasOppT(double t) const { in hasOppT() function
DSkDQuadLineIntersection.cpp307 if (fIntersections->hasOppT(lineT)) { in addLineNearEndPoints()
DSkDCubicLineIntersection.cpp302 if (fIntersections->hasOppT(lineT)) { in addLineNearEndPoints()
DSkDConicLineIntersection.cpp207 if (fIntersections->hasOppT(lineT)) { in addLineNearEndPoints()
DSkPathOpsTSect.h134 bool hasOppT(double t) const {
424 if (!span->hasOppT(t)) { in addForPerp()
1303 SkOPASSERT(work->hasOppT(work->fCoinStart.perpT())); in findCoincidentRun()