Home
last modified time | relevance | path

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

/frameworks/minikin/libs/minikin/
DFontFamily.cpp127 static int computeMatch(FontStyle style1, FontStyle style2) { in computeMatch() function
148 int bestMatch = computeMatch(bestFont->style(), style); in getClosestMatch()
151 int match = computeMatch(font.style(), style); in getClosestMatch()
/frameworks/layoutlib/bridge/src/android/graphics/fonts/
DFontFamily_Builder_Delegate.java38 import static android.graphics.FontFamily_Delegate.computeMatch;
134 int match = computeMatch(font, desiredStyle);
/frameworks/layoutlib/bridge/src/android/graphics/
DFontFamily_Delegate.java227 int match = computeMatch(font, desiredStyle); in getFont()
517 public static int computeMatch(@NonNull FontInfo font1, @NonNull FontInfo font2) {