HomeSort by relevance Sort by last modified time
    Searched defs:oppValue (Results 1 - 6 of 6) sorted by null

  /external/skia/src/pathops/
SkPathOpsWinding.cpp 174 } else if (!span->windValue() && !span->oppValue()) {
303 if (span->windValue() == 0 && span->oppValue() == 0) {
322 int oppValue = ccw ? -span->oppValue() : span->oppValue();
324 oppWind += oppValue;
SkOpSpan.h 497 int oppValue() const {
518 void setOppValue(int oppValue) {
521 SkOPASSERT(!oppValue || !fDone);
522 fOppValue = oppValue;
SkOpCoincidence.cpp     [all...]
  /external/skqp/src/pathops/
SkPathOpsWinding.cpp 174 } else if (!span->windValue() && !span->oppValue()) {
303 if (span->windValue() == 0 && span->oppValue() == 0) {
322 int oppValue = ccw ? -span->oppValue() : span->oppValue();
324 oppWind += oppValue;
SkOpSpan.h 497 int oppValue() const {
518 void setOppValue(int oppValue) {
521 SkOPASSERT(!oppValue || !fDone);
522 fOppValue = oppValue;
SkOpCoincidence.cpp     [all...]

Completed in 245 milliseconds