Searched refs:computeMatch (Results 1 – 3 of 3) sorted by relevance
134 static int computeMatch(FontStyle style1, FontStyle style2) { in computeMatch() function156 int bestMatch = computeMatch(bestFont->style(), style); in getClosestMatch()159 int match = computeMatch(font->style(), style); in getClosestMatch()
39 import static android.graphics.FontFamily_Delegate.computeMatch;145 int match = computeMatch(font, desiredStyle);
221 int match = computeMatch(font, desiredStyle); in getFont()423 public static int computeMatch(@NonNull FontInfo font1, @NonNull FontInfo font2) {