Home
last modified time | relevance | path

Searched refs:ctxStart (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/libs/hwui/jni/
H A DPaint.cpp628 jcharArray text, jint start, jint count, jint ctxStart, in getFontMetricsIntForText___C() argument
632 doFontExtent(env, paintHandle, textArray.get() + ctxStart, start - ctxStart, count, in getFontMetricsIntForText___C()
638 jint ctxStart, jint ctxCount, jboolean isRtl, in getFontMetricsIntForText___String() argument
642 doFontExtent(env, paintHandle, textChars.get() + ctxStart, start - ctxStart, count, in getFontMetricsIntForText___String()
/aosp14/frameworks/base/graphics/java/android/graphics/
H A DPaint.java3385 int start, int count, int ctxStart, int ctxCount, boolean isRtl, in nGetFontMetricsIntForText() argument
3388 int start, int count, int ctxStart, int ctxCount, boolean isRtl, in nGetFontMetricsIntForText() argument