Searched defs:baseFont (Results 1 – 4 of 4) sorted by relevance
61 const HbFontUniquePtr& Font::baseFont() const { in baseFont() function in minikin::Font
64 var baseFont: Font, in <lambda>() variable in com.android.keyguard.FontRun290 var baseFont = base.getFont(start) in <lambda>() variable
148 Font(std::shared_ptr<MinikinFont>&& typeface, FontStyle style, HbFontUniquePtr&& baseFont, in Font()
574 minikin::FakedFont baseFont = typeface->fFontCollection->baseFontFaked(typeface->fStyle); in getMetricsInternal() local