Searched refs:addPartialCoincident (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/skia/src/pathops/
H A DSkIntersectionHelper.h34 bool addPartialCoincident(SkIntersectionHelper& other, const SkIntersections& ts, int index, function in class:SkIntersectionHelper
36 return fContour->addPartialCoincident(fIndex, other.fContour, other.fIndex, ts, index,
H A DSkOpContour.h71 bool addPartialCoincident(int index, SkOpContour* other, int otherIndex,
H A DSkAddIntersections.cpp388 if (!wt.addPartialCoincident(wn, ts, pt, swap)) {
H A DSkOpContour.cpp170 bool SkOpContour::addPartialCoincident(int index, SkOpContour* other, int otherIndex, function in class:SkOpContour
/external/skia/src/pathops/
H A DSkIntersectionHelper.h34 bool addPartialCoincident(SkIntersectionHelper& other, const SkIntersections& ts, int index, function in class:SkIntersectionHelper
36 return fContour->addPartialCoincident(fIndex, other.fContour, other.fIndex, ts, index,
H A DSkOpContour.h71 bool addPartialCoincident(int index, SkOpContour* other, int otherIndex,
H A DSkAddIntersections.cpp388 if (!wt.addPartialCoincident(wn, ts, pt, swap)) {
H A DSkOpContour.cpp162 bool SkOpContour::addPartialCoincident(int index, SkOpContour* other, int otherIndex, function in class:SkOpContour

Completed in 392 milliseconds