Home | History | Annotate | Download | only in graphics

Lines Matching refs:contextStart

1530     public void drawTextRun(CharSequence text, int start, int end, int contextStart, int contextEnd,
1548 contextStart, contextEnd, x, y, flags, paint.mNativePaint);
1551 contextStart, contextEnd, x, y, flags, paint);
1553 int contextLen = contextEnd - contextStart;
1556 TextUtils.getChars(text, contextStart, contextEnd, buf, 0);
1557 native_drawTextRun(mNativeCanvas, buf, start - contextStart, len,
1823 int start, int end, int contextStart, int contextEnd,
1827 int start, int count, int contextStart, int contextCount,