Searched refs:oppValue (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/skia/src/pathops/
H A DSkOpSegment.h151 int oppValue(int tIndex) const { function in class:SkOpSegment
155 int oppValue(const SkOpAngle* angle) const { function in class:SkOpSegment
H A DSkOpSegment.cpp823 // FIXME? assert that only one other span has a valid windValue or oppValue
3342 int oppWindVal = oppValue(SkMin32(start, end));
4409 int windVal = crossOpp ? oppValue(tIndex) : windValue(tIndex);
/external/skia/src/pathops/
H A DSkOpSegment.h151 int oppValue(int tIndex) const { function in class:SkOpSegment
155 int oppValue(const SkOpAngle* angle) const { function in class:SkOpSegment
H A DSkOpSegment.cpp815 // FIXME? assert that only one other span has a valid windValue or oppValue
3258 int oppWindVal = oppValue(SkMin32(start, end));
4300 int windVal = crossOpp ? oppValue(tIndex) : windValue(tIndex);
/external/chromium_org/third_party/skia/experimental/Intersection/
H A DSimplify.cpp3077 int oppWindVal = oppValue(SkMin32(start, end));
3741 int oppValue(int tIndex) const {
3745 int oppValue(const Angle* angle) const {
3972 int windVal = crossOpp ? oppValue(tIndex) : windValue(tIndex);
4235 SkDebugf(" windValue=%d oppValue=%d\n", fTs[i].fWindValue, fTs[i].fOppValue);
/external/skia/experimental/Intersection/
H A DSimplify.cpp3077 int oppWindVal = oppValue(SkMin32(start, end));
3741 int oppValue(int tIndex) const {
3745 int oppValue(const Angle* angle) const {
3972 int windVal = crossOpp ? oppValue(tIndex) : windValue(tIndex);
4235 SkDebugf(" windValue=%d oppValue=%d\n", fTs[i].fWindValue, fTs[i].fOppValue);

Completed in 143 milliseconds