Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-ot-shape-complex-hangul.cc229 buffer->replace_glyphs (1, 2, chars); in preprocess_text_hangul()
271 buffer->replace_glyphs (t ? 3 : 2, 1, &s); in preprocess_text_hangul()
321 buffer->replace_glyphs (2, 1, &new_s); in preprocess_text_hangul()
347 buffer->replace_glyphs (1, s_len, decomposed); in preprocess_text_hangul()
Dhb-ot-shape-complex-thai.cc329 buffer->replace_glyphs (1, 2, decomposed); in preprocess_text_thai()
Dhb-buffer-private.hh210 HB_INTERNAL void replace_glyphs (unsigned int num_in,
Dhb-ot-shape-normalize.cc226 buffer->replace_glyphs (2, 1, &buffer->cur().codepoint); in handle_variation_selector_cluster()
Dhb-buffer.cc351 hb_buffer_t::replace_glyphs (unsigned int num_in, in replace_glyphs() function in hb_buffer_t