Home
last modified time | relevance | path

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

/aosp12/frameworks/minikin/libs/minikin/
H A DFontFamily.cpp134 static int computeMatch(FontStyle style1, FontStyle style2) { in computeMatch() function
156 int bestMatch = computeMatch(bestFont->style(), style); in getClosestMatch()
159 int match = computeMatch(font->style(), style); in getClosestMatch()
/aosp12/frameworks/layoutlib/bridge/src/android/graphics/fonts/
H A DFontFamily_Builder_Delegate.java39 import static android.graphics.FontFamily_Delegate.computeMatch;
145 int match = computeMatch(font, desiredStyle);
/aosp12/frameworks/layoutlib/bridge/src/android/graphics/
H A DFontFamily_Delegate.java221 int match = computeMatch(font, desiredStyle); in getFont()
423 public static int computeMatch(@NonNull FontInfo font1, @NonNull FontInfo font2) {