Lines Matching refs:contextStart
220 jstring text, jint start, jint end, jint contextStart, jint contextEnd, jint bidiFlags, in getTextAdvances__StringIIIII_FI() argument
225 jfloat result = doTextAdvances(env, paint, typeface, textArray + contextStart, in getTextAdvances__StringIIIII_FI()
226 start - contextStart, end - start, contextEnd - contextStart, bidiFlags, in getTextAdvances__StringIIIII_FI()
245 jint contextStart, jint contextCount, jint dir, jint offset, jint cursorOpt) { in getTextRunCursor___C() argument
250 contextStart, contextCount, dir, offset, cursorOpt); in getTextRunCursor___C()
256 jstring text, jint contextStart, jint contextEnd, jint dir, jint offset, in getTextRunCursor__String() argument
262 contextStart, contextEnd - contextStart, dir, offset, cursorOpt); in getTextRunCursor__String()
513 jint start, jint end, jint contextStart, jint contextEnd, jboolean isRtl, jint offset) { in getRunAdvance___CIIIIZI_F() argument
517 jfloat result = doRunAdvance(paint, typeface, textArray.get() + contextStart, in getRunAdvance___CIIIIZI_F()
518 start - contextStart, end - start, contextEnd - contextStart, isRtl, in getRunAdvance___CIIIIZI_F()
519 offset - contextStart); in getRunAdvance___CIIIIZI_F()
533 jcharArray text, jint start, jint end, jint contextStart, jint contextEnd, in getOffsetForAdvance___CIIIIZF_I() argument
538 jint result = doOffsetForAdvance(paint, typeface, textArray.get() + contextStart, in getOffsetForAdvance___CIIIIZF_I()
539 start - contextStart, end - start, contextEnd - contextStart, isRtl, advance); in getOffsetForAdvance___CIIIIZF_I()
540 result += contextStart; in getOffsetForAdvance___CIIIIZF_I()