HomeSort by relevance Sort by last modified time
    Searched refs:oTest (Results 1 - 3 of 3) sorted by null

  /external/skia/tests/
PathOpsThreeWayTest.cpp 47 const Curve& oTest = testSet.tests[outer];
52 SkDLine oLine = {{ oTest.curve[0], oTest.curve[1] }};
54 if (oTest.ptCount == 1 && iTest.ptCount == 1) {
56 } else if (oTest.ptCount == 1 && iTest.ptCount == 4) {
58 } else if (oTest.ptCount == 4 && iTest.ptCount == 1) {
59 i->intersect(oTest.curve, iLine);
60 } else if (oTest.ptCount == 4 && iTest.ptCount == 4) {
61 i->intersect(oTest.curve, iTest.curve);
  /external/skia/src/pathops/
SkOpCoincidence.cpp 92 SkOpSpanBase* oTest = coin->fFlipped ? oStart->prev() : oStart->upCast()->next();
93 while (test != end || oTest != oEnd) {
94 if (!test->ptT()->contains(oTest->ptT())) {
105 double oStartPart = (oTest->t() - oStartPtT->fT) / oStartRange;
124 newPt->fPt = oTest->pt();
125 oTest->ptT()->addOpp(newPt);
129 oTest = oStart;
134 if (oTest != oEnd) {
135 oTest = coin->fFlipped ? oTest->prev() : oTest->upCast()->next()
    [all...]
SkPathOpsDebug.cpp     [all...]

Completed in 100 milliseconds