Lines Matching defs:StateTable
618 struct StateTable struct
620 typedef typename Types::HBUINT HBUINT;
621 typedef typename Types::HBUSHORT HBUSHORT;
622 typedef typename Types::ClassTypeNarrow ClassType;
624 enum State
631 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()
666 bool sanitize (hb_sanitize_context_t *c, in sanitize()
771 HBUINT nClasses; /* Number of classes, which is the number of indices
774 classTable; /* Offset to the class table. */
776 stateArrayTable;/* Offset to the state array. */
778 entryTable; /* Offset to the entry array. */