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

/frameworks/base/graphics/java/android/graphics/
H A DFontFamily.java118 return nAddFont(mBuilderPtr, fontBuffer, ttcIndex, weight, italic);
166 private static boolean nAddFont(long builderPtr, ByteBuffer font, int ttcIndex) { method in class:FontFamily
167 return nAddFont(builderPtr, font, ttcIndex, -1, -1);
182 private static native boolean nAddFont(long builderPtr, ByteBuffer font, int ttcIndex, method in class:FontFamily
189 // The added axis values are only valid for the next nAddFont* method call.
/frameworks/layoutlib/bridge/src/android/graphics/
H A DFontFamily_Delegate.java333 /*package*/ static boolean nAddFont(long builderPtr, ByteBuffer font, int ttcIndex, method in class:FontFamily_Delegate

Completed in 377 milliseconds