HomeSort by relevance Sort by last modified time
    Searched refs:addCoincident (Results 1 - 12 of 12) 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);
SkAddIntersections.cpp 366 if (wt.addCoincident(wn, ts, swap)) {
375 if (wt.addCoincident(wn, ts, swap)) {
SkOpContour.h 44 bool addCoincident(int index, SkOpContour* other, int otherIndex,
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);
SkAddIntersections.cpp 366 if (wt.addCoincident(wn, ts, swap)) {
375 if (wt.addCoincident(wn, ts, swap)) {
SkOpContour.h 44 bool addCoincident(int index, SkOpContour* other, int otherIndex,
SkOpContour.cpp 12 bool SkOpContour::addCoincident(int index, SkOpContour* other, int otherIndex,
  /external/chromium_org/third_party/skia/experimental/Intersection/
QuadraticIntersection.cpp 167 intersections.addCoincident(smallT1, smallT2, largeT1, largeT2);
196 intersections.addCoincident(smallT1, smallT2, largeT1, largeT2);
379 i.addCoincident(t, 0);
382 i.addCoincident(t, 1);
386 i.addCoincident(0, t);
389 i.addCoincident(1, t);
Simplify.cpp     [all...]
  /external/skia/experimental/Intersection/
QuadraticIntersection.cpp 167 intersections.addCoincident(smallT1, smallT2, largeT1, largeT2);
196 intersections.addCoincident(smallT1, smallT2, largeT1, largeT2);
379 i.addCoincident(t, 0);
382 i.addCoincident(t, 1);
386 i.addCoincident(0, t);
389 i.addCoincident(1, t);
Simplify.cpp     [all...]

Completed in 2776 milliseconds