Searched defs:fOppSum (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/skia/src/pathops/
H A DSkOpSpan.h24 int fOppSum; // for binary operators: the opposite winding sum member in struct:SkOpSpan
/external/skia/src/pathops/
H A DSkOpSpan.h24 int fOppSum; // for binary operators: the opposite winding sum member in struct:SkOpSpan
/external/chromium_org/third_party/skia/experimental/Intersection/
H A DSimplify.cpp662 int fOppSum; // for binary operators: the opposite winding sum member in struct:Span
1709 span->fOppSum = SK_MinS32;
3444 SkASSERT(span.fOppSum == SK_MinS32 || span.fOppSum == oppWinding);
3448 span.fOppSum = oppWinding;
3513 debugShowNewWinding(funName, span, span.fWindSum, span.fOppSum);
3516 SkASSERT(span.fOppSum != SK_MinS32);
3733 return fTs[tIndex].fOppSum;
3738 return fTs[lesser].fOppSum;
4307 if (span.fOppSum
[all...]
/external/skia/experimental/Intersection/
H A DSimplify.cpp662 int fOppSum; // for binary operators: the opposite winding sum member in struct:Span
1709 span->fOppSum = SK_MinS32;
3444 SkASSERT(span.fOppSum == SK_MinS32 || span.fOppSum == oppWinding);
3448 span.fOppSum = oppWinding;
3513 debugShowNewWinding(funName, span, span.fWindSum, span.fOppSum);
3516 SkASSERT(span.fOppSum != SK_MinS32);
3733 return fTs[tIndex].fOppSum;
3738 return fTs[lesser].fOppSum;
4307 if (span.fOppSum
[all...]

Completed in 114 milliseconds