Searched refs:native_getTextGlyphs (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/graphics/java/android/graphics/ |
D | Paint.java | 1635 return native_getTextGlyphs(mNativePaint, text, start, end, contextStart, contextEnd, in getTextGlyphs() 2152 private static native int native_getTextGlyphs(int native_object, in native_getTextGlyphs() method in Paint
|
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/ |
D | Paint_Delegate.java | 966 /* package */static int native_getTextGlyphs(int native_object, String text, int start, in native_getTextGlyphs() method in Paint_Delegate
|