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.cc211 buffer->merge_out_clusters (start, end + 1); in preprocess_text_hangul()
300 buffer->merge_out_clusters (start, end); in preprocess_text_hangul()
377 buffer->merge_out_clusters (start, end); in preprocess_text_hangul()
Dhb-ot-shape-complex-thai.cc353 buffer->merge_out_clusters (start, end); in preprocess_text_thai()
365 buffer->merge_out_clusters (start - 1, end); in preprocess_text_thai()
Dhb-buffer.hh316 HB_INTERNAL void merge_out_clusters (unsigned int start, unsigned int end);
Dhb-ot-shape-normalize.cc456 buffer->merge_out_clusters (starter, buffer->out_len); in _hb_ot_shape_normalize()
Dhb-aat-layout-morx-table.hh540 …buffer->merge_out_clusters (match_positions[cursor % ARRAY_LENGTH (match_positions)], buffer->out_… in transition()
Dhb-buffer.cc546 hb_buffer_t::merge_out_clusters (unsigned int start, in merge_out_clusters() function in hb_buffer_t