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

/external/skia/src/pathops/
H A DSkOpSegment.cpp73 const SkOpSpan& upSpan = fTs[index]; local
74 if (upSpan.fWindValue || upSpan.fOppValue) {
79 if (!upSpan.fDone) {
80 if (upSpan.fWindSum != SK_MinS32) {
86 SkASSERT(upSpan.fDone);
/external/chromium_org/third_party/skia/src/pathops/
H A DSkOpSegment.cpp73 const SkOpSpan& upSpan = fTs[index]; local
74 if (upSpan.fWindValue || upSpan.fOppValue) {
79 if (!upSpan.fDone) {
80 if (upSpan.fWindSum != SK_MinS32) {
86 SkASSERT(upSpan.fDone);

Completed in 627 milliseconds