Searched refs:nDrawTextRun (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/core/java/android/view/ |
D | GLES20Canvas.java | 1033 nDrawTextRun(mRenderer, text, index, count, contextIndex, contextCount, x, y, dir, in drawTextRun() 1040 private static native void nDrawTextRun(int renderer, char[] text, int index, int count, in nDrawTextRun() method in GLES20Canvas 1055 nDrawTextRun(mRenderer, text.toString(), start, end, contextStart, in drawTextRun() 1065 nDrawTextRun(mRenderer, buf, start - contextStart, len, 0, contextLen, in drawTextRun() 1074 private static native void nDrawTextRun(int renderer, String text, int start, int end, in nDrawTextRun() method in GLES20Canvas
|