Home
last modified time | relevance | path

Searched refs:debugSign (Results 1 - 4 of 4) sorted by relevance

/third_party/skia/src/pathops/
H A DSkOpAngle.h50 int debugSign() const;
H A DSkOpSegment.cpp1101 if (angle->debugSign() != next->debugSign() && !angle->segment()->contour()->isXor() in nextChase()
H A DSkPathOpsDebug.cpp1349 wind += next->debugSign() * (op ? minSpan->oppValue() : minSpan->windValue()); in debugValidate()
1356 opp += next->debugSign() * (op ? minSpan->windValue() : minSpan->oppValue()); in debugValidate()
/third_party/skia/tests/
H A DPathOpsDebug.cpp523 int SkOpAngle::debugSign() const { in debugSign() function in SkOpAngle
556 SkDebugf(" sgn=%d windVal=%d", this->debugSign(), mSpan.windValue()); in dumpOne()

Completed in 12 milliseconds