Lines Matching refs:char_framebuffer
30 struct char_framebuffer { struct
68 static struct char_framebuffer char_fb; argument
102 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()
403 struct char_framebuffer *fb = &char_fb; in cfb_draw_circle()
444 const struct char_framebuffer *fb = &char_fb; in cfb_invert_area()
528 static int cfb_invert(const struct char_framebuffer *fb) in cfb_invert()
539 const struct char_framebuffer *fb = &char_fb; in cfb_framebuffer_clear()
556 struct char_framebuffer *fb = &char_fb; in cfb_framebuffer_invert()
566 const struct char_framebuffer *fb = &char_fb; in cfb_framebuffer_finalize()
595 const struct char_framebuffer *fb = &char_fb; in cfb_get_display_parameter()
620 struct char_framebuffer *fb = &char_fb; in cfb_framebuffer_set_font()
634 const struct char_framebuffer *fb = &char_fb; in cfb_get_font_size()
660 const struct char_framebuffer *fb = &char_fb; in cfb_get_numof_fonts()
668 struct char_framebuffer *fb = &char_fb; in cfb_framebuffer_init()
703 struct char_framebuffer *fb = &char_fb; in cfb_framebuffer_deinit()