Home
last modified time | relevance | path

Searched refs:addAlignIntersections (Results 1 – 3 of 3) sorted by relevance

/external/skia/src/pathops/
DSkPathOpsCommon.cpp397 static void addAlignIntersections(SkOpContourHead* contourList, SkChunkAlloc* allocator) { in addAlignIntersections() function
400 contour->addAlignIntersections(contourList, allocator); in addAlignIntersections()
474 addAlignIntersections(contourList, allocator); in HandleCoincidence()
DSkOpContour.h37 void addAlignIntersections(SkOpContourHead* contourList, SkChunkAlloc* allocator) { in addAlignIntersections() function
41 segment->addAlignIntersections(contourList, allocator); in addAlignIntersections()
DSkOpSegment.h51 void addAlignIntersections(SkOpContourHead* contourList, SkChunkAlloc* allocator) { in addAlignIntersections() function