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

Completed in 1120 milliseconds