HomeSort by relevance Sort by last modified time
    Searched defs:glyph_props (Results 1 - 2 of 2) sorted by null

  /external/harfbuzz_ng/src/
hb-ot-layout-private.hh 186 #define glyph_props() var1.u16[0] /* GDEF glyph properties */ macro
459 if ((info->glyph_props() & HB_OT_LAYOUT_GLYPH_PROPS_LIGATURE) &&
474 /* glyph_props: */
479 info->glyph_props() = props;
485 return info->glyph_props();
491 return !!(info->glyph_props() & HB_OT_LAYOUT_GLYPH_PROPS_BASE_GLYPH);
497 return !!(info->glyph_props() & HB_OT_LAYOUT_GLYPH_PROPS_LIGATURE);
503 return !!(info->glyph_props() & HB_OT_LAYOUT_GLYPH_PROPS_MARK);
509 return !!(info->glyph_props() & HB_OT_LAYOUT_GLYPH_PROPS_SUBSTITUTED);
515 return !!(info->glyph_props() & HB_OT_LAYOUT_GLYPH_PROPS_LIGATED)
592 #undef glyph_props macro
    [all...]
hb-ot-layout-gsubgpos-private.hh 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); local
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);
    [all...]

Completed in 728 milliseconds