Searched refs:oTest (Results 1 – 3 of 3) sorted by relevance
48 const Curve& oTest = testSet.tests[outer]; in testSetTest() local53 SkDLine oLine = {{ oTest.curve.fPts[0], oTest.curve.fPts[1] }}; in testSetTest()57 oCurve.debugSet(oTest.curve.fPts); in testSetTest()58 if (oTest.ptCount == 1 && iTest.ptCount == 1) { in testSetTest()60 } else if (oTest.ptCount == 1 && iTest.ptCount == 4) { in testSetTest()62 } else if (oTest.ptCount == 4 && iTest.ptCount == 1) { in testSetTest()64 } else if (oTest.ptCount == 4 && iTest.ptCount == 4) { in testSetTest()
453 const SkOpSpanBase* oTest = coin->flipped() ? oStart->prev() : oStart->upCast()->next(); in addExpanded() local454 FAIL_IF(!oTest); in addExpanded()457 while (test != end || oTest != oEnd) { in addExpanded()459 const SkOpPtT* containedThis = oTest->ptT()->contains(seg); in addExpanded()468 oNextT = oTest->t(); in addExpanded()488 double oStartPart = (oTest->t() - oPriorT) / oStartRange; in addExpanded()496 priorT + startRange * oStartPart, oTest, &startOver); in addExpanded()500 oTest = oStart; in addExpanded()510 if (oTest != oEnd) { in addExpanded()511 oPriorT = oTest->t(); in addExpanded()[all …]
1632 const SkOpSpanBase* oTest = coin->flipped() ? oStart->prev() : oStart->upCast()->next(); in debugAddExpanded() local1633 FAIL_IF(!oTest, coin); in debugAddExpanded()1636 while (test != end || oTest != oEnd) { in debugAddExpanded()1638 const SkOpPtT* containedThis = oTest->ptT()->contains(seg); in debugAddExpanded()1647 oNextT = oTest->t(); in debugAddExpanded()1667 double oStartPart = (oTest->t() - oStartPtT->fT) / oStartRange; in debugAddExpanded()1675 priorT + startRange * oStartPart, oTest); in debugAddExpanded()1679 oTest = oStart; in debugAddExpanded()1689 if (oTest != oEnd) { in debugAddExpanded()1690 oPriorT = oTest->t(); in debugAddExpanded()[all …]