HomeSort by relevance Sort by last modified time
    Searched full:glyph_props (Results 1 - 7 of 7) 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-uniscribe.cc 805 ALLOCATE_ARRAY (SCRIPT_GLYPHPROP, glyph_props, glyphs_size);
811 * We can't touch the contents of glyph_props. Our fallback
917 glyph_props + glyphs_offset,
956 glyph_props + glyphs_offset,
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...]
hb-ot-layout-gdef-table.hh 389 /* glyph_props is a 16-bit integer where the lower 8-bit have bits representing
hb-ot-shape-complex-use.cc 522 /* TODO Set glyph_props? */
hb-ot-layout-common-private.hh 609 * Not to be confused with glyph_props which is very similar. */
    [all...]
hb-ot-shape-complex-indic.cc     [all...]

Completed in 601 milliseconds