Searched refs:fWindValue (Results 1 – 12 of 12) sorted by relevance
/external/chromium_org/third_party/skia/src/pathops/ |
D | SkOpSegment.cpp | 74 if (upSpan.fWindValue || upSpan.fOppValue) { in activeAngleInner() 93 if (downSpan.fWindValue || downSpan.fOppValue) { in activeAngleInner() 246 if (!fTs[tIndexStart].fWindValue) { in addCancelOutsides() 247 if (tIndexStart > 0 && fTs[tIndexStart - 1].fWindValue) { in addCancelOutsides() 257 if (nextT < 1 && fTs[tIndex].fWindValue) { in addCancelOutsides() 268 SkASSERT(!other->fTs[oIndexStart].fWindValue); in addCancelOutsides() 269 if (oIndexStart > 0 && other->fTs[oIndexStart - 1].fWindValue) { in addCancelOutsides() 278 if (oNextT < 1 && other->fTs[oIndex].fWindValue) { in addCancelOutsides() 472 if (oEndIndex > 0 && other->span(oStartIndex).fWindValue) { in addSingletonAngleDown() 502 if (oStartIndex >= 0 && other->span(oStartIndex).fWindValue) { in addSingletonAngleUp() [all …]
|
D | SkPathOpsDebug.cpp | 362 bool change = lastT != fTs[i].fT || lastWind != fTs[i].fWindValue in debugShowTs() 370 lastWind = fTs[i].fWindValue; in debugShowTs() 434 SkDebugf(" windValue=%d oppValue=%d\n", fTs[i].fWindValue, fTs[i].fOppValue); in debugShowActiveSpans() 457 SkDebugf(" windValue=%d\n", span.fWindValue); in debugShowNewWinding() 484 SkDebugf(" windValue=%d oppValue=%d\n", span.fWindValue, span.fOppValue); in debugShowNewWinding() 500 sum += fTs[i].fWindValue; in debugShowWindingValues() 501 slots[fTs[i].fOther->fID - 1] = as_digit(fTs[i].fWindValue); in debugShowWindingValues()
|
D | SkOpSpan.h | 25 int fWindValue; // 0 == canceled; 1 == normal; >1 == coincident member
|
D | SkOpSegment.h | 106 return fTs[tIndex].fWindValue == 0 && fTs[tIndex].fOppValue == 0; in isCanceled() 214 int result = startIndex < endIndex ? -fTs[startIndex].fWindValue : fTs[endIndex].fWindValue; in spanSign() 242 return fTs[tIndex].fWindValue; in windValue()
|
/external/skia/src/pathops/ |
D | SkOpSegment.cpp | 74 if (upSpan.fWindValue || upSpan.fOppValue) { in activeAngleInner() 93 if (downSpan.fWindValue || downSpan.fOppValue) { in activeAngleInner() 246 if (!fTs[tIndexStart].fWindValue) { in addCancelOutsides() 247 if (tIndexStart > 0 && fTs[tIndexStart - 1].fWindValue) { in addCancelOutsides() 257 if (nextT < 1 && fTs[tIndex].fWindValue) { in addCancelOutsides() 267 SkASSERT(!other->fTs[oIndexStart].fWindValue); in addCancelOutsides() 268 if (oIndexStart > 0 && other->fTs[oIndexStart - 1].fWindValue) { in addCancelOutsides() 277 if (oNextT < 1 && other->fTs[oIndex].fWindValue) { in addCancelOutsides() 468 if (oEndIndex > 0 && other->span(oStartIndex).fWindValue) { in addSingletonAngleDown() 498 if (oStartIndex >= 0 && other->span(oStartIndex).fWindValue) { in addSingletonAngleUp() [all …]
|
D | SkPathOpsDebug.cpp | 361 bool change = lastT != fTs[i].fT || lastWind != fTs[i].fWindValue in debugShowTs() 369 lastWind = fTs[i].fWindValue; in debugShowTs() 433 SkDebugf(" windValue=%d oppValue=%d\n", fTs[i].fWindValue, fTs[i].fOppValue); in debugShowActiveSpans() 456 SkDebugf(" windValue=%d\n", span.fWindValue); in debugShowNewWinding() 483 SkDebugf(" windValue=%d oppValue=%d\n", span.fWindValue, span.fOppValue); in debugShowNewWinding() 499 sum += fTs[i].fWindValue; in debugShowWindingValues() 500 slots[fTs[i].fOther->fID - 1] = as_digit(fTs[i].fWindValue); in debugShowWindingValues()
|
D | SkOpSpan.h | 25 int fWindValue; // 0 == canceled; 1 == normal; >1 == coincident member
|
D | SkOpSegment.h | 106 return fTs[tIndex].fWindValue == 0 && fTs[tIndex].fOppValue == 0; in isCanceled() 212 int result = startIndex < endIndex ? -fTs[startIndex].fWindValue : fTs[endIndex].fWindValue; in spanSign() 240 return fTs[tIndex].fWindValue; in windValue()
|
/external/chromium_org/third_party/skia/experimental/Intersection/ |
D | Simplify.cpp | 663 int fWindValue; // 0 == canceled; 1 == normal; >1 == coincident member 1318 if (upSpan.fWindValue || upSpan.fOppValue) { in activeAngleInner() 1334 if (downSpan.fWindValue || downSpan.fOppValue) { in activeAngleInner() 1496 if (!fTs[tIndexStart].fWindValue) { in addCancelOutsides() 1497 if (tIndexStart > 0 && fTs[tIndexStart - 1].fWindValue) { in addCancelOutsides() 1507 if (nextT < 1 && fTs[tIndex].fWindValue) { in addCancelOutsides() 1517 SkASSERT(!other.fTs[oIndexStart].fWindValue); in addCancelOutsides() 1518 if (oIndexStart > 0 && other.fTs[oIndexStart - 1].fWindValue) { in addCancelOutsides() 1527 if (oNextT < 1 && other.fTs[oIndex].fWindValue) { in addCancelOutsides() 1710 span->fWindValue = 1; in addT() [all …]
|
/external/skia/experimental/Intersection/ |
D | Simplify.cpp | 663 int fWindValue; // 0 == canceled; 1 == normal; >1 == coincident member 1318 if (upSpan.fWindValue || upSpan.fOppValue) { in activeAngleInner() 1334 if (downSpan.fWindValue || downSpan.fOppValue) { in activeAngleInner() 1496 if (!fTs[tIndexStart].fWindValue) { in addCancelOutsides() 1497 if (tIndexStart > 0 && fTs[tIndexStart - 1].fWindValue) { in addCancelOutsides() 1507 if (nextT < 1 && fTs[tIndex].fWindValue) { in addCancelOutsides() 1517 SkASSERT(!other.fTs[oIndexStart].fWindValue); in addCancelOutsides() 1518 if (oIndexStart > 0 && other.fTs[oIndexStart - 1].fWindValue) { in addCancelOutsides() 1527 if (oNextT < 1 && other.fTs[oIndex].fWindValue) { in addCancelOutsides() 1710 span->fWindValue = 1; in addT() [all …]
|
/external/skia/tests/ |
D | PathOpsDebug.cpp | 59 SkDebugf(" sgn=%d windVal=%d", sign(), mSpan.fWindValue); in dumpOne() 542 SkDebugf(" windValue=%d", fWindValue); in dumpOne()
|
/external/chromium_org/third_party/skia/tests/ |
D | PathOpsDebug.cpp | 191 SkDebugf(" sgn=%d windVal=%d", sign(), mSpan.fWindValue); in dumpOne() 674 SkDebugf(" windValue=%d", fWindValue); in dumpOne()
|