Home
last modified time | relevance | path

Searched refs:addAlignIntersection (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/pathops/
DSkOpSegment.h48 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()
DSkOpSegment.cpp162 void SkOpSegment::addAlignIntersection(SkOpPtT& endPtT, SkPoint& oldPt, in addAlignIntersection() function in SkOpSegment