Home
last modified time | relevance | path

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

/external/skia/src/pathops/
DSkOpAngle.cpp320 fComputedEnd = fEnd = computedEnd; in computeSector()
416 double tEnd = index ? rh->fComputedEnd->t() : this->fComputedEnd->t(); in endsIntersect()
417 bool testAscends = tStart < (index ? rh->fComputedEnd->t() : this->fComputedEnd->t()); in endsIntersect()
831 fComputedEnd = fEnd = end; in set()
DSkOpAngle.h134 SkOpSpanBase* fComputedEnd; member