Searched defs:otherIndex (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/third_party/skia/src/pathops/
H A DSkIntersectionHelper.h24 // FIXME: does it make sense to write otherIndex now if we're going to
26 void addOtherT(int index, double otherT, int otherIndex) { argument
27 fContour->addOtherT(fIndex, index, otherT, otherIndex);
H A DSkOpContour.cpp12 void SkOpContour::addCoincident(int index, SkOpContour* other, int otherIndex, argument
18 coincidence.fSegments[1] = otherIndex;
55 int otherIndex = coincidence.fSegments[1]; local
56 SkOpSegment& other = otherContour->fSegments[otherIndex];
117 int otherIndex = coincidence.fSegments[1]; local
118 SkOpSegment& other = otherContour->fSegments[otherIndex];
H A DSkOpContour.h39 void addCoincident(int index, SkOpContour* other, int otherIndex,
62 void addOtherT(int segIndex, int tIndex, double otherT, int otherIndex) { argument
63 fSegments[segIndex].addOtherT(tIndex, otherT, otherIndex);
72 int addT(int segIndex, SkOpContour* other, int otherIndex, const SkPoint& pt, double newT) { argument
74 return fSegments[segIndex].addT(&other->fSegments[otherIndex], pt, newT);
77 int addSelfT(int segIndex, SkOpContour* other, int otherIndex, const SkPoint& pt, double newT) { argument
79 return fSegments[segIndex].addSelfT(&other->fSegments[otherIndex], pt, newT);
82 int addUnsortableT(int segIndex, SkOpContour* other, int otherIndex, bool start, argument
84 return fSegments[segIndex].addUnsortableT(&other->fSegments[otherIndex], start, pt, newT);
H A DSkOpSegment.cpp403 void SkOpSegment::addOtherT(int index, double otherT, int otherIndex) { argument
411 span.fOtherIndex = otherIndex;
2798 SkDebugf(" other=%d otherT=%1.9g otherIndex=%d windSum=",
3017 int otherIndex = span.fOtherIndex;
3019 const SkOpSpan& otherSpan = other->fTs[otherIndex];
/external/skia/src/pathops/
H A DSkIntersectionHelper.h24 // FIXME: does it make sense to write otherIndex now if we're going to
26 void addOtherT(int index, double otherT, int otherIndex) { argument
27 fContour->addOtherT(fIndex, index, otherT, otherIndex);
H A DSkOpContour.cpp12 void SkOpContour::addCoincident(int index, SkOpContour* other, int otherIndex, argument
18 coincidence.fSegments[1] = otherIndex;
55 int otherIndex = coincidence.fSegments[1]; local
56 SkOpSegment& other = otherContour->fSegments[otherIndex];
117 int otherIndex = coincidence.fSegments[1]; local
118 SkOpSegment& other = otherContour->fSegments[otherIndex];
H A DSkOpContour.h39 void addCoincident(int index, SkOpContour* other, int otherIndex,
62 void addOtherT(int segIndex, int tIndex, double otherT, int otherIndex) { argument
63 fSegments[segIndex].addOtherT(tIndex, otherT, otherIndex);
72 int addT(int segIndex, SkOpContour* other, int otherIndex, const SkPoint& pt, double newT) { argument
74 return fSegments[segIndex].addT(&other->fSegments[otherIndex], pt, newT);
77 int addSelfT(int segIndex, SkOpContour* other, int otherIndex, const SkPoint& pt, double newT) { argument
79 return fSegments[segIndex].addSelfT(&other->fSegments[otherIndex], pt, newT);
82 int addUnsortableT(int segIndex, SkOpContour* other, int otherIndex, bool start, argument
84 return fSegments[segIndex].addUnsortableT(&other->fSegments[otherIndex], start, pt, newT);
H A DSkOpSegment.cpp403 void SkOpSegment::addOtherT(int index, double otherT, int otherIndex) { argument
411 span.fOtherIndex = otherIndex;
2798 SkDebugf(" other=%d otherT=%1.9g otherIndex=%d windSum=",
3017 int otherIndex = span.fOtherIndex;
3019 const SkOpSpan& otherSpan = other->fTs[otherIndex];
/external/icu4c/i18n/
H A Dplurrule.cpp539 int32_t otherIndex = -1; // the value -1 will indicate we added 'other' at end local
543 if (otherIndex == -1 && 0 == rc->keyword.compare(PLURAL_KEYWORD_OTHER, 5)) {
544 otherIndex = maxIndex;
550 if (otherIndex == -1) {
570 if (otherIndex == -1) {
603 found = otherIndex == -1 ? maxIndex - 1 : otherIndex;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.pde.core_3.6.1.v20100902_r361.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 141 milliseconds