Lines Matching full:glyph_props
186 #define glyph_props() var1.u16[0] /* GDEF glyph properties */
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);
521 return !!(info->glyph_props() & HB_OT_LAYOUT_GLYPH_PROPS_MULTIPLIED);
533 info->glyph_props() &= ~(HB_OT_LAYOUT_GLYPH_PROPS_LIGATED |
540 info->glyph_props() &= ~(HB_OT_LAYOUT_GLYPH_PROPS_SUBSTITUTED);
567 HB_BUFFER_ALLOCATE_VAR (buffer, glyph_props);
577 HB_BUFFER_DEALLOCATE_VAR (buffer, glyph_props);
583 glyph_props);
592 #undef glyph_props