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

/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DPaint_Delegate.java978 /*package*/ static float native_getTextRunAdvances(int native_object, method in class:Paint_Delegate
1022 /*package*/ static float native_getTextRunAdvances(int native_object, method in class:Paint_Delegate
1030 return native_getTextRunAdvances(native_object, buffer, 0, count, contextStart,
/frameworks/base/graphics/java/android/graphics/
H A DPaint.java1754 return native_getTextRunAdvances(mNativePaint, chars, index, count,
1760 float res = native_getTextRunAdvances(mNativePaint, chars, index, count,
1948 return native_getTextRunAdvances(mNativePaint, text, start, end,
1954 float totalAdvance = native_getTextRunAdvances(mNativePaint, text, start, end,
2228 private static native float native_getTextRunAdvances(int native_object, method in class:Paint
2231 private static native float native_getTextRunAdvances(int native_object, method in class:Paint

Completed in 273 milliseconds