Home | History | Annotate | Download | only in pathops

Lines Matching refs:oTest

570     SkOpSpan* oTest = &other->fTs[oIndex];
574 bool decrement = test->fWindValue && oTest->fWindValue;
575 bool track = test->fWindValue || oTest->fWindValue;
576 bool bigger = test->fWindValue >= oTest->fWindValue;
578 double oTestT = oTest->fT;
592 SkOpSpan* oSpan = oTest;
616 oTest = oSpan;
618 SkASSERT(!oIndex || approximately_negative(oTest->fT - oStartT));
662 int SkOpSegment::bumpCoincidentThis(const SkOpSpan& oTest, bool opp, int index,
664 int oWindValue = oTest.fWindValue;
665 int oOppValue = oTest.fOppValue;
671 const double oStartT = oTest.fT;
687 SkOpSpan* const oTest = &fTs[oIndex];
688 SkOpSpan* oEnd = oTest;
690 const double oStartT = oTest->fT;
723 SkOpSpan* oTest = &other->fTs[oIndex];
728 // SkASSERT(!test->fDone || !oTest->fDone);
729 if (test->fDone || oTest->fDone) {
730 index = advanceCoincidentThis(oTest, opp, index);
733 index = bumpCoincidentThis(*oTest, opp, index, &outsideTs);
737 oTest = &other->fTs[oIndex];
739 SkASSERT(approximately_negative(oTest->fT - oEndT));
740 SkASSERT(approximately_negative(oEndT - oTest->fT));
795 int SkOpSegment::advanceCoincidentThis(const SkOpSpan* oTest, bool opp, int index) {
805 SkOpSpan* const oTest = &fTs[oIndex];
806 SkOpSpan* oEnd = oTest;
807 const double oStartT = oTest->fT;