HomeSort by relevance Sort by last modified time
    Searched refs:computeMatch (Results 1 - 2 of 2) sorted by null

  /frameworks/minikin/libs/minikin/
FontFamily.cpp 110 static int computeMatch(FontStyle style1, FontStyle style2) {
134 int match = computeMatch(font.style, style);
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
FontFamily_Delegate.java 184 int match = computeMatch(font, desiredStyle);
443 private static int computeMatch(@NonNull FontInfo font1, @NonNull FontInfo font2) {

Completed in 113 milliseconds