Home
last modified time | relevance | path

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

/third_party/skia/src/pathops/
DSkOpAngle.h130 SkOpSpanBase* fComputedEnd; variable
DSkOpAngle.cpp429 fComputedEnd = fEnd = computedEnd; in computeSector()
525 double tEnd = index ? rh->fComputedEnd->t() : this->fComputedEnd->t(); in endsIntersect()
526 bool testAscends = tStart < (index ? rh->fComputedEnd->t() : this->fComputedEnd->t()); in endsIntersect()
960 fComputedEnd = fEnd = end; in set()
/third_party/flutter/skia/src/pathops/
DSkOpAngle.h130 SkOpSpanBase* fComputedEnd; variable
DSkOpAngle.cpp429 fComputedEnd = fEnd = computedEnd; in computeSector()
525 double tEnd = index ? rh->fComputedEnd->t() : this->fComputedEnd->t(); in endsIntersect()
526 bool testAscends = tStart < (index ? rh->fComputedEnd->t() : this->fComputedEnd->t()); in endsIntersect()
960 fComputedEnd = fEnd = end; in set()