Home
last modified time | relevance | path

Searched refs:contextLen (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/core/java/android/text/
DSpannableStringBuilder.java1431 int contextLen = contextEnd - contextStart; in drawTextRun() local
1434 c.drawTextRun(mText, start, len, contextStart, contextLen, x, y, isRtl, p); in drawTextRun()
1437 contextLen, x, y, isRtl, p); in drawTextRun()
1439 char[] buf = TextUtils.obtain(contextLen); in drawTextRun()
1441 c.drawTextRun(buf, start - contextStart, len, 0, contextLen, x, y, isRtl, p); in drawTextRun()
1503 int contextLen = contextEnd - contextStart; in getTextRunAdvances() local
1507 ret = p.getTextRunAdvances(mText, start, len, contextStart, contextLen, in getTextRunAdvances()
1511 contextStart + mGapLength, contextLen, isRtl, advances, advancesPos); in getTextRunAdvances()
1513 char[] buf = TextUtils.obtain(contextLen); in getTextRunAdvances()
1516 0, contextLen, isRtl, advances, advancesPos); in getTextRunAdvances()
[all …]
/frameworks/base/graphics/java/android/graphics/
DPaint.java2345 int contextLen = contextEnd - contextStart; in getTextRunAdvances() local
2347 char[] buf = TemporaryBuffer.obtain(contextLen); in getTextRunAdvances()
2350 0, contextLen, isRtl, advances, advancesIndex); in getTextRunAdvances()
2513 int contextLen = contextEnd - contextStart; in getTextRunCursor() local
2514 char[] buf = TemporaryBuffer.obtain(contextLen); in getTextRunCursor()
2516 int relPos = getTextRunCursor(buf, 0, contextLen, dir, offset - contextStart, cursorOpt); in getTextRunCursor()
DBaseCanvas.java482 int contextLen = contextEnd - contextStart; in drawTextRun() local
484 char[] buf = TemporaryBuffer.obtain(contextLen); in drawTextRun()
487 0, contextLen, x, y, isRtl, paint.getNativeInstance(), paint.mNativeTypeface); in drawTextRun()
/frameworks/base/core/java/android/view/
DRecordingCanvas.java502 int contextLen = contextEnd - contextStart; in drawTextRun() local
504 char[] buf = TemporaryBuffer.obtain(contextLen); in drawTextRun()
507 0, contextLen, x, y, isRtl, paint.getNativeInstance(), paint.mNativeTypeface); in drawTextRun()