Lines Matching defs:split_context_t
94 struct split_context_t { struct
95 gsubgpos_graph_context_t& c;
96 PairPosFormat1* thiz;
97 unsigned this_index;
99 unsigned original_count () in original_count()
104 unsigned clone_range (unsigned start, unsigned end) in clone_range()
109 bool shrink (unsigned count) in shrink()
306 struct split_context_t struct
308 gsubgpos_graph_context_t& c;
309 PairPosFormat2* thiz;
310 unsigned this_index;
311 unsigned class1_record_size;
312 unsigned value_record_len;
313 unsigned value1_record_len;
314 unsigned value2_record_len;
315 unsigned max_coverage_size;
316 unsigned max_class_def_size;
318 const hb_hashmap_t<unsigned, unsigned>& device_tables;
319 const hb_vector_t<unsigned>& format1_device_table_indices;
320 const hb_vector_t<unsigned>& format2_device_table_indices;
322 unsigned original_count () in original_count()
327 unsigned clone_range (unsigned start, unsigned end) in clone_range()
332 bool shrink (unsigned count) in shrink()