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

/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DPaint_Delegate.java954 /*package*/ static int native_getTextWidths(long native_object, long native_typeface, argument
968 // native_typeface is passed here since Framework's old implementation did not have the
971 assert (native_typeface == delegate.mNativeTypeface);
978 /*package*/ static int native_getTextWidths(long native_object, long native_typeface, argument
980 return native_getTextWidths(native_object, native_typeface, text.toCharArray(), start,
992 /*package*/ static float native_getTextRunAdvances(long native_object, long native_typeface, argument
1005 // native_typeface is passed here since Framework's old implementation did not have the
1008 assert (native_typeface == delegate.mNativeTypeface);
1015 /*package*/ static float native_getTextRunAdvances(long native_object, long native_typeface, argument
1023 return native_getTextRunAdvances(native_object, native_typeface, buffe
1046 native_getTextPath(long native_object, long native_typeface, int bidiFlags, char[] text, int index, int count, float x, float y, long path) argument
1054 native_getTextPath(long native_object, long native_typeface, int bidiFlags, String text, int start, int end, float x, float y, long path) argument
1062 nativeGetStringBounds(long nativePaint, long native_typeface, String text, int start, int end, int bidiFlags, Rect bounds) argument
1069 nativeGetCharArrayBounds(long nativePaint, long native_typeface, char[] text, int index, int count, int bidiFlags, Rect bounds) argument
[all...]
/frameworks/base/graphics/java/android/graphics/
H A DPaint.java1608 private static native int native_breakText(long native_object, long native_typeface, argument
1700 private static native int native_breakText(long native_object, long native_typeface, argument
2261 private static native int native_getTextWidths(long native_object, long native_typeface, argument
2263 private static native int native_getTextWidths(long native_object, long native_typeface, argument
2270 private static native float native_getTextRunAdvances(long native_object, long native_typeface, argument
2273 private static native float native_getTextRunAdvances(long native_object, long native_typeface, argument
2282 private static native void native_getTextPath(long native_object, long native_typeface, argument
2284 private static native void native_getTextPath(long native_object, long native_typeface, argument
2286 private static native void nativeGetStringBounds(long nativePaint, long native_typeface, argument
2288 private static native void nativeGetCharArrayBounds(long nativePaint, long native_typeface, argument
[all...]

Completed in 102 milliseconds