HomeSort by relevance Sort by last modified time
    Searched refs:otherIndex (Results 1 - 17 of 17) sorted by null

  /external/chromium_org/third_party/skia/src/pathops/
SkOpContour.h 39 bool addCoincident(int index, SkOpContour* other, int otherIndex,
62 void addOtherT(int segIndex, int tIndex, double otherT, int otherIndex) {
63 fSegments[segIndex].addOtherT(tIndex, otherT, otherIndex);
66 bool addPartialCoincident(int index, SkOpContour* other, int otherIndex,
75 int addT(int segIndex, SkOpContour* other, int otherIndex, const SkPoint& pt, double newT) {
77 return fSegments[segIndex].addT(&other->fSegments[otherIndex], pt, newT);
80 int addSelfT(int segIndex, SkOpContour* other, int otherIndex, const SkPoint& pt, double newT) {
82 return fSegments[segIndex].addSelfT(&other->fSegments[otherIndex], pt, newT);
SkOpContour.cpp 12 bool SkOpContour::addCoincident(int index, SkOpContour* other, int otherIndex,
26 coincidence.fSegments[1] = otherIndex;
63 int otherIndex = coincidence.fSegments[1];
64 SkOpSegment& other = otherContour->fSegments[otherIndex];
127 bool SkOpContour::addPartialCoincident(int index, SkOpContour* other, int otherIndex,
141 coincidence.fSegments[1] = otherIndex;
190 int otherIndex = coincidence.fSegments[1];
191 SkOpSegment& other = otherContour->fSegments[otherIndex];
238 int otherIndex = coincidence.fSegments[1];
239 SkOpSegment& other = otherContour->fSegments[otherIndex];
    [all...]
SkIntersectionHelper.h 28 // FIXME: does it make sense to write otherIndex now if we're going to
30 void addOtherT(int index, double otherT, int otherIndex) {
31 fContour->addOtherT(fIndex, index, otherT, otherIndex);
SkOpSegment.h 241 void addOtherT(int index, double otherT, int otherIndex);
SkOpSegment.cpp 387 void SkOpSegment::addOtherT(int index, double otherT, int otherIndex) {
395 span.fOtherIndex = otherIndex;
    [all...]
  /external/skia/src/pathops/
SkOpContour.h 39 bool addCoincident(int index, SkOpContour* other, int otherIndex,
62 void addOtherT(int segIndex, int tIndex, double otherT, int otherIndex) {
63 fSegments[segIndex].addOtherT(tIndex, otherT, otherIndex);
66 bool addPartialCoincident(int index, SkOpContour* other, int otherIndex,
75 int addT(int segIndex, SkOpContour* other, int otherIndex, const SkPoint& pt, double newT) {
77 return fSegments[segIndex].addT(&other->fSegments[otherIndex], pt, newT);
80 int addSelfT(int segIndex, SkOpContour* other, int otherIndex, const SkPoint& pt, double newT) {
82 return fSegments[segIndex].addSelfT(&other->fSegments[otherIndex], pt, newT);
SkOpContour.cpp 12 bool SkOpContour::addCoincident(int index, SkOpContour* other, int otherIndex,
26 coincidence.fSegments[1] = otherIndex;
63 int otherIndex = coincidence.fSegments[1];
64 SkOpSegment& other = otherContour->fSegments[otherIndex];
127 bool SkOpContour::addPartialCoincident(int index, SkOpContour* other, int otherIndex,
141 coincidence.fSegments[1] = otherIndex;
190 int otherIndex = coincidence.fSegments[1];
191 SkOpSegment& other = otherContour->fSegments[otherIndex];
238 int otherIndex = coincidence.fSegments[1];
239 SkOpSegment& other = otherContour->fSegments[otherIndex];
    [all...]
SkIntersectionHelper.h 28 // FIXME: does it make sense to write otherIndex now if we're going to
30 void addOtherT(int index, double otherT, int otherIndex) {
31 fContour->addOtherT(fIndex, index, otherT, otherIndex);
SkOpSegment.h 241 void addOtherT(int index, double otherT, int otherIndex);
SkOpSegment.cpp 387 void SkOpSegment::addOtherT(int index, double otherT, int otherIndex) {
395 span.fOtherIndex = otherIndex;
    [all...]
  /external/chromium_org/third_party/protobuf/java/src/main/java/com/google/protobuf/
LiteralByteString.java 219 for (int thisIndex = getOffsetIntoBytes(), otherIndex =
221 (thisIndex < thisLimit); ++thisIndex, ++otherIndex) {
222 if (thisBytes[thisIndex] != otherBytes[otherIndex]) {
  /external/proguard/src/proguard/classfile/editor/
ComparableConstant.java 98 int otherIndex = otherComparableConstant.thisIndex;
100 return thisIndex < otherIndex ? -1 :
101 thisIndex == otherIndex ? 0 :
  /external/llvm/include/llvm/CodeGen/
LiveInterval.h 450 const SlotIndex &otherIndex = other.beginIndex();
451 return (thisIndex < otherIndex ||
452 (thisIndex == otherIndex && reg < other.reg));
  /external/icu4c/i18n/
plurrule.cpp 539 int32_t otherIndex = -1; // the value -1 will indicate we added 'other' at end
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;
    [all...]
  /prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench.texteditor_3.6.1.r361_v20100714-0800.jar 
  /prebuilts/tools/common/m2/internal/net/sf/proguard/proguard-base/4.9/
proguard-base-4.9.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.pde.core_3.6.1.v20100902_r361.jar 

Completed in 305 milliseconds