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

  /external/chromium_org/third_party/skia/src/pathops/
SkIntersectionHelper.h 24 bool addCoincident(SkIntersectionHelper& other, const SkIntersections& ts, bool swap) {
25 return fContour->addCoincident(fIndex, other.fContour, other.fIndex, ts, swap);
SkOpContour.h 39 bool addCoincident(int index, SkOpContour* other, int otherIndex,
SkAddIntersections.cpp 366 if (wt.addCoincident(wn, ts, swap)) {
375 if (wt.addCoincident(wn, ts, swap)) {
SkOpContour.cpp 12 bool SkOpContour::addCoincident(int index, SkOpContour* other, int otherIndex,
  /external/skia/src/pathops/
SkIntersectionHelper.h 24 bool addCoincident(SkIntersectionHelper& other, const SkIntersections& ts, bool swap) {
25 return fContour->addCoincident(fIndex, other.fContour, other.fIndex, ts, swap);
SkOpContour.h 39 bool addCoincident(int index, SkOpContour* other, int otherIndex,
SkAddIntersections.cpp 366 if (wt.addCoincident(wn, ts, swap)) {
375 if (wt.addCoincident(wn, ts, swap)) {
SkOpContour.cpp 12 bool SkOpContour::addCoincident(int index, SkOpContour* other, int otherIndex,

Completed in 66 milliseconds