Searched refs:getMatchScore (Results 1 – 4 of 4) sorted by relevance
242 public int getMatchScore(@NonNull FontStyle o) { in getMatchScore() method in FontStyle
680 int bestScore = normal.getMatchScore(bestFont.getStyle()); in buildTypeface()683 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()
9328 HSPLandroid/graphics/fonts/FontStyle;->getMatchScore(Landroid/graphics/fonts/FontStyle;)I