Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-aat-layout-morx-table.hh56 struct driver_context_t struct
58 static constexpr bool in_place = true;
59 enum Flags
73 driver_context_t (const RearrangementSubtable *table HB_UNUSED) : in driver_context_t() argument
77 bool is_actionable (StateTableDriver<Types, EntryData> *driver HB_UNUSED, in is_actionable()
82 void transition (StateTableDriver<Types, EntryData> *driver, in transition()
159 bool ret;
161 unsigned int start;
162 unsigned int end;
204 struct driver_context_t struct
[all …]
Dhb-aat-layout-kerx-table.hh211 struct driver_context_t struct
213 static constexpr bool in_place = true;
215 {
219 driver_context_t (const KerxSubTableFormat1 *table_, in driver_context_t() function
230 bool is_actionable (StateTableDriver<Types, EntryData> *driver HB_UNUSED, in is_actionable()
233 void transition (StateTableDriver<Types, EntryData> *driver, in transition()
334 hb_aat_apply_context_t *c;
335 const KerxSubTableFormat1 *table;
336 const UnsizedArrayOf<FWORD> &kernAction;
337 unsigned int stack[8];
[all …]