Searched refs:addAlignIntersection (Results 1 – 2 of 2) sorted by relevance
/external/skia/src/pathops/ |
D | SkOpSegment.h | 48 void addAlignIntersection(SkOpPtT& endPtT, SkPoint& oldPt, 52 this->addAlignIntersection(*fHead.ptT(), fOriginal[0], contourList, allocator); in addAlignIntersections() 53 this->addAlignIntersection(*fTail.ptT(), fOriginal[1], contourList, allocator); in addAlignIntersections()
|
D | SkOpSegment.cpp | 162 void SkOpSegment::addAlignIntersection(SkOpPtT& endPtT, SkPoint& oldPt, in addAlignIntersection() function in SkOpSegment
|