Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-ot-layout-gsubgpos.hh126 struct hb_would_apply_context_t : struct
129 const char *get_name () { return "WOULD_APPLY"; } in get_name()
131 return_t dispatch (const T &obj) { return obj.would_apply (this); } in dispatch()
132 static return_t default_return_value () { return false; } in default_return_value()
133 bool stop_sublookup_iteration (return_t r) const { return r; } in stop_sublookup_iteration()
135 hb_face_t *face;
136 const hb_codepoint_t *glyphs;
137 unsigned int len;
138 bool zero_context;
139 unsigned int debug_depth;
[all …]