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

  /frameworks/base/core/java/android/text/
SpannableStringInternal.java 373 Object thisSpan = mSpans[i];
375 if (thisSpan == this) {
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...]
  /external/chromium_org/third_party/skia/src/pathops/
SkOpSegment.cpp     [all...]
SkOpSegment.h 416 bool calcLoopSpanCount(const SkOpSpan& thisSpan, int* smallCounts);
438 const SkOpSpan& firstSpan(const SkOpSpan& thisSpan) const;
448 const SkOpSpan& lastSpan(const SkOpSpan& thisSpan) const;
  /external/skia/src/pathops/
SkOpSegment.cpp     [all...]
SkOpSegment.h 414 bool calcLoopSpanCount(const SkOpSpan& thisSpan, int* smallCounts);
436 const SkOpSpan& firstSpan(const SkOpSpan& thisSpan) const;
446 const SkOpSpan& lastSpan(const SkOpSpan& thisSpan) const;
  /external/chromium_org/third_party/skia/experimental/Intersection/
Simplify.cpp 915 const Span& thisSpan = (*fSpans)[index];
917 if (thisSpan.fTiny || precisely_equal(thisSpan.fT, nextSpan.fT)) {
920 fUnsortable = step > 0 ? thisSpan.fUnsortableStart : nextSpan.fUnsortableEnd;
924 (*SegmentXYAtT[fVerb])(fPts, thisSpan.fT, &iPt);
    [all...]
  /external/skia/experimental/Intersection/
Simplify.cpp 915 const Span& thisSpan = (*fSpans)[index];
917 if (thisSpan.fTiny || precisely_equal(thisSpan.fT, nextSpan.fT)) {
920 fUnsortable = step > 0 ? thisSpan.fUnsortableStart : nextSpan.fUnsortableEnd;
924 (*SegmentXYAtT[fVerb])(fPts, thisSpan.fT, &iPt);
    [all...]

Completed in 227 milliseconds