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-private.hh57 HB_OT_LAYOUT_GLYPH_PROPS_LIGATURE = 0x04u, enumerator
491 if ((info->glyph_props() & HB_OT_LAYOUT_GLYPH_PROPS_LIGATURE) && in _hb_glyph_info_get_lig_num_comps()
529 return !!(info->glyph_props() & HB_OT_LAYOUT_GLYPH_PROPS_LIGATURE); in _hb_glyph_info_is_ligature()
Dhb-ot-layout-gdef-table.hh408 …ASSERT_STATIC ((unsigned int) HB_OT_LAYOUT_GLYPH_PROPS_LIGATURE == (unsigned int) LookupFlag::Igno… in get_glyph_props()
414 case LigatureGlyph: return HB_OT_LAYOUT_GLYPH_PROPS_LIGATURE; in get_glyph_props()
Dhb-ot-layout-gsubgpos-private.hh829 unsigned int klass = is_mark_ligature ? 0 : HB_OT_LAYOUT_GLYPH_PROPS_LIGATURE; in ligate_input()