Searched defs:addCoinOutsides (Results 1 - 2 of 2) sorted by relevance

/external/skia/src/pathops/
H A DSkOpSegment.cpp289 void SkOpSegment::addCoinOutsides(const SkPoint& startPt, const SkPoint& endPt, function in class:SkOpSegment
1368 addCoinOutsides(outsidePts[0], endPt, other);
1371 other->addCoinOutsides(oOutsidePts[0], endPt, this);
/external/chromium_org/third_party/skia/src/pathops/
H A DSkOpSegment.cpp290 void SkOpSegment::addCoinOutsides(const SkPoint& startPt, const SkPoint& endPt, function in class:SkOpSegment
1408 addCoinOutsides(outsidePts[0], endPt, other);
1411 other->addCoinOutsides(oOutsidePts[0], endPt, this);

Completed in 98 milliseconds