Home
last modified time | relevance | path

Searched defs:nativeFamily (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/graphics/java/android/graphics/
DFontFamily.java94 private static native boolean nAddFont(long nativeFamily, ByteBuffer font, int ttcIndex); in nAddFont()
95 private static native boolean nAddFontWeightStyle(long nativeFamily, ByteBuffer font, in nAddFontWeightStyle()
98 private static native boolean nAddFontFromAsset(long nativeFamily, AssetManager mgr, in nAddFontFromAsset()