Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/graph/
Dpairpos-graph.hh50 hb_vector_t<unsigned> split_subtables (gsubgpos_graph_context_t& c, in split_subtables() function
207 hb_vector_t<unsigned> split_subtables (gsubgpos_graph_context_t& c, in split_subtables() function
605 hb_vector_t<unsigned> split_subtables (gsubgpos_graph_context_t& c, in split_subtables() function
611 return ((PairPosFormat1*)(&u.format1))->split_subtables (c, parent_index, this_index); in split_subtables()
613 return ((PairPosFormat2*)(&u.format2))->split_subtables (c, parent_index, this_index); in split_subtables()
Dmarkbasepos-graph.hh212 hb_vector_t<unsigned> split_subtables (gsubgpos_graph_context_t& c, in split_subtables() function
473 hb_vector_t<unsigned> split_subtables (gsubgpos_graph_context_t& c, in split_subtables() function
479 return ((MarkBasePosFormat1*)(&u.format1))->split_subtables (c, parent_index, this_index); in split_subtables()
Dgsubgpos-graph.hh184 return sub_table->split_subtables (c, parent_idx, objidx); in split_subtable()