Searched refs:nAddFont (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/graphics/java/android/graphics/ |
D | FontFamily.java | 118 return nAddFont(mBuilderPtr, fontBuffer, ttcIndex, weight, italic); in addFont() 166 private static boolean nAddFont(long builderPtr, ByteBuffer font, int ttcIndex) { in nAddFont() method in FontFamily 167 return nAddFont(builderPtr, font, ttcIndex, -1, -1); in nAddFont() 182 private static native boolean nAddFont(long builderPtr, ByteBuffer font, int ttcIndex, in nAddFont() method in FontFamily
|
/frameworks/layoutlib/bridge/src/android/graphics/ |
D | FontFamily_Delegate.java | 333 /*package*/ static boolean nAddFont(long builderPtr, ByteBuffer font, int ttcIndex,
|