HomeSort by relevance Sort by last modified time
    Searched defs:have_output (Results 1 - 2 of 2) 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)
  /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)

Completed in 34 milliseconds