Searched refs:thisIndex (Results 1 – 9 of 9) sorted by relevance
62 private final int thisIndex; field in ComparableConstant72 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()
66 int thisIndex = coincidence.fSegments[0]; in addCoincidentPoints() local67 SkOpSegment& thisOne = fSegments[thisIndex]; in addCoincidentPoints()138 int thisIndex = coincidence.fSegments[0]; in addCoincidentPoints() local144 if (thisIndex == innerThisIndex) { in addCoincidentPoints()152 if (this == innerOtherContour && thisIndex == innerThisIndex) { in addCoincidentPoints()206 int thisIndex = coincidence.fSegments[0]; in alignCoincidence() local207 const SkOpSegment* thisOne = &fSegments[thisIndex]; in alignCoincidence()290 int thisIndex = coincidence.fSegments[0]; in calcPartialCoincidentWinding() local296 if (thisIndex == innerThisIndex) { in calcPartialCoincidentWinding()304 if (this == innerOtherContour && thisIndex == innerThisIndex) { in calcPartialCoincidentWinding()[all …]
81 int thisIndex = coincidence.fSegments[0]; in addCoincidentPoints() local82 SkOpSegment& thisOne = fSegments[thisIndex]; in addCoincidentPoints()146 int thisIndex = coincidence.fSegments[0]; in addCoincidentPoints() local152 if (thisIndex == innerThisIndex) { in addCoincidentPoints()160 if (this == innerOtherContour && thisIndex == innerThisIndex) { in addCoincidentPoints()214 int thisIndex = coincidence.fSegments[0]; in alignCoincidence() local215 const SkOpSegment* thisOne = &fSegments[thisIndex]; in alignCoincidence()301 int thisIndex = coincidence.fSegments[0]; in calcPartialCoincidentWinding() local307 if (thisIndex == innerThisIndex) { in calcPartialCoincidentWinding()315 if (this == innerOtherContour && thisIndex == innerThisIndex) { in calcPartialCoincidentWinding()[all …]
495 const SlotIndex &thisIndex = beginIndex(); variable497 return thisIndex < otherIndex;553 const SlotIndex &thisIndex = beginIndex(); variable555 return std::tie(thisIndex, reg) < std::tie(otherIndex, other.reg);
229 int thisIndex = [[self orderedIndex] intValue];231 if (thisIndex < otherIndex)233 else if (thisIndex > otherIndex)
155 int thisIndex = coin.fSegments[0]; in dumpCoincidence() local156 const SkOpSegment& s1 = fSegments[thisIndex]; in dumpCoincidence()
287 int thisIndex = coin.fSegments[0]; in dumpCoincidence() local288 const SkOpSegment& s1 = fSegments[thisIndex]; in dumpCoincidence()
4649 int thisIndex = coincidence.fSegments[0]; in resolveCoincidence() local4650 Segment& thisOne = fSegments[thisIndex]; in resolveCoincidence()4720 int thisIndex = coincidence.fSegments[0]; in addCoincidentPoints() local4721 Segment& thisOne = fSegments[thisIndex]; in addCoincidentPoints()4781 int thisIndex = coincidence.fSegments[0]; in calcCoincidentWinding() local4782 Segment& thisOne = fSegments[thisIndex]; in calcCoincidentWinding()