Home
last modified time | relevance | path

Searched refs:have_output (Results 1 – 2 of 2) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-buffer.cc167 assert (have_output); in make_room_for()
179 assert (have_output); in shift_forward()
202 have_output = false; in get_scratch_buffer()
244 have_output = false; in clear()
295 have_output = false; in remove_output()
308 have_output = true; in clear_output()
321 have_output = false; in clear_positions()
335 assert (have_output); in swap_buffers()
336 have_output = false; in swap_buffers()
383 if (!have_output) in move_to()
[all …]
Dhb-buffer.hh105 bool have_output; /* Whether we have an output buffer going on */ member
193 unsigned int backtrack_len () const { return have_output? out_len : idx; } in backtrack_len()
263 if (have_output) in next_glyph()
280 if (have_output) in next_glyphs()