Home
last modified time | relevance | path

Searched refs: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() argument
264 Font.Builder builder = Font.Builder.getOTFBuilder(this, wfd, offsetToOffsetTable); in loadSingleOTFForBuilding()
DFont.java635 private void loadFont(WritableFontData wfd, int offsetToOffsetTable) throws IOException { in loadFont() argument
639 SortedSet<Header> records = readHeader(wfd, offsetToOffsetTable); in loadFont()
652 FontFactory factory, WritableFontData wfd, int offsetToOffsetTable) throws IOException { in getOTFBuilder() argument
654 builder.loadFont(wfd, offsetToOffsetTable); in getOTFBuilder()