Searched refs:replace_glyphs (Results 1 – 5 of 5) sorted by relevance
/external/harfbuzz_ng/src/ |
D | hb-ot-shape-complex-hangul.cc | 233 buffer->replace_glyphs (1, 2, chars); in preprocess_text_hangul() 274 buffer->replace_glyphs (t ? 3 : 2, 1, &s); in preprocess_text_hangul() 323 buffer->replace_glyphs (2, 1, &new_s); in preprocess_text_hangul() 347 buffer->replace_glyphs (1, s_len, decomposed); in preprocess_text_hangul()
|
D | hb-buffer-private.hh | 127 HB_INTERNAL void replace_glyphs (unsigned int num_in,
|
D | hb-ot-shape-complex-thai.cc | 329 buffer->replace_glyphs (1, 2, decomposed); in preprocess_text_thai()
|
D | hb-ot-shape-normalize.cc | 226 buffer->replace_glyphs (2, 1, &buffer->cur().codepoint); in handle_variation_selector_cluster()
|
D | hb-buffer.cc | 311 hb_buffer_t::replace_glyphs (unsigned int num_in, in replace_glyphs() function in hb_buffer_t
|