Home | History | Annotate | Download | only in src

Lines Matching full:glyph_index

563   inline void set_class (hb_codepoint_t glyph_index, unsigned int class_guess) const
566 buffer->cur().glyph_props() = gdef.get_glyph_props (glyph_index);
571 inline void output_glyph (hb_codepoint_t glyph_index,
574 set_class (glyph_index, class_guess);
575 buffer->output_glyph (glyph_index);
577 inline void replace_glyph (hb_codepoint_t glyph_index,
580 set_class (glyph_index, class_guess);
581 buffer->replace_glyph (glyph_index);
583 inline void replace_glyph_inplace (hb_codepoint_t glyph_index,
586 set_class (glyph_index, class_guess);
587 buffer->cur().codepoint = glyph_index;