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

/seL4-refos-master/libs/libvterm/src/
H A Dstate.c20 static void putglyph(VTermState *state, const uint32_t chars[], int width, VTermPos pos) function
28 if(state->callbacks && state->callbacks->putglyph)
29 if((*state->callbacks->putglyph)(&info, pos, state->cbdata))
32 fprintf(stderr, "libvterm: Unhandled putglyph U+%04x at (%d,%d)\n", chars[0], pos.col, pos.row);
205 putglyph(state, state->combine_chars, state->combine_width, state->combine_pos);
259 putglyph(state, chars, width, state->pos);
542 putglyph(state, E, 1, pos);
H A Dscreen.c165 static int putglyph(VTermGlyphInfo *info, VTermPos pos, void *user) function
540 .putglyph = &putglyph,
/seL4-refos-master/projects/refos/impl/libs/libvterm/src/
H A Dstate.c20 static void putglyph(VTermState *state, const uint32_t chars[], int width, VTermPos pos) function
28 if(state->callbacks && state->callbacks->putglyph)
29 if((*state->callbacks->putglyph)(&info, pos, state->cbdata))
32 fprintf(stderr, "libvterm: Unhandled putglyph U+%04x at (%d,%d)\n", chars[0], pos.col, pos.row);
205 putglyph(state, state->combine_chars, state->combine_width, state->combine_pos);
259 putglyph(state, chars, width, state->pos);
542 putglyph(state, E, 1, pos);
H A Dscreen.c165 static int putglyph(VTermGlyphInfo *info, VTermPos pos, void *user) function
540 .putglyph = &putglyph,
/seL4-refos-master/libs/libvterm/include/vterm/
H A Dvterm.h136 int (*putglyph)(VTermGlyphInfo *info, VTermPos pos, void *user); member in struct:__anon658
/seL4-refos-master/projects/refos/impl/libs/libvterm/include/vterm/
H A Dvterm.h136 int (*putglyph)(VTermGlyphInfo *info, VTermPos pos, void *user); member in struct:__anon760

Completed in 88 milliseconds