Searched defs:upSpan (Results 1 - 1 of 1) sorted by relevance

/external/skia/src/pathops/
H A DSkOpSegment.cpp58 SkOpSpan* upSpan = start->upCastable(); local
59 if (upSpan) {
60 if (upSpan->windValue() || upSpan->oppValue()) {
61 SkOpSpanBase* next = upSpan->next();
66 if (!upSpan->done()) {
67 if (upSpan->windSum() != SK_MinS32) {
73 SkASSERT(upSpan->done());

Completed in 49 milliseconds