Home
last modified time | relevance | path

Searched refs:char_framebuffer (Results 1 – 1 of 1) sorted by relevance

/Zephyr-4.3.0/subsys/fb/
Dcfb.c30 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()
[all …]