Home
last modified time | relevance | path

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

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