Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/bitmap/
DIndexSubTableFormat1.java35 public final class IndexSubTableFormat1 extends IndexSubTable { class
36 private IndexSubTableFormat1(ReadableFontData data, int firstGlyphIndex, int lastGlyphIndex) { in IndexSubTableFormat1() method in IndexSubTableFormat1
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/table/bitmap/
Dindex_sub_table_format1.cc58 IndexSubTableFormat1::IndexSubTableFormat1(ReadableFontData* data, in IndexSubTableFormat1() function in sfntly::IndexSubTableFormat1