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.hh 152 #define glyph_props() var1.u16[0] /* GDEF glyph properties */ macro
477 if ((info->glyph_props() & HB_OT_LAYOUT_GLYPH_PROPS_LIGATURE) &&
492 /* glyph_props: */
497 info->glyph_props() = props;
503 return info->glyph_props();
509 return !!(info->glyph_props() & HB_OT_LAYOUT_GLYPH_PROPS_BASE_GLYPH);
515 return !!(info->glyph_props() & HB_OT_LAYOUT_GLYPH_PROPS_LIGATURE);
521 return !!(info->glyph_props() & HB_OT_LAYOUT_GLYPH_PROPS_MARK);
527 return !!(info->glyph_props() & HB_OT_LAYOUT_GLYPH_PROPS_SUBSTITUTED);
533 return !!(info->glyph_props() & HB_OT_LAYOUT_GLYPH_PROPS_LIGATED)
610 #undef glyph_props macro
    [all...]
hb-uniscribe.cc 781 ALLOCATE_ARRAY (SCRIPT_GLYPHPROP, glyph_props, glyphs_size);
787 * We can't touch the contents of glyph_props. Our fallback
899 glyph_props + glyphs_offset,
938 glyph_props + glyphs_offset,
hb-ot-layout-gsubgpos.hh 523 unsigned int glyph_props,
537 return (match_props & LookupFlag::MarkAttachmentType) == (glyph_props & LookupFlag::MarkAttachmentType);
546 unsigned int glyph_props = _hb_glyph_info_get_glyph_props (info); local
551 if (glyph_props & match_props & LookupFlag::IgnoreFlags)
554 if (unlikely (glyph_props & HB_OT_LAYOUT_GLYPH_PROPS_MARK))
555 return match_properties_mark (glyph, glyph_props, match_props);
    [all...]

Completed in 371 milliseconds