Home
last modified time | relevance | path

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

/external/skia/src/pathops/
DSkPathOpsSimplify.cpp119 SkOpSegment* next = current->findNextXor(&nextStart, &nextEnd, &unsortable); in bridgeXor()
DSkOpSegment.h209 SkOpSegment* findNextXor(SkOpSpanBase** nextStart, SkOpSpanBase** nextEnd, bool* unsortable);
DSkOpSegment.cpp821 SkOpSegment* SkOpSegment::findNextXor(SkOpSpanBase** nextStart, SkOpSpanBase** nextEnd, in findNextXor() function in SkOpSegment