Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/
DFontFactory.java258 private Font.Builder loadSingleOTFForBuilding(WritableFontData wfd, int offsetToOffsetTable) in loadSingleOTFForBuilding()
DFont.java635 private void loadFont(WritableFontData wfd, int offsetToOffsetTable) throws IOException { in loadFont()
652 FontFactory factory, WritableFontData wfd, int offsetToOffsetTable) throws IOException { in getOTFBuilder()