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

/external/skia/src/pathops/
H A DSkOpSpan.h532 void setWindValue(int windValue) { argument
534 SkASSERT(windValue >= 0);
536 SkOPASSERT(!windValue || !fDone);
537 fWindValue = windValue;
552 int windValue() const { function in class:SkOpSpan
H A DSkPathOpsWinding.cpp174 } else if (!span->windValue() && !span->oppValue()) {
304 if (span->windValue() == 0 && span->oppValue() == 0) {
322 int windValue = ccw ? -span->windValue() : span->windValue(); local
324 wind += windValue;
H A DSkOpCoincidence.cpp880 if (!s1->starter(e1)->span()->upCast()->windValue()) {
885 if (!s1->starter(e1)->span()->upCast()->windValue()) {
893 if (!s2->starter(e2)->span()->upCast()->windValue()) {
898 if (!s2->starter(e2)->span()->upCast()->windValue()) {
1038 int windValue = start->windValue(); local
1040 int oWindValue = oStart->windValue();
1045 int oWindDiff = operandSwap ? oppValue : windValue;
1050 bool addToStart = windValue && (windValue > windDif
[all...]

Completed in 838 milliseconds