Searched refs:oTest (Results 1 – 6 of 6) sorted by relevance
/external/skqp/tests/ |
D | PathOpsThreeWayTest.cpp | 48 const Curve& oTest = testSet.tests[outer]; in testSetTest() local 53 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()
|
/external/skia/tests/ |
D | PathOpsThreeWayTest.cpp | 48 const Curve& oTest = testSet.tests[outer]; in testSetTest() local 53 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()
|
/external/skqp/src/pathops/ |
D | SkOpCoincidence.cpp | 453 const SkOpSpanBase* oTest = coin->flipped() ? oStart->prev() : oStart->upCast()->next(); in addExpanded() local 454 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 …]
|
D | SkPathOpsDebug.cpp | 1655 const SkOpSpanBase* oTest = coin->flipped() ? oStart->prev() : oStart->upCast()->next(); in debugAddExpanded() local 1656 FAIL_IF(!oTest, coin); in debugAddExpanded() 1659 while (test != end || oTest != oEnd) { in debugAddExpanded() 1661 const SkOpPtT* containedThis = oTest->ptT()->contains(seg); in debugAddExpanded() 1670 oNextT = oTest->t(); in debugAddExpanded() 1690 double oStartPart = (oTest->t() - oStartPtT->fT) / oStartRange; in debugAddExpanded() 1698 priorT + startRange * oStartPart, oTest); in debugAddExpanded() 1702 oTest = oStart; in debugAddExpanded() 1712 if (oTest != oEnd) { in debugAddExpanded() 1713 oPriorT = oTest->t(); in debugAddExpanded() [all …]
|
/external/skia/src/pathops/ |
D | SkOpCoincidence.cpp | 453 const SkOpSpanBase* oTest = coin->flipped() ? oStart->prev() : oStart->upCast()->next(); in addExpanded() local 454 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 …]
|
D | SkPathOpsDebug.cpp | 1654 const SkOpSpanBase* oTest = coin->flipped() ? oStart->prev() : oStart->upCast()->next(); in debugAddExpanded() local 1655 FAIL_IF(!oTest, coin); in debugAddExpanded() 1658 while (test != end || oTest != oEnd) { in debugAddExpanded() 1660 const SkOpPtT* containedThis = oTest->ptT()->contains(seg); in debugAddExpanded() 1669 oNextT = oTest->t(); in debugAddExpanded() 1689 double oStartPart = (oTest->t() - oStartPtT->fT) / oStartRange; in debugAddExpanded() 1697 priorT + startRange * oStartPart, oTest); in debugAddExpanded() 1701 oTest = oStart; in debugAddExpanded() 1711 if (oTest != oEnd) { in debugAddExpanded() 1712 oPriorT = oTest->t(); in debugAddExpanded() [all …]
|