Home
last modified time | relevance | path

Searched refs:_hb_glyph_info_ligated (Results 1 – 5 of 5) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-ot-layout.hh313 static inline bool _hb_glyph_info_ligated (const hb_glyph_info_t *info);
319 !_hb_glyph_info_ligated (info); in _hb_glyph_info_is_default_ignorable()
326 !_hb_glyph_info_ligated (info); in _hb_glyph_info_is_default_ignorable_and_not_hidden()
531 _hb_glyph_info_ligated (const hb_glyph_info_t *info) in _hb_glyph_info_ligated() function
545 return _hb_glyph_info_ligated (info) && !_hb_glyph_info_multiplied (info); in _hb_glyph_info_ligated_and_didnt_multiply()
Dhb-ot-shape-complex-indic.hh195 if (_hb_glyph_info_ligated (&info)) return false; in is_one_of()
Dhb-ot-shape-fallback.cc493 if (_hb_glyph_info_is_unicode_space (&info[i]) && !_hb_glyph_info_ligated (&info[i])) in _hb_ot_shape_fallback_spaces()
Dhb-ot-shape-complex-use.cc436 !_hb_glyph_info_ligated (&info); in is_halant()
Dhb-ot-shape-complex-indic.cc1057 _hb_glyph_info_ligated (&info[i]) && in final_reordering_syllable()