HomeSort by relevance Sort by last modified time
    Searched defs:oppSum (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/skia/src/pathops/
SkPathOpsDebug.cpp 154 int oppSum = 0;
162 oppSum += operandsMatch ? segment->oppSign(next) : segment->spanSign(next);
181 SK_ALWAYSBREAK(!oppSum || fSegment->oppXor());
469 SkDebugf(") t=%1.9g [%d] (%1.9g,%1.9g) tEnd=%1.9g newWindSum=%d newOppSum=%d oppSum=",
  /external/skia/src/pathops/
SkPathOpsDebug.cpp 154 int oppSum = 0;
162 oppSum += operandsMatch ? segment->oppSign(next) : segment->spanSign(next);
181 SK_ALWAYSBREAK(!oppSum || fSegment->oppXor());
469 SkDebugf(") t=%1.9g [%d] (%1.9g,%1.9g) tEnd=%1.9g newWindSum=%d newOppSum=%d oppSum=",

Completed in 39 milliseconds