Searched refs:oTest (Results 1 – 6 of 6) sorted by relevance
/third_party/flutter/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()
|
/third_party/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()
|
/third_party/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 | 1632 const SkOpSpanBase* oTest = coin->flipped() ? oStart->prev() : oStart->upCast()->next(); in debugAddExpanded() local 1633 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 …]
|
/third_party/flutter/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 …]
|