Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-aat-layout-common.hh734 struct StateTableDriver struct
736 using StateTableT = StateTable<Types, EntryData>;
737 using EntryT = Entry<EntryData>;
739 StateTableDriver (const StateTableT &machine_, in StateTableDriver() function
747 void drive (context_t *c) in drive()
846 const StateTableT &machine;
847 hb_buffer_t *buffer;
848 unsigned int num_glyphs;
/third_party/skia/m133/third_party/externals/harfbuzz/src/
Dhb-aat-layout-common.hh922 struct StateTableDriver struct
924 using StateTableT = StateTable<Types, EntryData>;
925 using EntryT = Entry<EntryData>;
927 StateTableDriver (const StateTableT &machine_, in StateTableDriver() argument
933 bool is_idempotent_on_all_out_of_bounds (context_t *c, hb_aat_apply_context_t *ac) in is_idempotent_on_all_out_of_bounds()
941 void drive (context_t *c, hb_aat_apply_context_t *ac) in drive()
1068 const StateTableT &machine;
1069 unsigned int num_glyphs;