Searched defs:native_typeface (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/graphics/java/android/graphics/ |
D | Paint.java | 1642 private static native int native_breakText(long native_object, long native_typeface, in native_breakText() 1734 private static native int native_breakText(long native_object, long native_typeface, in native_breakText() 2477 private static native int native_getTextWidths(long native_object, long native_typeface, in native_getTextWidths() 2479 private static native int native_getTextWidths(long native_object, long native_typeface, in native_getTextWidths() 2486 private static native float native_getTextRunAdvances(long native_object, long native_typeface, in native_getTextRunAdvances() 2489 private static native float native_getTextRunAdvances(long native_object, long native_typeface, in native_getTextRunAdvances() 2498 private static native void native_getTextPath(long native_object, long native_typeface, in native_getTextPath() 2500 private static native void native_getTextPath(long native_object, long native_typeface, in native_getTextPath() 2502 private static native void nativeGetStringBounds(long nativePaint, long native_typeface, in nativeGetStringBounds() 2504 private static native void nativeGetCharArrayBounds(long nativePaint, long native_typeface, in nativeGetCharArrayBounds() [all …]
|
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/ |
D | Paint_Delegate.java | 959 /*package*/ static int native_getTextWidths(long native_object, long native_typeface, in native_getTextWidths() 983 /*package*/ static int native_getTextWidths(long native_object, long native_typeface, in native_getTextWidths() 997 /*package*/ static float native_getTextRunAdvances(long native_object, long native_typeface, in native_getTextRunAdvances() 1020 /*package*/ static float native_getTextRunAdvances(long native_object, long native_typeface, in native_getTextRunAdvances() 1051 /*package*/ static void native_getTextPath(long native_object, long native_typeface, in native_getTextPath() 1059 /*package*/ static void native_getTextPath(long native_object, long native_typeface, in native_getTextPath() 1067 /*package*/ static void nativeGetStringBounds(long nativePaint, long native_typeface, in nativeGetStringBounds() 1074 /*package*/ static void nativeGetCharArrayBounds(long nativePaint, long native_typeface, in nativeGetCharArrayBounds()
|