Searched refs:putglyph (Results 1 - 3 of 3) sorted by relevance

/haiku/src/apps/serialconnect/libvterm/src/
H A Dstate.c20 static void putglyph(VTermState *state, const uint32_t chars[], int width, VTermPos pos) function
30 if(state->callbacks && state->callbacks->putglyph)
31 if((*state->callbacks->putglyph)(&info, pos, state->cbdata))
34 fprintf(stderr, "libvterm: Unhandled putglyph U+%04x at (%d,%d)\n", chars[0], pos.col, pos.row);
261 putglyph(state, state->combine_chars, state->combine_width, state->combine_pos);
319 putglyph(state, chars, width, state->pos);
636 putglyph(state, E, 1, pos);
H A Dscreen.c173 static int putglyph(VTermGlyphInfo *info, VTermPos pos, void *user) function
615 .putglyph = &putglyph,
/haiku/src/apps/serialconnect/libvterm/include/
H A Dvterm.h182 int (*putglyph)(VTermGlyphInfo *info, VTermPos pos, void *user); member in struct:__anon13

Completed in 104 milliseconds