Home
last modified time | relevance | path

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

/frameworks/minikin/libs/minikin/
DFontFamily.cpp143 static FontFakery computeFakery(FontStyle wanted, FontStyle actual) { in computeFakery() function
166 return FakedFont{mFonts[bestIndex], computeFakery(style, bestFont->style())}; in getClosestMatch()