Searched refs:out_info (Results 1 – 7 of 7) sorted by relevance
92 bool separate_out = out_info != info; in enlarge()117 out_info = separate_out ? (hb_glyph_info_t *) pos : info; in enlarge()130 if (out_info == info && in make_room_for()135 out_info = (hb_glyph_info_t *) pos; in make_room_for()136 memcpy (out_info, info, out_len * sizeof (out_info[0])); in make_room_for()162 out_info = info; in get_scratch_buffer()204 out_info = info; in clear()253 out_info = info; in remove_output()266 out_info = info; in clear_output()279 out_info = info; in clear_positions()[all …]
335 …_hb_glyph_info_set_general_category (&buffer->out_info[end - 2], HB_UNICODE_GENERAL_CATEGORY_NON_S… in preprocess_text_thai()339 while (start > 0 && IS_TONE_MARK (buffer->out_info[start - 1].codepoint)) in preprocess_text_thai()346 hb_glyph_info_t t = buffer->out_info[end - 2]; in preprocess_text_thai()347 memmove (buffer->out_info + start + 1, in preprocess_text_thai()348 buffer->out_info + start, in preprocess_text_thai()349 sizeof (buffer->out_info[0]) * (end - start - 2)); in preprocess_text_thai()350 buffer->out_info[start] = t; in preprocess_text_thai()
69 hb_glyph_info_t *out_info; member78 inline hb_glyph_info_t &prev (void) { return out_info[out_len - 1]; } in prev()81 inline bool has_separate_output (void) const { return info != out_info; } in has_separate_output()145 if (unlikely (out_info != info || out_len != idx)) { in next_glyph()147 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->unicode); in _hb_ot_shape_normalize()
208 hb_glyph_info_t *info = buffer->out_info; in preprocess_text_hangul()354 hb_glyph_info_t *info = buffer->out_info; in preprocess_text_hangul()
502 const hb_glyph_info_t &info = c->buffer->out_info[idx]; in prev()
312 VKI_XEN_GUEST_HANDLE_64(vki_xen_guest_tsc_info_t) out_info; /* OUT */