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

  /external/harfbuzz_ng/src/
hb-buffer-private.hh 62 bool have_output; /* Whether we have an output buffer going on */ member in struct:hb_buffer_t
67 unsigned int out_len; /* Length of ->out array if have_output */
103 { return have_output? out_len : idx; }
140 if (have_output)
hb-buffer.cc 133 assert (have_output);
145 have_output = false;
183 have_output = false;
234 have_output = false;
247 have_output = true;
260 have_output = false;
274 assert (have_output);
275 have_output = false;
631 true, /* have_output */

Completed in 52 milliseconds