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

  /frameworks/base/core/java/android/text/
SpannableStringInternal.java 374 Object otherSpan = otherSpans[i];
376 if (other != otherSpan ||
377 getSpanStart(thisSpan) != other.getSpanStart(otherSpan) ||
378 getSpanEnd(thisSpan) != other.getSpanEnd(otherSpan) ||
379 getSpanFlags(thisSpan) != other.getSpanFlags(otherSpan)) {
382 } else if (!thisSpan.equals(otherSpan) ||
383 getSpanStart(thisSpan) != other.getSpanStart(otherSpan) ||
384 getSpanEnd(thisSpan) != other.getSpanEnd(otherSpan) ||
385 getSpanFlags(thisSpan) != other.getSpanFlags(otherSpan)) {
SpannableStringBuilder.java     [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/browse/
BadgeSpan.java 84 for (CharacterStyle otherSpan : otherSpans) {
85 otherSpan.updateDrawState(mWorkPaint);
  /external/chromium_org/third_party/skia/src/pathops/
SkPathOpsDebug.cpp 529 const SkOpSpan& otherSpan = other->fTs[otherIndex];
530 SK_ALWAYSBREAK(otherSpan.fPt == span.fPt);
531 SK_ALWAYSBREAK(otherSpan.fOtherT == t);
532 SK_ALWAYSBREAK(&fTs[i] == &otherSpan.fOther->fTs[otherSpan.fOtherIndex]);
SkOpSegment.cpp     [all...]
  /external/skia/src/pathops/
SkPathOpsDebug.cpp 528 const SkOpSpan& otherSpan = other->fTs[otherIndex];
529 SK_ALWAYSBREAK(otherSpan.fPt == span.fPt);
530 SK_ALWAYSBREAK(otherSpan.fOtherT == t);
531 SK_ALWAYSBREAK(&fTs[i] == &otherSpan.fOther->fTs[otherSpan.fOtherIndex]);
SkOpSegment.cpp     [all...]
  /external/skia/tests/
PathOpsDebug.cpp 504 const SkOpSpan& otherSpan = fOther->span(index);
505 double otherTestT = otherSpan.fT;
510 const SkOpSegment* candidate = otherSpan.fOther;
  /external/chromium_org/third_party/skia/tests/
PathOpsDebug.cpp 636 const SkOpSpan& otherSpan = fOther->span(index);
637 double otherTestT = otherSpan.fT;
642 const SkOpSegment* candidate = otherSpan.fOther;

Completed in 257 milliseconds