Lines Matching refs:hb_glyph_info_t
294 hb_glyph_info_t *info = buffer->info; in arabic_joining()
352 hb_glyph_info_t *info = buffer->info; in mongolian_variation_selectors()
370 hb_glyph_info_t *info = buffer->info; in setup_masks_arabic_plan()
437 hb_glyph_info_t *info = buffer->info; in record_stch()
471 hb_glyph_info_t *info = buffer->info; in apply_stch()
624 info_is_mcm (const hb_glyph_info_t &info) in info_is_mcm()
639 hb_glyph_info_t *info = buffer->info; in reorder_marks_arabic()
668 hb_glyph_info_t temp[HB_OT_SHAPE_COMPLEX_MAX_COMBINING_MARKS]; in reorder_marks_arabic()
671 memmove (temp, &info[i], (j - i) * sizeof (hb_glyph_info_t)); in reorder_marks_arabic()
672 memmove (&info[start + j - i], &info[start], (i - start) * sizeof (hb_glyph_info_t)); in reorder_marks_arabic()
673 memmove (&info[start], temp, (j - i) * sizeof (hb_glyph_info_t)); in reorder_marks_arabic()