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

  /frameworks/base/core/java/android/text/
GraphicsOperations.java 54 * Just like {@link Paint#getTextRunAdvances}.
57 float getTextRunAdvances(int start, int end, int contextStart, int contextEnd,
MeasuredText.java 164 return paint.getTextRunAdvances(mChars, p, len, p, len, flags, mWidths, p);
173 paint.getTextRunAdvances(mChars, q, i - q, q, i - q, flags, mWidths, q);
SpannableStringBuilder.java     [all...]
TextLine.java 743 ret = wp.getTextRunAdvances(mChars, start, runLen,
747 ret = wp.getTextRunAdvances(mText, delta + start,
    [all...]
  /frameworks/base/core/jni/android/graphics/
TextLayout.h 65 static void getTextRunAdvances(SkPaint* paint, const jchar* chars, jint start,
TextLayout.cpp 67 void TextLayout::getTextRunAdvances(SkPaint* paint, const jchar* chars, jint start,
Paint.cpp 404 TextLayout::getTextRunAdvances(paint, textArray, index, count, textLength,
430 TextLayout::getTextRunAdvances(paint, textArray, start, count, textLength,
450 TextLayout::getTextRunAdvances(paint, textArray, 0, textLength, textLength,
478 TextLayout::getTextRunAdvances(paint, text, 0, count, count,
564 TextLayout::getTextRunAdvances(paint, text, start, count, contextCount, flags,
598 TextLayout::getTextRunAdvances(paint, text, start, count, start + count, flags,
    [all...]
  /frameworks/base/graphics/java/android/graphics/
Paint.java 179 * Flag for getTextRunAdvances indicating left-to-right run direction.
185 * Flag for getTextRunAdvances indicating right-to-left run direction.
    [all...]
  /cts/tests/tests/text/src/android/text/cts/
StaticLayoutLineBreakingTest.java 50 public float getTextRunAdvances(char[] chars, int index, int count,
  /frameworks/base/core/java/android/widget/
TextView.java     [all...]

Completed in 125 milliseconds