HomeSort by relevance Sort by last modified time
    Searched refs:replace_glyphs (Results 1 - 10 of 10) sorted by null

  /external/harfbuzz_ng/src/
hb-ot-shape-complex-hangul.cc 224 buffer->replace_glyphs (1, 2, chars);
265 buffer->replace_glyphs (t ? 3 : 2, 1, &s);
314 buffer->replace_glyphs (2, 1, &new_s);
338 buffer->replace_glyphs (1, s_len, decomposed);
hb-buffer-private.hh 129 HB_INTERNAL void replace_glyphs (unsigned int num_in,
hb-ot-shape-complex-thai.cc 329 buffer->replace_glyphs (1, 2, decomposed);
hb-ot-shape-normalize.cc 226 buffer->replace_glyphs (2, 1, &buffer->cur().codepoint);
hb-buffer.cc 311 hb_buffer_t::replace_glyphs (unsigned int num_in, function in class:hb_buffer_t
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-shape-complex-hangul.cc 224 buffer->replace_glyphs (1, 2, chars);
265 buffer->replace_glyphs (t ? 3 : 2, 1, &s);
314 buffer->replace_glyphs (2, 1, &new_s);
338 buffer->replace_glyphs (1, s_len, decomposed);
hb-buffer-private.hh 128 HB_INTERNAL void replace_glyphs (unsigned int num_in,
hb-ot-shape-complex-thai.cc 329 buffer->replace_glyphs (1, 2, decomposed);
hb-ot-shape-normalize.cc 226 buffer->replace_glyphs (2, 1, &buffer->cur().codepoint);
hb-buffer.cc 310 hb_buffer_t::replace_glyphs (unsigned int num_in, function in class:hb_buffer_t

Completed in 180 milliseconds