HomeSort by relevance Sort by last modified time
    Searched refs:have_output (Results 1 - 2 of 2) sorted by null

  /external/harfbuzz_ng/src/
hb-buffer-private.hh 60 bool have_output; /* Whether we have an output buffer going on */ member in struct:hb_buffer_t
65 unsigned int out_len; /* Length of ->out array if have_output */
103 { return have_output? out_len : idx; }
143 if (have_output)
hb-buffer.cc 133 assert (have_output);
145 assert (have_output);
158 have_output = false;
198 have_output = false;
249 have_output = false;
262 have_output = true;
275 have_output = false;
289 assert (have_output);
290 have_output = false;
366 if (!have_output)
    [all...]

Completed in 219 milliseconds