Searched refs:glyph_props (Results 1 – 3 of 3) sorted by relevance
152 #define glyph_props() var1.u16[0] /* GDEF glyph properties */ macro477 if ((info->glyph_props() & HB_OT_LAYOUT_GLYPH_PROPS_LIGATURE) && in _hb_glyph_info_get_lig_num_comps()497 info->glyph_props() = props; in _hb_glyph_info_set_glyph_props()503 return info->glyph_props(); in _hb_glyph_info_get_glyph_props()509 return !!(info->glyph_props() & HB_OT_LAYOUT_GLYPH_PROPS_BASE_GLYPH); in _hb_glyph_info_is_base_glyph()515 return !!(info->glyph_props() & HB_OT_LAYOUT_GLYPH_PROPS_LIGATURE); in _hb_glyph_info_is_ligature()521 return !!(info->glyph_props() & HB_OT_LAYOUT_GLYPH_PROPS_MARK); in _hb_glyph_info_is_mark()527 return !!(info->glyph_props() & HB_OT_LAYOUT_GLYPH_PROPS_SUBSTITUTED); in _hb_glyph_info_substituted()533 return !!(info->glyph_props() & HB_OT_LAYOUT_GLYPH_PROPS_LIGATED); in _hb_glyph_info_ligated()539 return !!(info->glyph_props() & HB_OT_LAYOUT_GLYPH_PROPS_MULTIPLIED); in _hb_glyph_info_multiplied()[all …]
781 ALLOCATE_ARRAY (SCRIPT_GLYPHPROP, glyph_props, glyphs_size); in _hb_uniscribe_shape()899 glyph_props + glyphs_offset, in _hb_uniscribe_shape()938 glyph_props + glyphs_offset, in _hb_uniscribe_shape()
523 unsigned int glyph_props, in match_properties_mark()537 …return (match_props & LookupFlag::MarkAttachmentType) == (glyph_props & LookupFlag::MarkAttachment… in match_properties_mark()546 unsigned int glyph_props = _hb_glyph_info_get_glyph_props (info); in check_glyph_property() local551 if (glyph_props & match_props & LookupFlag::IgnoreFlags) in check_glyph_property()554 if (unlikely (glyph_props & HB_OT_LAYOUT_GLYPH_PROPS_MARK)) in check_glyph_property()555 return match_properties_mark (glyph, glyph_props, match_props); in check_glyph_property()