Searched defs:fOppValue (Results 1 - 4 of 4) 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
/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
/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 461 milliseconds