Searched defs:StateTable (Results 1 – 2 of 2) sorted by relevance
618 struct StateTable struct620 typedef typename Types::HBUINT HBUINT;621 typedef typename Types::HBUSHORT HBUSHORT;622 typedef typename Types::ClassTypeNarrow ClassType;624 enum State631 void collect_glyphs (set_t &glyphs, unsigned num_glyphs) const in collect_glyphs()636 int new_state (unsigned int newState) const in new_state()640 unsigned int get_class (hb_codepoint_t glyph_id, in get_class()649 const Entry<Extra> *get_entries () const in get_entries()652 const Entry<Extra> &get_entry (int state, unsigned int klass) const in get_entry()[all …]
510 unsigned char *StateTable; member