Home
last modified time | relevance | path

Searched defs:StateTable (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-aat-layout-common.hh482 struct StateTable struct
484 typedef typename Types::HBUINT HBUINT;
485 typedef typename Types::HBUSHORT HBUSHORT;
486 typedef typename Types::ClassTypeNarrow ClassType;
488 enum State
493 enum Class
501 int new_state (unsigned int newState) const in new_state()
504 unsigned int get_class (hb_codepoint_t glyph_id, unsigned int num_glyphs) const in get_class()
510 const Entry<Extra> *get_entries () const in get_entries()
513 const Entry<Extra> &get_entry (int state, unsigned int klass) const in get_entry()
[all …]
/third_party/skia/m133/third_party/externals/harfbuzz/src/
Dhb-aat-layout-common.hh618 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()
[all …]