Searched refs:computeMatch (Results 1 – 3 of 3) sorted by relevance
127 static int computeMatch(FontStyle style1, FontStyle style2) { in computeMatch() function148 int bestMatch = computeMatch(bestFont->style(), style); in getClosestMatch()151 int match = computeMatch(font.style(), style); in getClosestMatch()
38 import static android.graphics.FontFamily_Delegate.computeMatch;134 int match = computeMatch(font, desiredStyle);
227 int match = computeMatch(font, desiredStyle); in getFont()517 public static int computeMatch(@NonNull FontInfo font1, @NonNull FontInfo font2) {