Searched refs:fComputedEnd (Results 1 – 2 of 2) sorted by relevance
352 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()
127 SkOpSpanBase* fComputedEnd; variable