Searched defs:glyph_props (Results 1 - 2 of 2) sorted by relevance

/external/harfbuzz_ng/src/
H A Dhb-ot-layout-private.hh195 #define glyph_props() var1.u16[0] /* GDEF glyph properties */ macro
500 if ((info->glyph_props() & HB_OT_LAYOUT_GLYPH_PROPS_LIGATURE) &&
515 /* glyph_props: */
520 info->glyph_props() = props;
526 return info->glyph_props();
532 return !!(info->glyph_props() & HB_OT_LAYOUT_GLYPH_PROPS_BASE_GLYPH);
538 return !!(info->glyph_props() & HB_OT_LAYOUT_GLYPH_PROPS_LIGATURE);
544 return !!(info->glyph_props() & HB_OT_LAYOUT_GLYPH_PROPS_MARK);
550 return !!(info->glyph_props() & HB_OT_LAYOUT_GLYPH_PROPS_SUBSTITUTED);
556 return !!(info->glyph_props()
633 #undef glyph_props macro
[all...]
H A Dhb-ot-layout-gsubgpos-private.hh480 unsigned int glyph_props,
494 return (match_props & LookupFlag::MarkAttachmentType) == (glyph_props & LookupFlag::MarkAttachmentType);
504 unsigned int glyph_props = _hb_glyph_info_get_glyph_props (info); local
509 if (glyph_props & match_props & LookupFlag::IgnoreFlags)
512 if (unlikely (glyph_props & HB_OT_LAYOUT_GLYPH_PROPS_MARK))
513 return match_properties_mark (glyph, glyph_props, match_props);
479 match_properties_mark(hb_codepoint_t glyph, unsigned int glyph_props, unsigned int match_props) const argument

Completed in 92 milliseconds