Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/sfntly/java/test/com/google/typography/font/sfntly/testutils/
DTestFontUtils.java205 public static File serializeFont(File fontFile) throws Exception { in serializeFont() method in TestFontUtils
215 public static File serializeFont(Font font, String extension) throws Exception { in serializeFont() method in TestFontUtils
221 public static File serializeFont(Font font, File serializedFontFile) throws Exception { in serializeFont() method in TestFontUtils
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/
DFontFactory.java298 public void serializeFont(Font font, OutputStream os) throws IOException { in serializeFont() method in FontFactory