HomeSort by relevance Sort by last modified time
    Searched full:putglyph (Results 1 - 3 of 3) sorted by null

  /external/libvterm/src/
state.c 20 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);
211 putglyph(state, state->combine_chars, state->combine_width, state->combine_pos);
265 putglyph(state, chars, width, state->pos);
556 putglyph(state, E, 1, pos);
    [all...]
screen.c 170 static int putglyph(VTermGlyphInfo *info, VTermPos pos, void *user) function
572 .putglyph = &putglyph,
  /external/libvterm/include/
vterm.h 179 int (*putglyph)(VTermGlyphInfo *info, VTermPos pos, void *user); member in struct:__anon8712

Completed in 70 milliseconds