Searched refs:native_getTextRunAdvances (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/graphics/java/android/graphics/ |
D | Paint.java | 1740 return native_getTextRunAdvances(mNativePaint, chars, index, count, in getTextRunAdvances() 1746 float res = native_getTextRunAdvances(mNativePaint, chars, index, count, in getTextRunAdvances() 1871 return native_getTextRunAdvances(mNativePaint, text, start, end, in getTextRunAdvances() 1877 float totalAdvance = native_getTextRunAdvances(mNativePaint, text, start, end, in getTextRunAdvances() 2151 private static native float native_getTextRunAdvances(int native_object, in native_getTextRunAdvances() method in Paint 2154 private static native float native_getTextRunAdvances(int native_object, in native_getTextRunAdvances() method in Paint
|
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/ |
D | Paint_Delegate.java | 980 /*package*/ static float native_getTextRunAdvances(int native_object, in native_getTextRunAdvances() method in Paint_Delegate 1024 /*package*/ static float native_getTextRunAdvances(int native_object, in native_getTextRunAdvances() method in Paint_Delegate 1032 return native_getTextRunAdvances(native_object, buffer, 0, count, contextStart, in native_getTextRunAdvances()
|