Home
last modified time | relevance | path

Searched defs:ttcIndex (Results 1 – 3 of 3) sorted by relevance

/cts/tests/tests/graphics/src/android/graphics/fonts/
DFontTest.java182 int ttcIndex = FontTestUtil.getTtcIndexFromStyle(weight, italic); in testBuilder_buffer_ttc() local
300 int ttcIndex = FontTestUtil.getTtcIndexFromStyle(weight, italic); in testBuilder_file_ttc() local
443 int ttcIndex = FontTestUtil.getTtcIndexFromStyle(weight, italic); in testBuilder_fd_ttc() local
592 int ttcIndex = FontTestUtil.getTtcIndexFromStyle(weight, italic); in testBuilder_fd_subdata_ttc() local
778 int ttcIndex = FontTestUtil.getTtcIndexFromStyle(weight, italic); in testBuilder_asset_ttc() local
883 int ttcIndex = FontTestUtil.getTtcIndexFromStyle(weight, italic); in testBuilder_resource_ttc() local
/cts/tests/tests/graphics/src/android/graphics/cts/
DTypefaceCustomFallbackBuilderTest.java89 final int ttcIndex = FontTestUtil.getTtcIndexFromStyle(weight, italic); in testSingleFont_ttc() local
/cts/tests/tests/provider/src/android/provider/cts/
DMockFontProvider.java63 public Font(int id, int fileId, int ttcIndex, String varSettings, int weight, int italic, in Font()