Home
last modified time | relevance | path

Searched refs:replace_glyphs (Results 1 – 4 of 4) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-ot-shape-complex-hangul.cc232 buffer->replace_glyphs (1, 2, chars); in preprocess_text_hangul()
274 buffer->replace_glyphs (t ? 3 : 2, 1, &s); in preprocess_text_hangul()
324 buffer->replace_glyphs (2, 1, &new_s); in preprocess_text_hangul()
350 buffer->replace_glyphs (1, s_len, decomposed); in preprocess_text_hangul()
Dhb-ot-shape-normalize.cc232 buffer->replace_glyphs (2, 1, &unicode); in handle_variation_selector_cluster()
Dhb-buffer.hh213 HB_INTERNAL void replace_glyphs (unsigned int num_in,
Dhb-buffer.cc357 hb_buffer_t::replace_glyphs (unsigned int num_in, in replace_glyphs() function in hb_buffer_t