Home
last modified time | relevance | path

Searched refs:oTest (Results 1 - 3 of 3) sorted by relevance

/third_party/skia/tests/
H A DPathOpsThreeWayTest.cpp48 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/
H A DSkOpCoincidence.cpp453 const SkOpSpanBase* oTest = coin->flipped() ? oStart->prev() : oStart->upCast()->next(); in DEBUG_COIN_DECLARE_ONLY_PARAMS() local
454 FAIL_IF(!oTest); in DEBUG_COIN_DECLARE_ONLY_PARAMS()
457 while (test != end || oTest != oEnd) { in DEBUG_COIN_DECLARE_ONLY_PARAMS()
459 const SkOpPtT* containedThis = oTest->ptT()->contains(seg); in DEBUG_COIN_DECLARE_ONLY_PARAMS()
468 oNextT = oTest->t(); in DEBUG_COIN_DECLARE_ONLY_PARAMS()
488 double oStartPart = (oTest->t() - oPriorT) / oStartRange; in DEBUG_COIN_DECLARE_ONLY_PARAMS()
496 priorT + startRange * oStartPart, oTest, &startOver); in DEBUG_COIN_DECLARE_ONLY_PARAMS()
500 oTest = oStart; in DEBUG_COIN_DECLARE_ONLY_PARAMS()
510 if (oTest != oEnd) { in DEBUG_COIN_DECLARE_ONLY_PARAMS()
511 oPriorT = oTest in DEBUG_COIN_DECLARE_ONLY_PARAMS()
[all...]
H A DSkPathOpsDebug.cpp1632 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 in debugAddExpanded()
[all...]

Completed in 7 milliseconds