Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/sfntly/java/test/com/google/typography/font/sfntly/testutils/
DTestFontUtils.java112 public static Font[] loadFontUsingByteArray(File file) throws IOException { in loadFontUsingByteArray() method in TestFontUtils
113 return loadFontUsingByteArray(file, true); in loadFontUsingByteArray()
124 public static Font[] loadFontUsingByteArray(File file, boolean fingerprint) throws IOException { in loadFontUsingByteArray() method in TestFontUtils
/third_party/skia/third_party/externals/sfntly/java/test/com/google/typography/font/sfntly/
DLoadingTests.java46 Font[] bFonts = TestFontUtils.loadFontUsingByteArray(TEST_FONT_FILE); in testLoadingComparison()