Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-subset-cff-common.hh131 struct cff_sub_table_offsets_t { struct
132 cff_sub_table_offsets_t () : privateDictsOffset (0) in cff_sub_table_offsets_t() argument
142 ~cff_sub_table_offsets_t () { localSubrsInfos.fini (); } in ~cff_sub_table_offsets_t()
144 table_info_t topDictInfo;
145 table_info_t FDSelectInfo;
146 table_info_t FDArrayInfo;
147 table_info_t charStringsInfo;
148 unsigned int privateDictsOffset;
149 table_info_t globalSubrsInfo;
150 hb_vector_t<table_info_t> localSubrsInfos;