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 136 static int computeMatch(FontStyle style1, FontStyle style2) {
160 int match = computeMatch(font.style, style);
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
FontFamily_Delegate.java 157 int match = computeMatch(font, desiredStyle);
339 private static int computeMatch(@NonNull FontInfo font1, @NonNull FontInfo font2) {

Completed in 2082 milliseconds