Home
last modified time | relevance | path

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

/frameworks/minikin/libs/minikin/
DFontFamily.cpp130 const Font* bestFont = NULL; in getClosestMatch() local
136 bestFont = &font; in getClosestMatch()
141 if (bestFont == NULL) { in getClosestMatch()
144 result.font = bestFont->typeface; in getClosestMatch()
145 result.fakery = computeFakery(style, bestFont->style); in getClosestMatch()
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
DFontFamily_Delegate.java179 FontInfo bestFont = null; in getFont() local
187 bestFont = font; in getFont()
190 if (bestFont == null) { in getFont()
194 return bestFont.mFont; in getFont()
197 deriveFont(bestFont, desiredStyle); in getFont()