Searched refs:out_info (Results 1 – 7 of 7) sorted by relevance
129 bool separate_out = out_info != info; in enlarge()154 out_info = separate_out ? (hb_glyph_info_t *) pos : info; in enlarge()167 if (out_info == info && in make_room_for()172 out_info = (hb_glyph_info_t *) pos; in make_room_for()173 memcpy (out_info, info, out_len * sizeof (out_info[0])); in make_room_for()199 out_info = info; in get_scratch_buffer()242 out_info = info; in clear()291 out_info = info; in remove_output()304 out_info = info; in clear_output()317 out_info = info; in clear_positions()[all …]
334 …_hb_glyph_info_set_general_category (&buffer->out_info[end - 2], HB_UNICODE_GENERAL_CATEGORY_NON_S… in preprocess_text_thai()338 while (start > 0 && IS_TONE_MARK (buffer->out_info[start - 1].codepoint)) in preprocess_text_thai()345 hb_glyph_info_t t = buffer->out_info[end - 2]; in preprocess_text_thai()346 memmove (buffer->out_info + start + 1, in preprocess_text_thai()347 buffer->out_info + start, in preprocess_text_thai()348 sizeof (buffer->out_info[0]) * (end - start - 2)); in preprocess_text_thai()349 buffer->out_info[start] = t; in preprocess_text_thai()
99 hb_glyph_info_t *out_info; member108 inline hb_glyph_info_t &prev (void) { return out_info[out_len ? out_len - 1 : 0]; } in prev()109 inline hb_glyph_info_t prev (void) const { return out_info[out_len ? out_len - 1 : 0]; } in prev()111 inline bool has_separate_output (void) const { return info != out_info; } in has_separate_output()212 if (unlikely (out_info != info || out_len != idx)) { in next_glyph()214 out_info[out_len] = info[idx]; in next_glyph()
387 buffer->out_info[starter].codepoint, in _hb_ot_shape_normalize()400 buffer->out_info[starter].codepoint = composed; in _hb_ot_shape_normalize()401 buffer->out_info[starter].glyph_index() = glyph; in _hb_ot_shape_normalize()402 _hb_glyph_info_set_unicode_props (&buffer->out_info[starter], buffer); in _hb_ot_shape_normalize()
209 hb_glyph_info_t *info = buffer->out_info; in preprocess_text_hangul()350 hb_glyph_info_t *info = buffer->out_info; in preprocess_text_hangul()
410 const hb_glyph_info_t &info = c->buffer->out_info[idx]; in prev()
370 VKI_XEN_GUEST_HANDLE_64(vki_xen_guest_tsc_info_t) out_info; /* OUT */