Home
last modified time | relevance | path

Searched refs:fontBuffer (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/graphics/java/android/graphics/
DFontFamily.java147 ByteBuffer fontBuffer = fileChannel.map(FileChannel.MapMode.READ_ONLY, 0, fontSize); in addFont() local
153 return nAddFont(mBuilderPtr, fontBuffer, ttcIndex, weight, italic); in addFont()