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()
1391 hb_glyph_info_t *
1398 return (hb_glyph_info_t *) buffer->info; in hb_buffer_get_glyph_infos()
1440 (hb_glyph_info_get_glyph_flags) (const hb_glyph_info_t *info) in hb_glyph_flags_t()
1789 compare_info_codepoint (const hb_glyph_info_t *pa, in compare_info_codepoint()
1790 const hb_glyph_info_t *pb) in compare_info_codepoint()
1865 hb_glyph_info_t *info = buffer->info; in hb_buffer_normalize_glyphs()
1878 …nsigned int start, unsigned int end, int(*compar)(const hb_glyph_info_t *, const hb_glyph_info_t *… in sort() argument
1891 hb_glyph_info_t t = info[i]; in sort()
1892 memmove (&info[j + 1], &info[j], (i - j) * sizeof (hb_glyph_info_t)); in sort()
1936 const hb_glyph_info_t *info = reference->info; in hb_buffer_diff()
1952 const hb_glyph_info_t *buf_info = buffer->info; in hb_buffer_diff()
1953 const hb_glyph_info_t *ref_info = reference->info; in hb_buffer_diff()