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

  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-buffer-private.hh 61 bool have_output; /* Whether we have an output buffer going on */ member in struct:hb_buffer_t
66 unsigned int out_len; /* Length of ->out array if have_output */
104 { return have_output? out_len : idx; }
144 if (have_output)
hb-buffer.cc 133 assert (have_output);
145 assert (have_output);
158 have_output = false;
197 have_output = false;
248 have_output = false;
261 have_output = true;
274 have_output = false;
288 assert (have_output);
289 have_output = false;
365 if (!have_output)
    [all...]
  /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 */
105 { return have_output? out_len : idx; }
145 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 195 milliseconds