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

  /external/chromium_org/third_party/skia/src/pathops/
SkOpContour.cpp 23 SkCoincidence& coincidence = fCoincidences.push_back(); local
24 coincidence.fOther = other;
25 coincidence.fSegments[0] = index;
26 coincidence.fSegments[1] = otherIndex;
27 coincidence.fTs[swap][0] = ts[0][0];
28 coincidence.fTs[swap][1] = ts[0][1];
29 coincidence.fTs[!swap][0] = ts[1][0];
30 coincidence.fTs[!swap][1] = ts[1][1];
31 coincidence.fPts[swap][0] = pt0;
32 coincidence.fPts[swap][1] = pt1
65 SkCoincidence& coincidence = fCoincidences[index]; local
137 const SkCoincidence& coincidence = fCoincidences[index]; local
173 SkCoincidence& coincidence = fPartialCoincidences.push_back(); local
205 SkCoincidence& coincidence = (*coincidences)[index]; local
270 SkCoincidence& coincidence = fCoincidences[index]; local
283 SkCoincidence& coincidence = fPartialCoincidences[index]; local
289 const SkCoincidence& coincidence = fPartialCoincidences[index]; local
    [all...]
  /external/skia/src/pathops/
SkOpContour.cpp 23 SkCoincidence& coincidence = fCoincidences.push_back(); local
24 coincidence.fOther = other;
25 coincidence.fSegments[0] = index;
26 coincidence.fSegments[1] = otherIndex;
27 coincidence.fTs[swap][0] = ts[0][0];
28 coincidence.fTs[swap][1] = ts[0][1];
29 coincidence.fTs[!swap][0] = ts[1][0];
30 coincidence.fTs[!swap][1] = ts[1][1];
31 coincidence.fPts[swap][0] = pt0;
32 coincidence.fPts[swap][1] = pt1
65 SkCoincidence& coincidence = fCoincidences[index]; local
137 const SkCoincidence& coincidence = fCoincidences[index]; local
173 SkCoincidence& coincidence = fPartialCoincidences.push_back(); local
205 SkCoincidence& coincidence = (*coincidences)[index]; local
270 SkCoincidence& coincidence = fCoincidences[index]; local
283 SkCoincidence& coincidence = fPartialCoincidences[index]; local
289 const SkCoincidence& coincidence = fPartialCoincidences[index]; local
    [all...]

Completed in 50 milliseconds