Home
last modified time | relevance | path

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

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