Home
last modified time | relevance | path

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

/frameworks/minikin/libs/minikin/
DFontFamily.cpp136 static FontFakery computeFakery(FontStyle wanted, FontStyle actual) { in computeFakery() function
157 return FakedFont{bestFont, computeFakery(style, bestFont->style())}; in getClosestMatch()