Home
last modified time | relevance | path

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

/frameworks/base/graphics/java/android/graphics/
DTypeface.java298 Map<String, ByteBuffer> bufferForPath) { in makeFamilyFromParsed() argument
301 ByteBuffer fontBuffer = bufferForPath.get(font.fontName); in makeFamilyFromParsed()
307 bufferForPath.put(font.fontName, fontBuffer); in makeFamilyFromParsed()
334 Map<String, ByteBuffer> bufferForPath = new HashMap<String, ByteBuffer>(); in init() local
342 familyList.add(makeFamilyFromParsed(f, bufferForPath)); in init()
358 FontFamily fontFamily = makeFamilyFromParsed(f, bufferForPath); in init()
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
DTypeface_Delegate.java212 Map<String, ByteBuffer> bufferForPath) {