Home
last modified time | relevance | path

Searched refs:HB_OT_LAYOUT_GLYPH_PROPS_MARK (Results 1 – 4 of 4) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-ot-layout.hh81 HB_OT_LAYOUT_GLYPH_PROPS_MARK = 0x08u, enumerator
521 return !!(info->glyph_props() & HB_OT_LAYOUT_GLYPH_PROPS_MARK); in _hb_glyph_info_is_mark()
Dhb-ot-layout-gdef-table.hh400 …static_assert (((unsigned int) HB_OT_LAYOUT_GLYPH_PROPS_MARK == (unsigned int) LookupFlag::IgnoreM… in get_glyph_props()
408 return HB_OT_LAYOUT_GLYPH_PROPS_MARK | (klass << 8); in get_glyph_props()
Dhb-ot-shape.cc693 HB_OT_LAYOUT_GLYPH_PROPS_MARK; in hb_synthesize_glyph_classes()
Dhb-ot-layout-gsubgpos.hh554 if (unlikely (glyph_props & HB_OT_LAYOUT_GLYPH_PROPS_MARK)) in check_glyph_property()