Searched refs:char_framebuffer (Results 1 – 1 of 1) sorted by relevance
30 struct char_framebuffer { struct68 static struct char_framebuffer char_fb; argument102 static uint8_t draw_char_vtmono(const struct char_framebuffer *fb, in draw_char_vtmono()225 static uint8_t draw_char_htmono(const struct char_framebuffer *fb, in draw_char_htmono()277 static inline void draw_point(struct char_framebuffer *fb, int16_t x, int16_t y) in draw_point()306 static void draw_line(struct char_framebuffer *fb, int16_t x0, int16_t y0, int16_t x1, int16_t y1) in draw_line()339 const struct char_framebuffer *fb = &char_fb; in draw_text()371 struct char_framebuffer *fb = &char_fb; in cfb_draw_point()381 struct char_framebuffer *fb = &char_fb; in cfb_draw_line()391 struct char_framebuffer *fb = &char_fb; in cfb_draw_rect()[all …]