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 90 bool have_output; /* Whether we have an output buffer going on */ member in struct:hb_buffer_t
95 unsigned int out_len; /* Length of ->out array if have_output */
175 { return have_output? out_len : idx; }
210 if (have_output)
hb-buffer.cc 170 assert (have_output);
182 assert (have_output);
195 have_output = false;
236 have_output = false;
287 have_output = false;
300 have_output = true;
313 have_output = false;
327 assert (have_output);
328 have_output = false;
404 if (!have_output)
    [all...]

Completed in 5526 milliseconds