Home
last modified time | relevance | path

Searched defs:CodeOffsetPair (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/m133/src/sfnt/
DSkOTTable_EBLC.h122 struct CodeOffsetPair { struct
123 SK_OT_USHORT glyphCode;
124 SK_OT_USHORT offset; //location in EBDT
/third_party/skia/src/sfnt/
DSkOTTable_EBLC.h122 struct CodeOffsetPair { struct
123 SK_OT_USHORT glyphCode;
124 SK_OT_USHORT offset; //location in EBDT
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/bitmap/
DIndexSubTableFormat4.java81 public static class CodeOffsetPair { class in IndexSubTableFormat4
85 private CodeOffsetPair(int glyphCode, int offset) { in CodeOffsetPair() method in IndexSubTableFormat4.CodeOffsetPair
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/table/bitmap/
Dindex_sub_table_format4.cc90 IndexSubTableFormat4::CodeOffsetPair::CodeOffsetPair(int32_t glyph_code, in CodeOffsetPair() function in sfntly::IndexSubTableFormat4::CodeOffsetPair