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

  /external/harfbuzz_ng/src/
hb-buffer-private.hh 71 hb_glyph_info_t *out_info; member in struct:hb_buffer_t
80 inline hb_glyph_info_t &prev (void) { return out_info[out_len - 1]; }
142 if (unlikely (out_info != info || out_len != idx)) {
144 out_info[out_len] = info[idx];
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-buffer-private.hh 71 hb_glyph_info_t *out_info; member in struct:hb_buffer_t
80 inline hb_glyph_info_t &prev (void) { return out_info[out_len - 1]; }
83 inline bool has_separate_output (void) const { return info != out_info; }
147 if (unlikely (out_info != info || out_len != idx)) {
149 out_info[out_len] = info[idx];

Completed in 37 milliseconds