Searched refs:NativeSystemFontHelper (Results 1 – 3 of 3) sorted by relevance
41 Set<Font> nativeFonts = NativeSystemFontHelper.getAvailableFonts(); in testSameResultAsJava()56 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()
51 allParams.add(new Object[] { NativeSystemFontHelper.getAvailableFonts() }); in getParameters()
26 public class NativeSystemFontHelper { class