Searched defs:native_drawTextRun (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/graphics/java/android/graphics/
H A DCanvas.java1435 native_drawTextRun(mNativeCanvas, text, index, count,
1473 native_drawTextRun(mNativeCanvas, text.toString(), start, end,
1483 native_drawTextRun(mNativeCanvas, buf, start - contextStart, len,
1736 private static native void native_drawTextRun(int nativeCanvas, String text, method in class:Canvas
1740 private static native void native_drawTextRun(int nativeCanvas, char[] text, method in class:Canvas
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DCanvas_Delegate.java1094 /*package*/ static void native_drawTextRun(int nativeCanvas, String text, method in class:Canvas_Delegate
1105 /*package*/ static void native_drawTextRun(int nativeCanvas, char[] text, method in class:Canvas_Delegate

Completed in 872 milliseconds