Searched refs:gsubgpos_graph_context_t (Results 1 – 8 of 8) sorted by relevance
/aosp_15_r20/external/harfbuzz_ng/src/graph/ |
H A D | pairpos-graph.hh | 51 hb_vector_t<unsigned> split_subtables (gsubgpos_graph_context_t& c, in split_subtables() 96 gsubgpos_graph_context_t& c; 116 bool shrink (gsubgpos_graph_context_t& c, in shrink() 148 unsigned clone_range (gsubgpos_graph_context_t& c, in clone_range() 189 unsigned pair_set_graph_index (gsubgpos_graph_context_t& c, unsigned this_index, unsigned i) const in pair_set_graph_index() 209 hb_vector_t<unsigned> split_subtables (gsubgpos_graph_context_t& c, in split_subtables() 312 gsubgpos_graph_context_t& c; 549 get_all_device_tables (gsubgpos_graph_context_t& c, in get_all_device_tables() 556 const Coverage* get_coverage (gsubgpos_graph_context_t& c, in get_coverage() 568 const ClassDef* get_class_def_1 (gsubgpos_graph_context_t& c, in get_class_def_1() [all …]
|
H A 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() 64 unsigned gsubgpos_graph_context_t::num_non_ext_subtables () { in num_non_ext_subtables()
|
H A D | markbasepos-graph.hh | 49 bool shrink (gsubgpos_graph_context_t& c, in shrink() 79 unsigned clone (gsubgpos_graph_context_t& c, in clone() 137 bool shrink (gsubgpos_graph_context_t& c, in shrink() 172 unsigned clone (gsubgpos_graph_context_t& c, in clone() 214 hb_vector_t<unsigned> split_subtables (gsubgpos_graph_context_t& c, in split_subtables() 284 gsubgpos_graph_context_t& c; 318 hb_vector_t<class_info_t> get_class_info (gsubgpos_graph_context_t& c, in get_class_info() 480 hb_vector_t<unsigned> split_subtables (gsubgpos_graph_context_t& c, in split_subtables()
|
H A D | gsubgpos-graph.hh | 88 bool make_extension (gsubgpos_graph_context_t& c, in make_extension() 117 bool split_subtables_if_needed (gsubgpos_graph_context_t& c, in split_subtables_if_needed() 177 hb_vector_t<unsigned> split_subtable (gsubgpos_graph_context_t& c, in split_subtable() 188 bool add_sub_tables (gsubgpos_graph_context_t& c, in add_sub_tables() 251 void fix_existing_subtable_links (gsubgpos_graph_context_t& c, in fix_existing_subtable_links() 273 unsigned create_extension_subtable (gsubgpos_graph_context_t& c, in create_extension_subtable() 298 bool make_subtable_extension (gsubgpos_graph_context_t& c, in make_subtable_extension()
|
H A D | coverage-graph.hh | 61 static Coverage* clone_coverage (gsubgpos_graph_context_t& c, in clone_coverage() 86 static Coverage* add_coverage (gsubgpos_graph_context_t& c, in add_coverage() 107 static bool make_coverage (gsubgpos_graph_context_t& c, in make_coverage()
|
H A D | gsubgpos-context.hh | 37 struct gsubgpos_graph_context_t struct 45 HB_INTERNAL gsubgpos_graph_context_t (hb_tag_t table_tag_,
|
H A D | classdef-graph.hh | 62 static bool add_class_def (gsubgpos_graph_context_t& c, in add_class_def() 83 static bool make_class_def (gsubgpos_graph_context_t& c, in make_class_def()
|
/aosp_15_r20/external/harfbuzz_ng/src/ |
H A D | hb-repacker.hh | 72 bool _presplit_subtables_if_needed (graph::gsubgpos_graph_context_t& ext_context) in _presplit_subtables_if_needed() 102 bool _promote_extensions_if_needed (graph::gsubgpos_graph_context_t& ext_context) in _promote_extensions_if_needed() 356 graph::gsubgpos_graph_context_t ext_context (table_tag, sorted_graph); in hb_resolve_graph_overflows()
|