Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/graphics/fonts/
DOtfFontFileParser.java55 int isCollection = FontFileUtil.isCollectionFont(buffer); in buildFontFileName() local
57 if (TextUtils.isEmpty(psName) || isType1Font == -1 || isCollection == -1) { in buildFontFileName()
62 if (isCollection == 1) { in buildFontFileName()