Home | History | Annotate | Download | only in src

Lines Matching refs:glyph_props

173 #define glyph_props()		var1.u16[0] /* GDEF glyph properties */
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);
388 return !!(info->glyph_props() & HB_OT_LAYOUT_GLYPH_PROPS_MULTIPLIED);
400 info->glyph_props() &= ~(HB_OT_LAYOUT_GLYPH_PROPS_LIGATED |
431 HB_BUFFER_ALLOCATE_VAR (buffer, glyph_props);
441 HB_BUFFER_DEALLOCATE_VAR (buffer, glyph_props);
447 HB_BUFFER_ASSERT_VAR (buffer, glyph_props);
456 #undef glyph_props