Home
last modified time | relevance | path

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

/cts/tests/tests/graphics/src/android/graphics/fonts/
DFontTestUtil.java234 public static String getTtcFontFileInAsset() { in getTtcFontFileInAsset() method in FontTestUtil
DFontTest.java179 String path = FontTestUtil.getTtcFontFileInAsset(); in testBuilder_buffer_ttc()
299 String path = FontTestUtil.getTtcFontFileInAsset(); in testBuilder_file_ttc()
442 String path = FontTestUtil.getTtcFontFileInAsset(); in testBuilder_fd_ttc()
591 String path = FontTestUtil.getTtcFontFileInAsset(); in testBuilder_fd_subdata_ttc()
777 String path = FontTestUtil.getTtcFontFileInAsset(); in testBuilder_asset_ttc()
/cts/tests/tests/graphics/src/android/graphics/cts/
DTypefaceCustomFallbackBuilderTest.java93 new Font.Builder(am, FontTestUtil.getTtcFontFileInAsset()) in testSingleFont_ttc()