Home
last modified time | relevance | path

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

/external/harfbuzz_ng/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 …]
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/read-fonts-0.23.2/src/tables/
Daat.rs298 pub struct StateTable<'a> { struct
302 impl<'a> StateTable<'a> { argument
357 impl<'a> FontRead<'a> for StateTable<'a> { implementation
366 impl<'a> SomeTable<'a> for StateTable<'a> { implementation
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/read-fonts-0.23.2/src/tables/
Daat.rs298 pub struct StateTable<'a> { struct
302 impl<'a> StateTable<'a> { implementation
357 impl<'a> FontRead<'a> for StateTable<'a> { implementation
366 impl<'a> SomeTable<'a> for StateTable<'a> { implementation