Home
last modified time | relevance | path

Searched refs:split_subtables (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/harfbuzz_ng/src/graph/
H A Dpairpos-graph.hh51 hb_vector_t<unsigned> split_subtables (gsubgpos_graph_context_t& c, in split_subtables() function
209 hb_vector_t<unsigned> split_subtables (gsubgpos_graph_context_t& c, in split_subtables() function
609 hb_vector_t<unsigned> split_subtables (gsubgpos_graph_context_t& c, in split_subtables() function
615 return ((PairPosFormat1*)(&u.format1))->split_subtables (c, parent_index, this_index); in split_subtables()
617 return ((PairPosFormat2*)(&u.format2))->split_subtables (c, parent_index, this_index); in split_subtables()
H A Dmarkbasepos-graph.hh214 hb_vector_t<unsigned> split_subtables (gsubgpos_graph_context_t& c, in split_subtables() function
480 hb_vector_t<unsigned> split_subtables (gsubgpos_graph_context_t& c, in split_subtables() function
486 return ((MarkBasePosFormat1*)(&u.format1))->split_subtables (c, parent_index, this_index); in split_subtables()
H A Dgsubgpos-graph.hh185 return sub_table->split_subtables (c, parent_idx, objidx); in split_subtable()