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

  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-buffer-private.hh 132 HB_INTERNAL void replace_glyph (hb_codepoint_t glyph_index);
hb-ot-layout-gsub-table.hh 83 c->replace_glyph (glyph_id);
159 c->replace_glyph (glyph_id);
280 c->replace_glyph (substitute.array[0]);
504 c->replace_glyph (glyph_id);
    [all...]
hb-ot-layout-gsubgpos-private.hh 583 inline void replace_glyph (hb_codepoint_t glyph_index) const function in struct:OT::hb_apply_context_t
586 buffer->replace_glyph (glyph_index);
597 buffer->replace_glyph (glyph_index);
    [all...]
hb-buffer.cc 401 hb_buffer_t::replace_glyph (hb_codepoint_t glyph_index) function in class:hb_buffer_t
  /external/harfbuzz_ng/src/
hb-buffer-private.hh 133 HB_INTERNAL void replace_glyph (hb_codepoint_t glyph_index);
hb-ot-layout-gsub-table.hh 83 c->replace_glyph (glyph_id);
159 c->replace_glyph (glyph_id);
289 c->replace_glyph (substitute.array[0]);
515 c->replace_glyph (glyph_id);
645 c->replace_glyph (ligGlyph);
    [all...]
hb-ot-layout-gsubgpos-private.hh 581 inline void replace_glyph (hb_codepoint_t glyph_index) const function in struct:OT::hb_apply_context_t
584 buffer->replace_glyph (glyph_index);
595 buffer->replace_glyph (glyph_index);
    [all...]
hb-buffer.cc 402 hb_buffer_t::replace_glyph (hb_codepoint_t glyph_index) function in class:hb_buffer_t

Completed in 217 milliseconds