Home | History | Annotate | Download | only in src

Lines Matching full:glyph_props

508 			 unsigned int    glyph_props,
522 return (match_props & LookupFlag::MarkAttachmentType) == (glyph_props & LookupFlag::MarkAttachmentType);
532 unsigned int glyph_props = _hb_glyph_info_get_glyph_props (info);
537 if (glyph_props & match_props & LookupFlag::IgnoreFlags)
540 if (unlikely (glyph_props & HB_OT_LAYOUT_GLYPH_PROPS_MARK))
541 return match_properties_mark (glyph, glyph_props, match_props);