D | Paint_Delegate.java | 954 /*package*/ static float nGetTextAdvances(long native_object, char[] text, int index, in nGetTextAdvances() method in Paint_Delegate 972 /*package*/ static float nGetTextAdvances(long native_object, String text, int start, int end, in nGetTextAdvances() method in Paint_Delegate 979 return nGetTextAdvances(native_object, buffer, 0, count, in nGetTextAdvances() 1160 nGetTextAdvances(nativePaint, text, start, count, contextStart, in nGetRunAdvance() 1176 nGetTextAdvances(nativePaint, text, start, count, contextStart, in nGetOffsetForAdvance()
|