Searched refs:out_info (Results 1 - 7 of 7) sorted by relevance

/external/harfbuzz_ng/src/
H A Dhb-buffer.cc95 * There are two info pointers: info and out_info. They always have
98 * As an optimization, both info and out_info may point to the
104 * As soon as out_info gets longer than info, out_info is moved over
108 * switches info and out_info.
129 bool separate_out = out_info != info;
154 out_info = separate_out ? (hb_glyph_info_t *) pos : info;
167 if (out_info == info &&
172 out_info = (hb_glyph_info_t *) pos;
173 memcpy (out_info, inf
[all...]
H A Dhb-buffer-private.hh99 hb_glyph_info_t *out_info; member in struct:hb_buffer_t
108 inline hb_glyph_info_t &prev (void) { return out_info[out_len ? out_len - 1 : 0]; }
109 inline hb_glyph_info_t prev (void) const { return out_info[out_len ? out_len - 1 : 0]; }
111 inline bool has_separate_output (void) const { return info != out_info; }
212 if (unlikely (out_info != info || out_len != idx)) {
214 out_info[out_len] = info[idx];
H A Dhb-ot-shape-complex-thai.cc334 _hb_glyph_info_set_general_category (&buffer->out_info[end - 2], HB_UNICODE_GENERAL_CATEGORY_NON_SPACING_MARK);
338 while (start > 0 && IS_TONE_MARK (buffer->out_info[start - 1].codepoint))
345 hb_glyph_info_t t = buffer->out_info[end - 2];
346 memmove (buffer->out_info + start + 1,
347 buffer->out_info + start,
348 sizeof (buffer->out_info[0]) * (end - start - 2));
349 buffer->out_info[start] = t;
H A Dhb-ot-shape-normalize.cc387 buffer->out_info[starter].codepoint,
400 buffer->out_info[starter].codepoint = composed;
401 buffer->out_info[starter].glyph_index() = glyph;
402 _hb_glyph_info_set_unicode_props (&buffer->out_info[starter], buffer);
H A Dhb-ot-shape-complex-hangul.cc209 hb_glyph_info_t *info = buffer->out_info;
348 * that are now in buffer->out_info.
350 hb_glyph_info_t *info = buffer->out_info;
H A Dhb-ot-layout-gsubgpos-private.hh410 const hb_glyph_info_t &info = c->buffer->out_info[idx];
/external/valgrind/include/vki/
H A Dvki-xen-domctl.h370 VKI_XEN_GUEST_HANDLE_64(vki_xen_guest_tsc_info_t) out_info; /* OUT */ member in struct:vki_xen_domctl_tsc_info

Completed in 418 milliseconds