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.java69 Pair<File, Integer> fontForA = NativeSystemFontHelper.matchFamilyStyleCharacter( in testMatchFamilyStyleCharacter()
71 Pair<File, Integer> fontForB = NativeSystemFontHelper.matchFamilyStyleCharacter( in testMatchFamilyStyleCharacter()
78 Pair<File, Integer> fontForA = NativeSystemFontHelper.matchFamilyStyleCharacter( in testMatchFamilyStyleCharacter_fallback()
80 Pair<File, Integer> fontForB = NativeSystemFontHelper.matchFamilyStyleCharacter( in testMatchFamilyStyleCharacter_fallback()
128 NativeSystemFontHelper.matchFamilyStyleCharacter( in testMatchFamilyStyleCharacter_notCrash()
DNativeSystemFontHelper.java147 public static Pair<File, Integer> matchFamilyStyleCharacter(String familyName, int weight, in matchFamilyStyleCharacter() method in NativeSystemFontHelper