Home | History | Annotate | Download | only in graphics

Lines Matching defs:drawTextRun

1963      * See {@link #drawTextRun(CharSequence, int, int, int, int, float, float, boolean, Paint)} for
1981 public void drawTextRun(@NonNull char[] text, int index, int count, int contextIndex,
1983 super.drawTextRun(text, index, count, contextIndex, contextCount, x, y, isRtl, paint);
2017 * @see #drawTextRun(char[], int, int, int, int, float, float, boolean, Paint)
2019 public void drawTextRun(@NonNull CharSequence text, int start, int end, int contextStart,
2021 super.drawTextRun(text, start, end, contextStart, contextEnd, x, y, isRtl, paint);