Home
last modified time | relevance | path

Searched defs:serializedFontFile (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/sfntly/java/test/com/google/typography/font/sfntly/
DNameEditingTests.java60 File serializedFontFile = TestFontUtils.serializeFont(font, TestUtils.extension(fontFile)); in testChangeOneName() local
92 File serializedFontFile = TestFontUtils.serializeFont(font, TestUtils.extension(fontFile)); in testModifyNameTableAndRevert() local
119 File serializedFontFile = TestFontUtils.serializeFont(font, TestUtils.extension(fontFile)); in testRemoveOneName() local
150 File serializedFontFile = TestFontUtils.serializeFont(font, TestUtils.extension(fontFile)); in testClearAllNamesAndSetOne() local
/third_party/skia/third_party/externals/sfntly/java/test/com/google/typography/font/sfntly/testutils/
DTestFontUtils.java216 File serializedFontFile = in serializeFont() local
221 public static File serializeFont(Font font, File serializedFontFile) throws Exception { in serializeFont()