Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-ot-layout-gsub-table.hh89 c->replace_glyph (glyph_id); in apply()
174 c->replace_glyph (glyph_id); in apply()
286 c->replace_glyph (substitute.array[0]); in apply()
525 c->replace_glyph (glyph_id); in apply()
648 c->replace_glyph (ligGlyph); in apply()
Dhb-buffer-private.hh198 HB_INTERNAL void replace_glyph (hb_codepoint_t glyph_index);
Dhb-ot-layout-gsubgpos-private.hh575 inline void replace_glyph (hb_codepoint_t glyph_index) const in replace_glyph() function
578 buffer->replace_glyph (glyph_index); in replace_glyph()
589 buffer->replace_glyph (glyph_index); in replace_glyph_with_ligature()
Dhb-buffer.cc450 hb_buffer_t::replace_glyph (hb_codepoint_t glyph_index) in replace_glyph() function in hb_buffer_t