Home
last modified time | relevance | path

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

/external/skqp/src/pathops/
DSkPathOpsTSect.h141 bool hasOppT(double t) const {
DSkIntersections.h115 bool hasOppT(double t) const { in hasOppT() function
DSkDQuadLineIntersection.cpp307 if (fIntersections->hasOppT(lineT)) { in addLineNearEndPoints()
DSkDConicLineIntersection.cpp207 if (fIntersections->hasOppT(lineT)) { in addLineNearEndPoints()
DSkDCubicLineIntersection.cpp302 if (fIntersections->hasOppT(lineT)) { in addLineNearEndPoints()
DSkPathOpsTSect.cpp78 if (!span->hasOppT(t)) { in addForPerp()
953 SkOPASSERT(work->hasOppT(work->fCoinStart.perpT())); in findCoincidentRun()
/external/skia/src/pathops/
DSkPathOpsTSect.h141 bool hasOppT(double t) const {
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.cpp78 if (!span->hasOppT(t)) { in addForPerp()
953 SkOPASSERT(work->hasOppT(work->fCoinStart.perpT())); in findCoincidentRun()