Searched refs:getMatchScore (Results 1 – 4 of 4) sorted by relevance
242 public int getMatchScore(@NonNull FontStyle o) { in getMatchScore() method in FontStyle
673 int bestScore = normal.getMatchScore(bestFont.getStyle()); in buildTypeface()676 final int score = normal.getMatchScore(candidate.getStyle()); in buildTypeface()
277 int bestScore = normal.getMatchScore(bestFont.getStyle()); in createFromResources()280 final int score = normal.getMatchScore(candidate.getStyle()); in createFromResources()
6903 HSPLandroid/graphics/fonts/FontStyle;->getMatchScore(Landroid/graphics/fonts/FontStyle;)I