Home
last modified time | relevance | path

Searched refs:debugSign (Results 1 – 8 of 8) sorted by relevance

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