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

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

Completed in 2854 milliseconds