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

  /external/chromium_org/third_party/skia/src/pathops/
SkOpContour.cpp 150 const SkCoincidence& innerCoin = fCoincidences[idx2];
151 int innerThisIndex = innerCoin.fSegments[0];
153 checkCoincidentPair(coincidence, 1, innerCoin, 1, false);
156 checkCoincidentPair(coincidence, 0, innerCoin, 1, false);
158 SkOpContour* innerOtherContour = innerCoin.fOther;
159 innerThisIndex = innerCoin.fSegments[1];
161 checkCoincidentPair(coincidence, 1, innerCoin, 0, false);
164 checkCoincidentPair(coincidence, 0, innerCoin, 0, false);
305 const SkCoincidence& innerCoin = fPartialCoincidences[idx2];
306 int innerThisIndex = innerCoin.fSegments[0]
    [all...]
  /external/skia/src/pathops/
SkOpContour.cpp 142 const SkCoincidence& innerCoin = fCoincidences[idx2];
143 int innerThisIndex = innerCoin.fSegments[0];
145 checkCoincidentPair(coincidence, 1, innerCoin, 1, false);
148 checkCoincidentPair(coincidence, 0, innerCoin, 1, false);
150 SkOpContour* innerOtherContour = innerCoin.fOther;
151 innerThisIndex = innerCoin.fSegments[1];
153 checkCoincidentPair(coincidence, 1, innerCoin, 0, false);
156 checkCoincidentPair(coincidence, 0, innerCoin, 0, false);
294 const SkCoincidence& innerCoin = fPartialCoincidences[idx2];
295 int innerThisIndex = innerCoin.fSegments[0]
    [all...]

Completed in 37 milliseconds