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

/frameworks/minikin/libs/minikin/
H A DFontFamily.cpp134 static int computeMatch(FontStyle style1, FontStyle style2) { function in namespace:android
158 int match = computeMatch(font.style, style);
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DFontFamily_Delegate.java157 int match = computeMatch(font, desiredStyle);
335 private static int computeMatch(@NonNull FontInfo font1, @NonNull FontInfo font2) { method in class:FontFamily_Delegate

Completed in 36 milliseconds