Home
last modified time | relevance | path

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

/aosp_15_r20/external/harfbuzz_ng/src/
H A Dhb-ot-layout-gsubgpos.hh403 struct matcher_t struct
405 typedef bool (*match_func_t) (hb_glyph_info_t &info, unsigned value, const void *data);
407 void set_ignore_zwnj (bool ignore_zwnj_) { ignore_zwnj = ignore_zwnj_; } in set_ignore_zwnj()
408 void set_ignore_zwj (bool ignore_zwj_) { ignore_zwj = ignore_zwj_; } in set_ignore_zwj()
409 void set_ignore_hidden (bool ignore_hidden_) { ignore_hidden = ignore_hidden_; } in set_ignore_hidden()
410 void set_lookup_props (unsigned int lookup_props_) { lookup_props = lookup_props_; } in set_lookup_props()
411 void set_mask (hb_mask_t mask_) { mask = mask_; } in set_mask()
412 void set_per_syllable (bool per_syllable_) { per_syllable = per_syllable_; } in set_per_syllable()
413 void set_syllable (uint8_t syllable_) { syllable = per_syllable ? syllable_ : 0; } in set_syllable()
414 void set_match_func (match_func_t match_func_, in set_match_func()
[all …]