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.hh55 struct driver_context_t struct
57 static constexpr bool in_place = true;
58 enum Flags
72 driver_context_t (const RearrangementSubtable *table HB_UNUSED) : in driver_context_t() argument
76 bool is_actionable (StateTableDriver<Types, EntryData> *driver HB_UNUSED, in is_actionable()
81 void transition (StateTableDriver<Types, EntryData> *driver, in transition()
158 bool ret;
160 unsigned int start;
161 unsigned int end;
203 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()
235 void transition (StateTableDriver<Types, EntryData> *driver, in transition()
340 hb_aat_apply_context_t *c;
341 const KerxSubTableFormat1 *table;
342 const UnsizedArrayOf<FWORD> &kernAction;
343 unsigned int stack[8];
[all …]