Home
last modified time | relevance | path

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

/frameworks/minikin/libs/minikin/
DFontFamily.cpp174 const FontStyle defaultStyle; in getCoverage() local
175 MinikinFont* typeface = getClosestMatch(defaultStyle).font; in getCoverage()
203 const FontStyle defaultStyle; in hasGlyph() local
204 MinikinFont* minikinFont = getClosestMatch(defaultStyle).font; in hasGlyph()
DFontCollection.cpp87 const FontStyle defaultStyle; in FontCollection() local
90 MinikinFont* typeface = family->getClosestMatch(defaultStyle).font; in FontCollection()
/frameworks/base/libs/hwui/hwui/
DTypeface.cpp141 const FontStyle defaultStyle; in createFromFamilies() local
143 MinikinFont* mf = firstFamily->getClosestMatch(defaultStyle).font; in createFromFamilies()