Home
last modified time | relevance | path

Searched refs:HB_OT_LAYOUT_GLYPH_PROPS_LIGATURE (Results 1 – 3 of 3) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-ot-layout.hh80 HB_OT_LAYOUT_GLYPH_PROPS_LIGATURE = 0x04u, enumerator
477 if ((info->glyph_props() & HB_OT_LAYOUT_GLYPH_PROPS_LIGATURE) && in _hb_glyph_info_get_lig_num_comps()
515 return !!(info->glyph_props() & HB_OT_LAYOUT_GLYPH_PROPS_LIGATURE); in _hb_glyph_info_is_ligature()
Dhb-ot-layout-gdef-table.hh399 …static_assert (((unsigned int) HB_OT_LAYOUT_GLYPH_PROPS_LIGATURE == (unsigned int) LookupFlag::Ign… in get_glyph_props()
405 case LigatureGlyph: return HB_OT_LAYOUT_GLYPH_PROPS_LIGATURE; in get_glyph_props()
Dhb-ot-layout-gsubgpos.hh947 unsigned int klass = is_ligature ? HB_OT_LAYOUT_GLYPH_PROPS_LIGATURE : 0; in ligate_input()