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

/external/chromium_org/v8/src/arm64/
H A Dassembler-arm64-inl.h184 const CPURegister& other2,
188 if (!other2.IsNone() && (other2.type() == type_)) Remove(other2.code());
H A Dassembler-arm64.h504 const CPURegister& other2 = NoCPUReg,
537 const CPURegister& other2 = NoCPUReg,
543 if (!other2.IsNone() && (other2.type() == type_)) list |= other2.Bit();
/external/chromium_org/third_party/skia/src/pathops/
H A DSkOpSegment.h407 const SkOpSegment* other2, SkOpSpan* oSpan, SkTDArray<AlignedSpan>* );
H A DSkOpSegment.cpp930 SkOpSegment* other2 = span2.fOther; local
933 if (oSpan.fOther != other2) {
942 if (oSpan.fOther != other2) {
946 SkOpSpan& oSpan2 = other2->fTs[oSpan.fOtherIndex];
958 other2, &oSpan, alignedArray);
959 alignSpan(thisPt, span2.fOtherT, other2, span.fOtherT,
974 double otherT, const SkOpSegment* other2, SkOpSpan* oSpan,
983 aligned->fOther2 = other2;
973 alignSpan(const SkPoint& newPt, double newT, const SkOpSegment* other, double otherT, const SkOpSegment* other2, SkOpSpan* oSpan, SkTDArray<AlignedSpan>* alignedArray) argument
/external/skia/src/pathops/
H A DSkOpSegment.h405 const SkOpSegment* other2, SkOpSpan* oSpan, SkTDArray<AlignedSpan>* );
H A DSkOpSegment.cpp897 SkOpSegment* other2 = span2.fOther; local
900 if (oSpan.fOther != other2) {
909 if (oSpan.fOther != other2) {
913 SkOpSpan& oSpan2 = other2->fTs[oSpan.fOtherIndex];
925 other2, &oSpan, alignedArray);
926 alignSpan(thisPt, span2.fOtherT, other2, span.fOtherT,
941 double otherT, const SkOpSegment* other2, SkOpSpan* oSpan,
950 aligned->fOther2 = other2;
940 alignSpan(const SkPoint& newPt, double newT, const SkOpSegment* other, double otherT, const SkOpSegment* other2, SkOpSpan* oSpan, SkTDArray<AlignedSpan>* alignedArray) argument

Completed in 1480 milliseconds