Home
last modified time | relevance | path

Searched refs:getFontPathFromStyle (Results 1 – 3 of 3) sorted by relevance

/cts/tests/tests/graphics/src/android/graphics/cts/
DTypefaceCustomFallbackBuilderTest.java58 FontTestUtil.getFontPathFromStyle(weight, italic)).build()); in createFullFamilyTypeface()
61 FontTestUtil.getFontPathFromStyle(weight, italic)).build()); in createFullFamilyTypeface()
74 final String path = FontTestUtil.getFontPathFromStyle(weight, italic); in testSingleFont_path()
143 FontTestUtil.getFontPathFromStyle(weight, italic)).build()); in testFamily_selectStyleByBuilder()
146 FontTestUtil.getFontPathFromStyle(weight, italic)).build()); in testFamily_selectStyleByBuilder()
162 new Font.Builder(am, FontTestUtil.getFontPathFromStyle(300, false)).build()) in testFamily_closestDefault()
164 FontTestUtil.getFontPathFromStyle(700, false)).build()); in testFamily_closestDefault()
/cts/tests/tests/graphics/src/android/graphics/fonts/
DFontTest.java158 String path = FontTestUtil.getFontPathFromStyle(weight, italic); in testBuilder_buffer()
224 String path = FontTestUtil.getFontPathFromStyle(weight, italic); in testBuilder_buffer_override()
241 String path = FontTestUtil.getFontPathFromStyle(weight, italic); in testBuilder_buffer_override()
273 String path = FontTestUtil.getFontPathFromStyle(weight, italic); in testBuilder_file()
355 String path = FontTestUtil.getFontPathFromStyle(weight, italic); in testBuilder_file_override()
376 String path = FontTestUtil.getFontPathFromStyle(weight, italic); in testBuilder_file_override()
413 String path = FontTestUtil.getFontPathFromStyle(weight, italic); in testBuilder_fd()
505 String path = FontTestUtil.getFontPathFromStyle(weight, italic); in testBuilder_fd_override()
529 String path = FontTestUtil.getFontPathFromStyle(weight, italic); in testBuilder_fd_override()
560 String path = FontTestUtil.getFontPathFromStyle(weight, italic); in testBuilder_fd_subdata()
[all …]
DFontTestUtil.java283 public static String getFontPathFromStyle(int weight, boolean italic) { in getFontPathFromStyle() method in FontTestUtil