Lines Matching refs:hb_glyph_info_t
125 hb_glyph_info_t *new_info = nullptr; in enlarge()
139 new_info = (hb_glyph_info_t *) realloc (info, new_allocated * sizeof (info[0])); in enlarge()
151 out_info = separate_out ? (hb_glyph_info_t *) pos : info; in enlarge()
169 out_info = (hb_glyph_info_t *) pos; in make_room_for()
264 hb_glyph_info_t *glyph; in add()
279 hb_buffer_t::add_info (const hb_glyph_info_t &glyph_info) in add_info()
340 hb_glyph_info_t *tmp_string; in swap_buffers()
367 hb_glyph_info_t orig_info = info[idx]; in replace_glyphs()
368 hb_glyph_info_t *pinfo = &out_info[out_len]; in replace_glyphs()
464 hb_glyph_info_t t; in reverse_range()
1389 hb_glyph_info_t *
1396 return (hb_glyph_info_t *) buffer->info; in hb_buffer_get_glyph_infos()
1438 (hb_glyph_info_get_glyph_flags) (const hb_glyph_info_t *info) in hb_glyph_flags_t()
1787 compare_info_codepoint (const hb_glyph_info_t *pa, in compare_info_codepoint()
1788 const hb_glyph_info_t *pb) in compare_info_codepoint()
1863 hb_glyph_info_t *info = buffer->info; in hb_buffer_normalize_glyphs()
1876 …nsigned int start, unsigned int end, int(*compar)(const hb_glyph_info_t *, const hb_glyph_info_t *… in sort() argument
1889 hb_glyph_info_t t = info[i]; in sort()
1890 memmove (&info[j + 1], &info[j], (i - j) * sizeof (hb_glyph_info_t)); in sort()
1934 const hb_glyph_info_t *info = reference->info; in hb_buffer_diff()
1950 const hb_glyph_info_t *buf_info = buffer->info; in hb_buffer_diff()
1951 const hb_glyph_info_t *ref_info = reference->info; in hb_buffer_diff()