Searched refs:bufferForPath (Results 1 – 2 of 2) sorted by relevance
298 Map<String, ByteBuffer> bufferForPath) { in makeFamilyFromParsed() argument301 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() local342 familyList.add(makeFamilyFromParsed(f, bufferForPath)); in init()358 FontFamily fontFamily = makeFamilyFromParsed(f, bufferForPath); in init()
212 Map<String, ByteBuffer> bufferForPath) {