Searched refs:gsubgpos_graph_context_t (Results 1 – 8 of 8) sorted by relevance
/external/harfbuzz_ng/src/graph/ |
D | gsubgpos-context.cc | 31 gsubgpos_graph_context_t::gsubgpos_graph_context_t (hb_tag_t table_tag_, in gsubgpos_graph_context_t() function in graph::gsubgpos_graph_context_t 49 unsigned gsubgpos_graph_context_t::create_node (unsigned size) in create_node() 60 unsigned gsubgpos_graph_context_t::num_non_ext_subtables () { in num_non_ext_subtables()
|
D | pairpos-graph.hh | 50 hb_vector_t<unsigned> split_subtables (gsubgpos_graph_context_t& c, in split_subtables() 95 gsubgpos_graph_context_t& c; 115 bool shrink (gsubgpos_graph_context_t& c, in shrink() 147 unsigned clone_range (gsubgpos_graph_context_t& c, in clone_range() 188 unsigned pair_set_graph_index (gsubgpos_graph_context_t& c, unsigned this_index, unsigned i) const in pair_set_graph_index() 207 hb_vector_t<unsigned> split_subtables (gsubgpos_graph_context_t& c, in split_subtables() 308 gsubgpos_graph_context_t& c; 545 get_all_device_tables (gsubgpos_graph_context_t& c, in get_all_device_tables() 552 const Coverage* get_coverage (gsubgpos_graph_context_t& c, in get_coverage() 564 const ClassDef* get_class_def_1 (gsubgpos_graph_context_t& c, in get_class_def_1() [all …]
|
D | gsubgpos-graph.hh | 87 bool make_extension (gsubgpos_graph_context_t& c, in make_extension() 116 bool split_subtables_if_needed (gsubgpos_graph_context_t& c, in split_subtables_if_needed() 176 hb_vector_t<unsigned> split_subtable (gsubgpos_graph_context_t& c, in split_subtable() 187 void add_sub_tables (gsubgpos_graph_context_t& c, in add_sub_tables() 244 void fix_existing_subtable_links (gsubgpos_graph_context_t& c, in fix_existing_subtable_links() 266 unsigned create_extension_subtable (gsubgpos_graph_context_t& c, in create_extension_subtable() 291 bool make_subtable_extension (gsubgpos_graph_context_t& c, in make_subtable_extension()
|
D | gsubgpos-context.hh | 37 struct gsubgpos_graph_context_t struct 45 HB_INTERNAL gsubgpos_graph_context_t (hb_tag_t table_tag_,
|
D | markbasepos-graph.hh | 48 bool shrink (gsubgpos_graph_context_t& c, in shrink() 78 unsigned clone (gsubgpos_graph_context_t& c, in clone() 135 bool shrink (gsubgpos_graph_context_t& c, in shrink() 170 unsigned clone (gsubgpos_graph_context_t& c, in clone() 212 hb_vector_t<unsigned> split_subtables (gsubgpos_graph_context_t& c, in split_subtables() 282 gsubgpos_graph_context_t& c; 316 hb_vector_t<class_info_t> get_class_info (gsubgpos_graph_context_t& c, in get_class_info() 473 hb_vector_t<unsigned> split_subtables (gsubgpos_graph_context_t& c, in split_subtables()
|
D | coverage-graph.hh | 59 static Coverage* clone_coverage (gsubgpos_graph_context_t& c, in clone_coverage() 84 static Coverage* add_coverage (gsubgpos_graph_context_t& c, in add_coverage() 105 static bool make_coverage (gsubgpos_graph_context_t& c, in make_coverage()
|
D | classdef-graph.hh | 60 static bool add_class_def (gsubgpos_graph_context_t& c, in add_class_def() 81 static bool make_class_def (gsubgpos_graph_context_t& c, in make_class_def()
|
/external/harfbuzz_ng/src/ |
D | hb-repacker.hh | 72 bool _presplit_subtables_if_needed (graph::gsubgpos_graph_context_t& ext_context) in _presplit_subtables_if_needed() 97 bool _promote_extensions_if_needed (graph::gsubgpos_graph_context_t& ext_context) in _promote_extensions_if_needed() 296 graph::gsubgpos_graph_context_t ext_context (table_tag, sorted_graph); in hb_resolve_graph_overflows()
|