Home
last modified time | relevance | path

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

/cts/tests/tests/graphics/src/android/graphics/fonts/
DNativeSystemFontTest.java41 public Set<NativeSystemFontHelper.FontDescriptor> convertToDescriptors(Set<Font> fonts) { in convertToDescriptors()
42 HashSet<NativeSystemFontHelper.FontDescriptor> out = new HashSet<>(); in convertToDescriptors()
44 NativeSystemFontHelper.FontDescriptor font = in convertToDescriptors()
45 new NativeSystemFontHelper.FontDescriptor(); in convertToDescriptors()
59 Set<NativeSystemFontHelper.FontDescriptor> javaFonts = in testSameResultAsJava()
61 Set<NativeSystemFontHelper.FontDescriptor> nativeFonts = in testSameResultAsJava()
62 NativeSystemFontHelper.getAvailableFonts(); in testSameResultAsJava()
69 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()
[all …]
DNativeSystemFontHelper.java30 public class NativeSystemFontHelper { class