Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-ot-layout-gsubgpos.hh258 struct matcher_t struct
260 matcher_t () : in matcher_t() argument
271 typedef bool (*match_func_t) (hb_codepoint_t glyph_id, const HBUINT16 &value, const void *data);
273 void set_ignore_zwnj (bool ignore_zwnj_) { ignore_zwnj = ignore_zwnj_; } in set_ignore_zwnj()
274 void set_ignore_zwj (bool ignore_zwj_) { ignore_zwj = ignore_zwj_; } in set_ignore_zwj()
275 void set_lookup_props (unsigned int lookup_props_) { lookup_props = lookup_props_; } in set_lookup_props()
276 void set_mask (hb_mask_t mask_) { mask = mask_; } in set_mask()
277 void set_syllable (uint8_t syllable_) { syllable = syllable_; } in set_syllable()
278 void set_match_func (match_func_t match_func_, in set_match_func()
282 enum may_match_t {
[all …]