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

  /external/skia/src/pathops/
SkOpCoincidence.cpp 327 if (!s1->starter(e1)->span()->upCast()->windValue()) {
330 if (!s1->starter(e1)->span()->upCast()->windValue()) {
336 if (!s2->starter(e2)->span()->upCast()->windValue()) {
339 if (!s2->starter(e2)->span()->upCast()->windValue()) {
405 int windValue = start->windValue();
407 int oWindValue = oStart->windValue();
412 int oWindDiff = operandSwap ? oppValue : windValue;
417 if (windValue && (windValue > windDiff || (windValue == windDif
    [all...]
SkPathOpsWinding.cpp 174 } else if (!span->windValue() && !span->oppValue()) {
296 if (span->windValue() == 0 && span->oppValue() == 0) {
314 int windValue = ccw ? -span->windValue() : span->windValue();
316 wind += windValue;
SkOpSpan.h 483 void setWindValue(int windValue) {
485 SkASSERT(windValue >= 0);
487 fWindValue = windValue;
502 int windValue() const {
SkOpSegment.h 350 int result = start->t() < end->t() ? -start->upCast()->windValue()
351 : end->upCast()->windValue();
SkPathOpsDebug.cpp 530 if (span->windValue()) {
887 SkDebugf(" windValue=%d", span->windValue());
917 SkDebugf(" windValue=%d\n", span->windValue());
    [all...]
SkOpSegment.cpp 60 if (upSpan->windValue() || upSpan->oppValue()) {
79 if (downSpan->windValue() || downSpan->oppValue()) {
    [all...]
  /external/skia/tests/
PathOpsDebug.cpp 835 SkDebugf(" sgn=%d windVal=%d", this->debugSign(), mSpan.windValue());
1054 SkDebugf(" windVal=%d", this->windValue());
    [all...]

Completed in 1680 milliseconds