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

/external/harfbuzz_ng/src/
H A Dhb-ot-layout-private.hh173 #define glyph_props() var1.u16[0] /* GDEF glyph properties */ macro
326 if ((info->glyph_props() & HB_OT_LAYOUT_GLYPH_PROPS_LIGATURE) &&
341 /* glyph_props: */
346 info->glyph_props() = props;
352 return info->glyph_props();
358 return !!(info->glyph_props() & HB_OT_LAYOUT_GLYPH_PROPS_BASE_GLYPH);
364 return !!(info->glyph_props() & HB_OT_LAYOUT_GLYPH_PROPS_LIGATURE);
370 return !!(info->glyph_props() & HB_OT_LAYOUT_GLYPH_PROPS_MARK);
376 return !!(info->glyph_props() & HB_OT_LAYOUT_GLYPH_PROPS_SUBSTITUTED);
382 return !!(info->glyph_props()
456 #undef glyph_props macro
[all...]
H A Dhb-ot-layout-gsubgpos-private.hh535 unsigned int glyph_props,
549 return (lookup_props & LookupFlag::MarkAttachmentType) == (glyph_props & LookupFlag::MarkAttachmentType);
559 unsigned int glyph_props = _hb_glyph_info_get_glyph_props (info); local
564 if (glyph_props & lookup_props & LookupFlag::IgnoreFlags)
567 if (unlikely (glyph_props & HB_OT_LAYOUT_GLYPH_PROPS_MARK))
568 return match_properties_mark (glyph, glyph_props, lookup_props);
534 match_properties_mark(hb_codepoint_t glyph, unsigned int glyph_props, unsigned int lookup_props) const argument

Completed in 251 milliseconds