Home | History | Annotate | Download | only in src

Lines Matching refs:subtables

2628     subtables.init ();
2629 OT::hb_get_subtables_context_t c_get_subtables (subtables);
2632 void fini () { subtables.fini (); }
2639 for (unsigned int i = 0; i < subtables.len; i++)
2640 if (subtables[i].apply (c))
2647 hb_get_subtables_context_t::array_t subtables;
2713 /* TODO Use intersects() to count how many subtables survive? */