Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/subsys/fb/
Dcfb.c30 struct char_framebuffer { struct
68 static struct char_framebuffer char_fb; argument
94 static uint8_t draw_char_vtmono(const struct char_framebuffer *fb, in draw_char_vtmono()
212 static inline void draw_point(struct char_framebuffer *fb, int16_t x, int16_t y) in draw_point()
233 static void draw_line(struct char_framebuffer *fb, int16_t x0, int16_t y0, int16_t x1, int16_t y1) in draw_line()
266 const struct char_framebuffer *fb = &char_fb; in draw_text()
297 struct char_framebuffer *fb = &char_fb; in cfb_draw_point()
307 struct char_framebuffer *fb = &char_fb; in cfb_draw_line()
317 struct char_framebuffer *fb = &char_fb; in cfb_draw_rect()
340 const struct char_framebuffer *fb = &char_fb; in cfb_invert_area()
[all …]