Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-buffer.cc159 have_positions = false; in get_scratch_buffer()
199 have_positions = false; in clear()
250 have_positions = false; in remove_output()
263 have_positions = false; in clear_output()
276 have_positions = true; in clear_positions()
1192 if (buffer->have_positions) in hb_buffer_set_length()
1262 if (!buffer->have_positions) in hb_buffer_get_glyph_positions()
1555 assert (buffer->have_positions); in hb_buffer_normalize_glyphs()
Dhb-buffer-private.hh61 bool have_positions; /* Whether we have positions */ member