Searched defs:have_output (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-buffer-private.hh60 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)
/external/harfbuzz_ng/src/
H A Dhb-buffer-private.hh62 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)

Completed in 1494 milliseconds