Searched defs:windValue (Results 1 - 3 of 3) sorted by relevance

/external/skia/src/pathops/
H A DSkOpSpan.h483 void setWindValue(int windValue) { argument
485 SkASSERT(windValue >= 0);
487 fWindValue = windValue;
502 int windValue() const { function in class:SkOpSpan
H A DSkPathOpsWinding.cpp174 } else if (!span->windValue() && !span->oppValue()) {
296 if (span->windValue() == 0 && span->oppValue() == 0) {
314 int windValue = ccw ? -span->windValue() : span->windValue(); local
316 wind += windValue;
H A DSkOpCoincidence.cpp327 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(); local
407 int oWindValue = oStart->windValue();
412 int oWindDiff = operandSwap ? oppValue : windValue;
417 if (windValue && (windValue > windDif
[all...]

Completed in 328 milliseconds