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.hh83 c->replace_glyph (glyph_id); in apply()
159 c->replace_glyph (glyph_id); in apply()
289 c->replace_glyph (substitute.array[0]); in apply()
515 c->replace_glyph (glyph_id); in apply()
645 c->replace_glyph (ligGlyph); in apply()
Dhb-buffer-private.hh131 HB_INTERNAL void replace_glyph (hb_codepoint_t glyph_index);
Dhb-ot-layout-gsubgpos-private.hh600 inline void replace_glyph (hb_codepoint_t glyph_index) const in replace_glyph() function
603 buffer->replace_glyph (glyph_index); in replace_glyph()
614 buffer->replace_glyph (glyph_index); in replace_glyph_with_ligature()
Dhb-buffer.cc402 hb_buffer_t::replace_glyph (hb_codepoint_t glyph_index) in replace_glyph() function in hb_buffer_t