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

  /external/chromium_org/third_party/skia/src/pathops/
SkOpSpan.h 21 int fOppSum; // for binary operators: the opposite winding sum
SkPathOpsDebug.cpp 112 if (SkPathOpsDebug::ValidWind(fOppSum) || fOppValue != 0) {
114 SkPathOpsDebug::WindingPrintf(fOppSum);
117 if (SkPathOpsDebug::ValidWind(fOppSum) || fOppValue != 0) {
SkOpSegment.h 117 return fTs[tIndex].fOppSum;
122 return fTs[lesser].fOppSum;
SkOpSegment.cpp 461 span->fOppSum = SK_MinS32;
    [all...]
SkOpAngle.cpp 432 SkPathOpsDebug::WindingPrintf(spanMin.fOppSum),
  /external/skia/src/pathops/
SkOpSpan.h 21 int fOppSum; // for binary operators: the opposite winding sum
SkPathOpsDebug.cpp 112 if (SkPathOpsDebug::ValidWind(fOppSum) || fOppValue != 0) {
114 SkPathOpsDebug::WindingPrintf(fOppSum);
117 if (SkPathOpsDebug::ValidWind(fOppSum) || fOppValue != 0) {
SkOpSegment.h 117 return fTs[tIndex].fOppSum;
122 return fTs[lesser].fOppSum;
SkOpSegment.cpp 461 span->fOppSum = SK_MinS32;
    [all...]
SkOpAngle.cpp 432 SkPathOpsDebug::WindingPrintf(spanMin.fOppSum),

Completed in 525 milliseconds