Searched defs:addCoincident (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/skia/src/pathops/
H A DSkIntersectionHelper.h20 void addCoincident(SkIntersectionHelper& other, const SkIntersections& ts, bool swap) { function in class:SkIntersectionHelper
21 fContour->addCoincident(fIndex, other.fContour, other.fIndex, ts, swap);
H A DSkOpContour.cpp12 void SkOpContour::addCoincident(int index, SkOpContour* other, int otherIndex, function in class:SkOpContour
/external/skia/src/pathops/
H A DSkIntersectionHelper.h20 void addCoincident(SkIntersectionHelper& other, const SkIntersections& ts, bool swap) { function in class:SkIntersectionHelper
21 fContour->addCoincident(fIndex, other.fContour, other.fIndex, ts, swap);
H A DSkOpContour.cpp12 void SkOpContour::addCoincident(int index, SkOpContour* other, int otherIndex, function in class:SkOpContour

Completed in 147 milliseconds