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

  /external/skia/src/pathops/
SkPathOpsWinding.cpp 174 } else if (!span->windValue() && !span->oppValue()) {
303 if (span->windValue() == 0 && span->oppValue() == 0) {
322 int oppValue = ccw ? -span->oppValue() : span->oppValue();
324 oppWind += oppValue;
SkOpSpan.h 497 int oppValue() const {
518 void setOppValue(int oppValue) {
521 SkOPASSERT(!oppValue || !fDone);
522 fOppValue = oppValue;
SkOpCoincidence.cpp     [all...]
SkOpSegment.h 301 int result = start->t() < end->t() ? -start->upCast()->oppValue()
302 : end->upCast()->oppValue();
SkOpSegment.cpp 60 if (upSpan->windValue() || upSpan->oppValue()) {
79 if (downSpan->windValue() || downSpan->oppValue()) {
    [all...]
SkPathOpsDebug.cpp 819 if (span->oppValue()) glitches->record(SkPathOpsDebug::kCollapsedOppValue_Glitch, span);
    [all...]
  /external/skia/tests/
PathOpsDebug.cpp 876 if (mSpan.oppValue() != 0 || mSpan.oppSum() != SK_MinS32) {
877 SkDebugf(" oppVal=%d", mSpan.oppValue());
    [all...]

Completed in 2926 milliseconds