HomeSort by relevance Sort by last modified time
    Searched refs:fWindValue (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/skia/src/pathops/
SkOpSpan.h 25 int fWindValue; // 0 == canceled; 1 == normal; >1 == coincident
SkOpSegment.cpp 74 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...]
SkPathOpsDebug.cpp 166 // 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);
SkOpSegment.h 106 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/chromium_org/third_party/skia/experimental/Intersection/
Simplify.cpp 663 int fWindValue; // 0 == canceled; 1 == normal; >1 == coincident
    [all...]
  /external/chromium_org/third_party/skia/tests/
PathOpsDebug.cpp 191 SkDebugf(" sgn=%d windVal=%d", sign(), mSpan.fWindValue);
674 SkDebugf(" windValue=%d", fWindValue);

Completed in 43 milliseconds