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

  /external/skia/src/pathops/
SkOpAngle.h 54 int debugSign() const;
SkPathOpsDebug.cpp 354 wind += next->debugSign() * (op ? minSpan->oppValue() : minSpan->windValue());
361 opp += next->debugSign() * (op ? minSpan->windValue() : minSpan->oppValue());
SkOpSegment.cpp     [all...]
  /external/skia/tests/
PathOpsDebug.cpp 731 int SkOpAngle::debugSign() const {
764 SkDebugf(" sgn=%d windVal=%d", this->debugSign(), mSpan.windValue());
    [all...]

Completed in 140 milliseconds