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 173 #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() & HB_OT_LAYOUT_GLYPH_PROPS_LIGATED)
456 #undef glyph_props macro
    [all...]
hb-uniscribe.cc 793 ALLOCATE_ARRAY (SCRIPT_GLYPHPROP, glyph_props, glyphs_size);
799 * We can't touch the contents of glyph_props. Our fallback
905 glyph_props + glyphs_offset,
944 glyph_props + glyphs_offset,
hb-ot-layout-gsubgpos-private.hh 535 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);
    [all...]

Completed in 98 milliseconds