Home
last modified time | relevance | path

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

/aosp_15_r20/external/harfbuzz_ng/src/graph/
H A Dgsubgpos-context.hh37 struct gsubgpos_graph_context_t struct
39 hb_tag_t table_tag;
40 graph_t& graph;
41 unsigned lookup_list_index;
42 hb_hashmap_t<unsigned, graph::Lookup*> lookups;
43 hb_hashmap_t<unsigned, unsigned> subtable_to_extension;
50 bool add_buffer (char* buffer) in add_buffer()
H A Dgsubgpos-context.cc31 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