Searched refs:fOppValue (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/third_party/skia/src/pathops/
H A DSkOpSpan.h26 int fOppValue; // normally 0 -- when binary coincident edges combine, opp value goes here member in struct:SkOpSpan
H A DSkPathOpsDebug.cpp170 SK_ALWAYSBREAK(span.fOppValue == 0 || abs(span.fOppValue) == 1);
286 SK_ALWAYSBREAK(!span.fOppValue);
363 || lastOpp != fTs[i].fOppValue;
371 lastOpp = fTs[i].fOppValue;
434 SkDebugf(" windValue=%d oppValue=%d\n", fTs[i].fWindValue, fTs[i].fOppValue);
484 SkDebugf(" windValue=%d oppValue=%d\n", span.fWindValue, span.fOppValue);
502 sum += fTs[i].fOppValue;
503 slots[slotCount + fTs[i].fOther->fID - 1] = as_digit(fTs[i].fOppValue);
H A DSkOpSegment.cpp74 if (upSpan.fWindValue || upSpan.fOppValue) {
93 if (downSpan.fWindValue || downSpan.fOppValue) {
609 span->fOppValue = 0;
735 test->fOppValue--;
751 oTest->fOppValue--;
783 oTest->fOppValue--;
1048 SkDEBUGCODE(int oppWinding = lastSpan->fOppValue);
1059 SkASSERT(span->fOppValue == oppWinding);
1086 int baseOpp = test->fOppValue;
1091 if (endSpan->fWindValue != baseWind || endSpan->fOppValue !
[all...]
H A DSkOpSegment.h106 return fTs[tIndex].fWindValue == 0 && fTs[tIndex].fOppValue == 0;
135 int result = startIndex < endIndex ? -fTs[startIndex].fOppValue : fTs[endIndex].fOppValue;
152 return fTs[tIndex].fOppValue;
157 return fTs[lesser].fOppValue;
/external/skia/src/pathops/
H A DSkOpSpan.h26 int fOppValue; // normally 0 -- when binary coincident edges combine, opp value goes here member in struct:SkOpSpan
H A DSkPathOpsDebug.cpp169 SK_ALWAYSBREAK(span.fOppValue == 0 || abs(span.fOppValue) == 1);
285 SK_ALWAYSBREAK(!span.fOppValue);
362 || lastOpp != fTs[i].fOppValue;
370 lastOpp = fTs[i].fOppValue;
433 SkDebugf(" windValue=%d oppValue=%d\n", fTs[i].fWindValue, fTs[i].fOppValue);
483 SkDebugf(" windValue=%d oppValue=%d\n", span.fWindValue, span.fOppValue);
501 sum += fTs[i].fOppValue;
502 slots[slotCount + fTs[i].fOther->fID - 1] = as_digit(fTs[i].fOppValue);
H A DSkOpSegment.cpp74 if (upSpan.fWindValue || upSpan.fOppValue) {
93 if (downSpan.fWindValue || downSpan.fOppValue) {
605 span->fOppValue = 0;
727 test->fOppValue--;
743 oTest->fOppValue--;
775 oTest->fOppValue--;
1015 SkDEBUGCODE(int oppWinding = lastSpan->fOppValue);
1026 SkASSERT(span->fOppValue == oppWinding);
1053 int baseOpp = test->fOppValue;
1058 if (endSpan->fWindValue != baseWind || endSpan->fOppValue !
[all...]
H A DSkOpSegment.h106 return fTs[tIndex].fWindValue == 0 && fTs[tIndex].fOppValue == 0;
135 int result = startIndex < endIndex ? -fTs[startIndex].fOppValue : fTs[endIndex].fOppValue;
152 return fTs[tIndex].fOppValue;
157 return fTs[lesser].fOppValue;
/external/skia/tests/
H A DPathOpsDebug.cpp63 if (mSpan.fOppValue != 0 || mSpan.fOppSum != SK_MinS32) {
64 SkDebugf(" oppVal=%d", mSpan.fOppValue);
539 if (fOppSum != SK_MinS32 && (SkPathOpsDebug::ValidWind(fOppSum) || fOppValue != 0)) {
543 if (SkPathOpsDebug::ValidWind(fOppSum) || fOppValue != 0) {
544 SkDebugf(" oppValue=%d", fOppValue);
/external/chromium_org/third_party/skia/tests/
H A DPathOpsDebug.cpp195 if (mSpan.fOppValue != 0 || mSpan.fOppSum != SK_MinS32) {
196 SkDebugf(" oppVal=%d", mSpan.fOppValue);
671 if (fOppSum != SK_MinS32 && (SkPathOpsDebug::ValidWind(fOppSum) || fOppValue != 0)) {
675 if (SkPathOpsDebug::ValidWind(fOppSum) || fOppValue != 0) {
676 SkDebugf(" oppValue=%d", fOppValue);
/external/chromium_org/third_party/skia/experimental/Intersection/
H A DSimplify.cpp664 int fOppValue; // normally 0 -- when binary coincident edges combine, opp value goes here member in struct:Span
1318 if (upSpan.fWindValue || upSpan.fOppValue) {
1334 if (downSpan.fWindValue || downSpan.fOppValue) {
1711 span->fOppValue = 0;
1937 int oOppValue = oTest->fOppValue;
2053 if (fTs[min].fWindValue > 0 || fTs[min].fOppValue > 0) {
2060 if (tIndex >= 0 && (fTs[min].fWindValue > 0 || fTs[min].fOppValue > 0)) {
2323 if (!span->fOppValue && !span->fDone) {
2334 span->fOppValue += oppDelta;
2335 SkASSERT(span->fOppValue >
[all...]
/external/skia/experimental/Intersection/
H A DSimplify.cpp664 int fOppValue; // normally 0 -- when binary coincident edges combine, opp value goes here member in struct:Span
1318 if (upSpan.fWindValue || upSpan.fOppValue) {
1334 if (downSpan.fWindValue || downSpan.fOppValue) {
1711 span->fOppValue = 0;
1937 int oOppValue = oTest->fOppValue;
2053 if (fTs[min].fWindValue > 0 || fTs[min].fOppValue > 0) {
2060 if (tIndex >= 0 && (fTs[min].fWindValue > 0 || fTs[min].fOppValue > 0)) {
2323 if (!span->fOppValue && !span->fDone) {
2334 span->fOppValue += oppDelta;
2335 SkASSERT(span->fOppValue >
[all...]

Completed in 1309 milliseconds