Home
last modified time | relevance | path

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

/frameworks/minikin/libs/minikin/
DFontFamily.cpp124 static int computeMatch(FontStyle style1, FontStyle style2) { in computeMatch() function
145 int bestMatch = computeMatch(bestFont->style(), style); in getClosestMatch()
148 int match = computeMatch(font.style(), style); in getClosestMatch()
/frameworks/layoutlib/bridge/src/android/graphics/
DFontFamily_Delegate.java223 int match = computeMatch(font, desiredStyle); in getFont()
502 private static int computeMatch(@NonNull FontInfo font1, @NonNull FontInfo font2) {