Home
last modified time | relevance | path

Searched refs:thisIndex (Results 1 – 9 of 9) sorted by relevance

/external/proguard/src/proguard/classfile/editor/
DComparableConstant.java62 private final int thisIndex; field in ComparableConstant
72 this.thisIndex = index; in ComparableConstant()
79 return thisIndex; in getIndex()
101 int otherIndex = otherComparableConstant.thisIndex; in compareTo()
103 return thisIndex < otherIndex ? -1 : in compareTo()
104 thisIndex == otherIndex ? 0 : in compareTo()
/external/skia/src/pathops/
DSkOpContour.cpp66 int thisIndex = coincidence.fSegments[0]; in addCoincidentPoints() local
67 SkOpSegment& thisOne = fSegments[thisIndex]; in addCoincidentPoints()
138 int thisIndex = coincidence.fSegments[0]; in addCoincidentPoints() local
144 if (thisIndex == innerThisIndex) { in addCoincidentPoints()
152 if (this == innerOtherContour && thisIndex == innerThisIndex) { in addCoincidentPoints()
206 int thisIndex = coincidence.fSegments[0]; in alignCoincidence() local
207 const SkOpSegment* thisOne = &fSegments[thisIndex]; in alignCoincidence()
290 int thisIndex = coincidence.fSegments[0]; in calcPartialCoincidentWinding() local
296 if (thisIndex == innerThisIndex) { in calcPartialCoincidentWinding()
304 if (this == innerOtherContour && thisIndex == innerThisIndex) { in calcPartialCoincidentWinding()
[all …]
/external/chromium_org/third_party/skia/src/pathops/
DSkOpContour.cpp81 int thisIndex = coincidence.fSegments[0]; in addCoincidentPoints() local
82 SkOpSegment& thisOne = fSegments[thisIndex]; in addCoincidentPoints()
146 int thisIndex = coincidence.fSegments[0]; in addCoincidentPoints() local
152 if (thisIndex == innerThisIndex) { in addCoincidentPoints()
160 if (this == innerOtherContour && thisIndex == innerThisIndex) { in addCoincidentPoints()
214 int thisIndex = coincidence.fSegments[0]; in alignCoincidence() local
215 const SkOpSegment* thisOne = &fSegments[thisIndex]; in alignCoincidence()
301 int thisIndex = coincidence.fSegments[0]; in calcPartialCoincidentWinding() local
307 if (thisIndex == innerThisIndex) { in calcPartialCoincidentWinding()
315 if (this == innerOtherContour && thisIndex == innerThisIndex) { in calcPartialCoincidentWinding()
[all …]
/external/llvm/include/llvm/CodeGen/
DLiveInterval.h495 const SlotIndex &thisIndex = beginIndex(); variable
497 return thisIndex < otherIndex;
553 const SlotIndex &thisIndex = beginIndex(); variable
555 return std::tie(thisIndex, reg) < std::tie(otherIndex, other.reg);
/external/chromium_org/chrome/browser/ui/cocoa/applescript/
Dwindow_applescript.mm229 int thisIndex = [[self orderedIndex] intValue];
231 if (thisIndex < otherIndex)
233 else if (thisIndex > otherIndex)
/external/skia/tests/
DPathOpsDebug.cpp155 int thisIndex = coin.fSegments[0]; in dumpCoincidence() local
156 const SkOpSegment& s1 = fSegments[thisIndex]; in dumpCoincidence()
/external/chromium_org/third_party/skia/tests/
DPathOpsDebug.cpp287 int thisIndex = coin.fSegments[0]; in dumpCoincidence() local
288 const SkOpSegment& s1 = fSegments[thisIndex]; in dumpCoincidence()
/external/chromium_org/third_party/skia/experimental/Intersection/
DSimplify.cpp4649 int thisIndex = coincidence.fSegments[0]; in resolveCoincidence() local
4650 Segment& thisOne = fSegments[thisIndex]; in resolveCoincidence()
4720 int thisIndex = coincidence.fSegments[0]; in addCoincidentPoints() local
4721 Segment& thisOne = fSegments[thisIndex]; in addCoincidentPoints()
4781 int thisIndex = coincidence.fSegments[0]; in calcCoincidentWinding() local
4782 Segment& thisOne = fSegments[thisIndex]; in calcCoincidentWinding()
/external/skia/experimental/Intersection/
DSimplify.cpp4649 int thisIndex = coincidence.fSegments[0]; in resolveCoincidence() local
4650 Segment& thisOne = fSegments[thisIndex]; in resolveCoincidence()
4720 int thisIndex = coincidence.fSegments[0]; in addCoincidentPoints() local
4721 Segment& thisOne = fSegments[thisIndex]; in addCoincidentPoints()
4781 int thisIndex = coincidence.fSegments[0]; in calcCoincidentWinding() local
4782 Segment& thisOne = fSegments[thisIndex]; in calcCoincidentWinding()