Lines Matching refs:out_string
89 buffer->out_string = buffer->alt_string; in hb_buffer_ensure()
93 buffer->out_string = buffer->in_string; in hb_buffer_ensure()
119 buffer->out_string = buffer->alt_string; in hb_buffer_duplicate_out_buffer()
120 …memcpy( buffer->out_string, buffer->in_string, buffer->out_length * sizeof (buffer->out_string[0])… in hb_buffer_duplicate_out_buffer()
154 buffer->out_string = NULL; in hb_buffer_free()
166 buffer->out_string = buffer->in_string; in hb_buffer_clear()
204 buffer->out_string = buffer->in_string; in _hb_buffer_clear_output()
234 buffer->in_string = buffer->out_string; in _hb_buffer_swap()
235 buffer->out_string = tmp_string; in _hb_buffer_swap()
236 buffer->alt_string = buffer->out_string; in _hb_buffer_swap()
300 HB_GlyphItem item = &buffer->out_string[buffer->out_pos + i]; in _hb_buffer_add_output_glyphs()
341 buffer->out_string[buffer->out_pos] = buffer->in_string[buffer->in_pos]; in _hb_buffer_copy_output_glyph()
365 buffer->out_string[buffer->out_pos-1].gindex = glyph_index; in _hb_buffer_replace_output_glyph()