Lines Matching refs:hb_glyph_info_t
291 hb_glyph_info_t *info = buffer->info; in arabic_joining()
349 hb_glyph_info_t *info = buffer->info; in mongolian_variation_selectors()
367 hb_glyph_info_t *info = buffer->info; in setup_masks_arabic_plan()
430 hb_glyph_info_t *info = buffer->info; in record_stch()
464 hb_glyph_info_t *info = buffer->info; in apply_stch()
617 info_is_mcm (const hb_glyph_info_t &info) in info_is_mcm()
632 hb_glyph_info_t *info = buffer->info; in reorder_marks_arabic()
661 hb_glyph_info_t temp[HB_OT_SHAPE_COMPLEX_MAX_COMBINING_MARKS]; in reorder_marks_arabic()
664 memmove (temp, &info[i], (j - i) * sizeof (hb_glyph_info_t)); in reorder_marks_arabic()
665 memmove (&info[start + j - i], &info[start], (i - start) * sizeof (hb_glyph_info_t)); in reorder_marks_arabic()
666 memmove (&info[start], temp, (j - i) * sizeof (hb_glyph_info_t)); in reorder_marks_arabic()