Home
last modified time | relevance | path

Searched refs:findCollapsed (Results 1 – 4 of 4) sorted by relevance

/external/skia/src/pathops/
DSkPathOpsCommon.cpp411 static void findCollapsed(SkOpContourHead* contourList) { in findCollapsed() function
414 contour->findCollapsed(); in findCollapsed()
461 findCollapsed(contourList); in HandleCoincidence()
DSkOpContour.h200 bool findCollapsed() { in findCollapsed() function
204 segment->findCollapsed(); in findCollapsed()
DSkOpSegment.h203 void findCollapsed();
DSkOpSegment.cpp604 void SkOpSegment::findCollapsed() { in findCollapsed() function in SkOpSegment