Home
last modified time | relevance | path

Searched refs:matchFamilyStyleCharacter (Results 1 – 2 of 2) sorted by relevance

/cts/tests/tests/graphics/src/android/graphics/fonts/
DNativeSystemFontTest.java56 Pair<File, Integer> fontForA = NativeSystemFontHelper.matchFamilyStyleCharacter( in testMatchFamilyStyleCharacter()
58 Pair<File, Integer> fontForB = NativeSystemFontHelper.matchFamilyStyleCharacter( in testMatchFamilyStyleCharacter()
65 Pair<File, Integer> fontForA = NativeSystemFontHelper.matchFamilyStyleCharacter( in testMatchFamilyStyleCharacter_fallback()
67 Pair<File, Integer> fontForB = NativeSystemFontHelper.matchFamilyStyleCharacter( in testMatchFamilyStyleCharacter_fallback()
115 NativeSystemFontHelper.matchFamilyStyleCharacter( in testMatchFamilyStyleCharacter_notCrash()
DNativeSystemFontHelper.java70 public static Pair<File, Integer> matchFamilyStyleCharacter(String familyName, int weight, in matchFamilyStyleCharacter() method in NativeSystemFontHelper