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()
284 c->replace_glyph (substitute.array[0]); in apply()
521 c->replace_glyph (glyph_id); in apply()
642 c->replace_glyph (ligGlyph); in apply()
Dhb-buffer-private.hh214 HB_INTERNAL void replace_glyph (hb_codepoint_t glyph_index);
Dhb-ot-layout-gsubgpos-private.hh545 inline void replace_glyph (hb_codepoint_t glyph_index) const in replace_glyph() function
548 buffer->replace_glyph (glyph_index); in replace_glyph()
559 buffer->replace_glyph (glyph_index); in replace_glyph_with_ligature()
Dhb-buffer.cc446 hb_buffer_t::replace_glyph (hb_codepoint_t glyph_index) in replace_glyph() function in hb_buffer_t