Searched refs:putglyph (Results 1 – 3 of 3) sorted by relevance
/external/libvterm/src/ |
D | state.c | 14 static void putglyph(VTermState *state, const uint32_t chars[], int width, VTermPos pos) in putglyph() function 24 if(state->callbacks && state->callbacks->putglyph) in putglyph() 25 if((*state->callbacks->putglyph)(&info, pos, state->cbdata)) in putglyph() 305 putglyph(state, state->combine_chars, state->combine_width, state->combine_pos); in on_text() 367 putglyph(state, chars, width, state->pos); in on_text() 615 putglyph(state, E, 1, pos); in on_escape() 1187 putglyph(state, state->combine_chars, state->combine_width, state->pos); in on_csi()
|
D | screen.c | 172 static int putglyph(VTermGlyphInfo *info, VTermPos pos, void *user) in putglyph() function 611 .putglyph = &putglyph,
|
/external/libvterm/include/ |
D | vterm.h | 351 int (*putglyph)(VTermGlyphInfo *info, VTermPos pos, void *user); member
|