Searched refs:putglyph (Results 1 – 3 of 3) sorted by relevance
/haiku/src/apps/serialconnect/libvterm/src/ |
H A D | state.c | 20 static void putglyph(VTermState *state, const uint32_t chars[], int width, VTermPos pos) in putglyph() function 30 if(state->callbacks && state->callbacks->putglyph) in putglyph() 31 if((*state->callbacks->putglyph)(&info, pos, state->cbdata)) in putglyph() 261 putglyph(state, state->combine_chars, state->combine_width, state->combine_pos); in on_text() 319 putglyph(state, chars, width, state->pos); in on_text() 636 putglyph(state, E, 1, pos); in on_escape()
|
H A D | screen.c | 173 static int putglyph(VTermGlyphInfo *info, VTermPos pos, void *user) in putglyph() function 615 .putglyph = &putglyph,
|
/haiku/src/apps/serialconnect/libvterm/include/ |
H A D | vterm.h | 182 int (*putglyph)(VTermGlyphInfo *info, VTermPos pos, void *user); member
|