Home
last modified time | relevance | path

Searched refs:merge_out_clusters (Results 1 – 6 of 6) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-ot-shape-complex-hangul.cc207 buffer->merge_out_clusters (start, end + 1); in preprocess_text_hangul()
295 buffer->merge_out_clusters (start, end); in preprocess_text_hangul()
372 buffer->merge_out_clusters (start, end); in preprocess_text_hangul()
Dhb-ot-shape-complex-thai.cc345 buffer->merge_out_clusters (start, end); in preprocess_text_thai()
357 buffer->merge_out_clusters (start - 1, end); in preprocess_text_thai()
Dhb-buffer.hh314 HB_INTERNAL void merge_out_clusters (unsigned int start, unsigned int end);
Dhb-ot-shape-normalize.cc452 buffer->merge_out_clusters (starter, buffer->out_len); in _hb_ot_shape_normalize()
Dhb-aat-layout-morx-table.hh546 buffer->merge_out_clusters (match_positions[cursor], buffer->out_len); in transition()
Dhb-buffer.cc546 hb_buffer_t::merge_out_clusters (unsigned int start, in merge_out_clusters() function in hb_buffer_t