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

  /external/chromium_org/third_party/skia/src/pathops/
SkOpContour.cpp 14 SkCoincidence& coincidence = fCoincidences.push_back(); local
15 coincidence.fContours[0] = this; // FIXME: no need to store
16 coincidence.fContours[1] = other;
17 coincidence.fSegments[0] = index;
18 coincidence.fSegments[1] = otherIndex;
19 coincidence.fTs[swap][0] = ts[0][0];
20 coincidence.fTs[swap][1] = ts[0][1];
21 coincidence.fTs[!swap][0] = ts[1][0];
22 coincidence.fTs[!swap][1] = ts[1][1];
23 coincidence.fPts[0] = ts.pt(0).asSkPoint()
50 SkCoincidence& coincidence = fCoincidences[index]; local
109 SkCoincidence& coincidence = fCoincidences[index]; local
    [all...]
  /external/skia/src/pathops/
SkOpContour.cpp 14 SkCoincidence& coincidence = fCoincidences.push_back(); local
15 coincidence.fContours[0] = this; // FIXME: no need to store
16 coincidence.fContours[1] = other;
17 coincidence.fSegments[0] = index;
18 coincidence.fSegments[1] = otherIndex;
19 coincidence.fTs[swap][0] = ts[0][0];
20 coincidence.fTs[swap][1] = ts[0][1];
21 coincidence.fTs[!swap][0] = ts[1][0];
22 coincidence.fTs[!swap][1] = ts[1][1];
23 coincidence.fPts[0] = ts.pt(0).asSkPoint()
50 SkCoincidence& coincidence = fCoincidences[index]; local
109 SkCoincidence& coincidence = fCoincidences[index]; local
    [all...]

Completed in 62 milliseconds