Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/graphics/fonts/
DUpdatableFontDir.java253 if (getFontByPostScriptName(font.getPostScriptName(), fontConfig) != null) { in loadFontFileMap()
527 private FontConfig.Font getFontByPostScriptName(String psName, FontConfig fontConfig) { in getFontByPostScriptName() method in UpdatableFontDir
557 FontConfig.Font targetFont = getFontByPostScriptName(psName, fontConfig); in getPreinstalledFontRevision()