Searched refs:split_subtables (Results 1 – 3 of 3) 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() 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 D | markbasepos-graph.hh | 214 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 D | gsubgpos-graph.hh | 185 return sub_table->split_subtables (c, parent_idx, objidx); in split_subtable()
|