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.cc 167 assert (have_output);
179 assert (have_output);
202 have_output = false;
244 have_output = false;
295 have_output = false;
308 have_output = true;
321 have_output = false;
335 assert (have_output);
336 have_output = false;
383 if (!have_output)
    [all...]
hb-buffer.hh 105 bool have_output; /* Whether we have an output buffer going on */ member in struct:hb_buffer_t
110 unsigned int out_len; /* Length of ->out array if have_output */
193 unsigned int backtrack_len () const { return have_output? out_len : idx; }
263 if (have_output)
280 if (have_output)

Completed in 212 milliseconds