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

  /external/harfbuzz_ng/src/
hb-ot-layout-private.hh 195 #define glyph_props() var1.u16[0] /* GDEF glyph properties */ macro
491 if ((info->glyph_props() & HB_OT_LAYOUT_GLYPH_PROPS_LIGATURE) &&
506 /* glyph_props: */
511 info->glyph_props() = props;
517 return info->glyph_props();
523 return !!(info->glyph_props() & HB_OT_LAYOUT_GLYPH_PROPS_BASE_GLYPH);
529 return !!(info->glyph_props() & HB_OT_LAYOUT_GLYPH_PROPS_LIGATURE);
535 return !!(info->glyph_props() & HB_OT_LAYOUT_GLYPH_PROPS_MARK);
541 return !!(info->glyph_props() & HB_OT_LAYOUT_GLYPH_PROPS_SUBSTITUTED);
547 return !!(info->glyph_props() & HB_OT_LAYOUT_GLYPH_PROPS_LIGATED)
624 #undef glyph_props macro
    [all...]
hb-uniscribe.cc 807 ALLOCATE_ARRAY (SCRIPT_GLYPHPROP, glyph_props, glyphs_size);
813 * We can't touch the contents of glyph_props. Our fallback
919 glyph_props + glyphs_offset,
958 glyph_props + glyphs_offset,
hb-ot-layout-gsubgpos-private.hh 510 unsigned int glyph_props,
524 return (match_props & LookupFlag::MarkAttachmentType) == (glyph_props & LookupFlag::MarkAttachmentType);
534 unsigned int glyph_props = _hb_glyph_info_get_glyph_props (info); local
539 if (glyph_props & match_props & LookupFlag::IgnoreFlags)
542 if (unlikely (glyph_props & HB_OT_LAYOUT_GLYPH_PROPS_MARK))
543 return match_properties_mark (glyph, glyph_props, match_props);
    [all...]

Completed in 211 milliseconds