Home | History | Annotate | Download | only in src

Lines Matching refs:glyph_props

152 #define glyph_props()		var1.u16[0] /* GDEF glyph properties */
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);
539 return !!(info->glyph_props() & HB_OT_LAYOUT_GLYPH_PROPS_MULTIPLIED);
551 info->glyph_props() &= ~(HB_OT_LAYOUT_GLYPH_PROPS_LIGATED |
558 info->glyph_props() &= ~(HB_OT_LAYOUT_GLYPH_PROPS_SUBSTITUTED);
585 HB_BUFFER_ALLOCATE_VAR (buffer, glyph_props);
595 HB_BUFFER_DEALLOCATE_VAR (buffer, glyph_props);
601 HB_BUFFER_ASSERT_VAR (buffer, glyph_props);
610 #undef glyph_props