Home
last modified time | relevance | path

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

/external/skia/src/pathops/
DSkOpAngle.cpp352 fComputedEnd = fEnd = computedEnd; in computeSector()
448 double tEnd = index ? rh->fComputedEnd->t() : this->fComputedEnd->t(); in endsIntersect()
449 bool testAscends = tStart < (index ? rh->fComputedEnd->t() : this->fComputedEnd->t()); in endsIntersect()
858 fComputedEnd = fEnd = end; in set()
DSkOpAngle.h127 SkOpSpanBase* fComputedEnd; variable