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

/external/chromium_org/third_party/skia/src/pathops/
H A DSkOpSpan.h25 int fWindValue; // 0 == canceled; 1 == normal; >1 == coincident member in struct:SkOpSpan
H A DSkOpSegment.cpp74 if (upSpan.fWindValue || upSpan.fOppValue) {
93 if (downSpan.fWindValue || downSpan.fOppValue) {
246 if (!fTs[tIndexStart].fWindValue) {
247 if (tIndexStart > 0 && fTs[tIndexStart - 1].fWindValue) {
257 if (nextT < 1 && fTs[tIndex].fWindValue) {
268 SkASSERT(!other->fTs[oIndexStart].fWindValue);
269 if (oIndexStart > 0 && other->fTs[oIndexStart - 1].fWindValue) {
278 if (oNextT < 1 && other->fTs[oIndex].fWindValue) {
472 if (oEndIndex > 0 && other->span(oStartIndex).fWindValue) {
502 if (oStartIndex >= 0 && other->span(oStartIndex).fWindValue) {
[all...]
H A DSkPathOpsDebug.cpp166 // SK_ALWAYSBREAK(span.fWindValue == 1);
362 bool change = lastT != fTs[i].fT || lastWind != fTs[i].fWindValue
370 lastWind = fTs[i].fWindValue;
434 SkDebugf(" windValue=%d oppValue=%d\n", fTs[i].fWindValue, fTs[i].fOppValue);
457 SkDebugf(" windValue=%d\n", span.fWindValue);
484 SkDebugf(" windValue=%d oppValue=%d\n", span.fWindValue, span.fOppValue);
500 sum += fTs[i].fWindValue;
501 slots[fTs[i].fOther->fID - 1] = as_digit(fTs[i].fWindValue);
H A DSkOpSegment.h106 return fTs[tIndex].fWindValue == 0 && fTs[tIndex].fOppValue == 0;
214 int result = startIndex < endIndex ? -fTs[startIndex].fWindValue : fTs[endIndex].fWindValue;
242 return fTs[tIndex].fWindValue;
/external/skia/src/pathops/
H A DSkOpSpan.h25 int fWindValue; // 0 == canceled; 1 == normal; >1 == coincident member in struct:SkOpSpan
H A DSkOpSegment.cpp74 if (upSpan.fWindValue || upSpan.fOppValue) {
93 if (downSpan.fWindValue || downSpan.fOppValue) {
246 if (!fTs[tIndexStart].fWindValue) {
247 if (tIndexStart > 0 && fTs[tIndexStart - 1].fWindValue) {
257 if (nextT < 1 && fTs[tIndex].fWindValue) {
267 SkASSERT(!other->fTs[oIndexStart].fWindValue);
268 if (oIndexStart > 0 && other->fTs[oIndexStart - 1].fWindValue) {
277 if (oNextT < 1 && other->fTs[oIndex].fWindValue) {
468 if (oEndIndex > 0 && other->span(oStartIndex).fWindValue) {
498 if (oStartIndex >= 0 && other->span(oStartIndex).fWindValue) {
[all...]
H A DSkPathOpsDebug.cpp165 // SK_ALWAYSBREAK(span.fWindValue == 1);
361 bool change = lastT != fTs[i].fT || lastWind != fTs[i].fWindValue
369 lastWind = fTs[i].fWindValue;
433 SkDebugf(" windValue=%d oppValue=%d\n", fTs[i].fWindValue, fTs[i].fOppValue);
456 SkDebugf(" windValue=%d\n", span.fWindValue);
483 SkDebugf(" windValue=%d oppValue=%d\n", span.fWindValue, span.fOppValue);
499 sum += fTs[i].fWindValue;
500 slots[fTs[i].fOther->fID - 1] = as_digit(fTs[i].fWindValue);
H A DSkOpSegment.h106 return fTs[tIndex].fWindValue == 0 && fTs[tIndex].fOppValue == 0;
212 int result = startIndex < endIndex ? -fTs[startIndex].fWindValue : fTs[endIndex].fWindValue;
240 return fTs[tIndex].fWindValue;
/external/chromium_org/third_party/skia/experimental/Intersection/
H A DSimplify.cpp663 int fWindValue; // 0 == canceled; 1 == normal; >1 == coincident member in struct:Span
1318 if (upSpan.fWindValue || upSpan.fOppValue) {
1334 if (downSpan.fWindValue || downSpan.fOppValue) {
1496 if (!fTs[tIndexStart].fWindValue) {
1497 if (tIndexStart > 0 && fTs[tIndexStart - 1].fWindValue) {
1507 if (nextT < 1 && fTs[tIndex].fWindValue) {
1517 SkASSERT(!other.fTs[oIndexStart].fWindValue);
1518 if (oIndexStart > 0 && other.fTs[oIndexStart - 1].fWindValue) {
1527 if (oNextT < 1 && other.fTs[oIndex].fWindValue) {
1710 span->fWindValue
[all...]
/external/skia/experimental/Intersection/
H A DSimplify.cpp663 int fWindValue; // 0 == canceled; 1 == normal; >1 == coincident member in struct:Span
1318 if (upSpan.fWindValue || upSpan.fOppValue) {
1334 if (downSpan.fWindValue || downSpan.fOppValue) {
1496 if (!fTs[tIndexStart].fWindValue) {
1497 if (tIndexStart > 0 && fTs[tIndexStart - 1].fWindValue) {
1507 if (nextT < 1 && fTs[tIndex].fWindValue) {
1517 SkASSERT(!other.fTs[oIndexStart].fWindValue);
1518 if (oIndexStart > 0 && other.fTs[oIndexStart - 1].fWindValue) {
1527 if (oNextT < 1 && other.fTs[oIndex].fWindValue) {
1710 span->fWindValue
[all...]
/external/skia/tests/
H A DPathOpsDebug.cpp59 SkDebugf(" sgn=%d windVal=%d", sign(), mSpan.fWindValue);
542 SkDebugf(" windValue=%d", fWindValue);
/external/chromium_org/third_party/skia/tests/
H A DPathOpsDebug.cpp191 SkDebugf(" sgn=%d windVal=%d", sign(), mSpan.fWindValue);
674 SkDebugf(" windValue=%d", fWindValue);

Completed in 1824 milliseconds