Searched defs:fWindValue (Results 1 - 4 of 4) 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
/external/skia/src/pathops/
H A DSkOpSpan.h25 int fWindValue; // 0 == canceled; 1 == normal; >1 == coincident member in struct:SkOpSpan
/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...]

Completed in 154 milliseconds