Searched defs:fb (Results 1 – 3 of 3) sorted by relevance
90 static uint8_t draw_char_vtmono(const struct char_framebuffer *fb, in draw_char_vtmono()186 static inline void draw_point(struct char_framebuffer *fb, int16_t x, int16_t y) in draw_point()207 static void draw_line(struct char_framebuffer *fb, int16_t x0, int16_t y0, int16_t x1, int16_t y1) in draw_line()240 const struct char_framebuffer *fb = &char_fb; in draw_text() local271 struct char_framebuffer *fb = &char_fb; in cfb_draw_point() local281 struct char_framebuffer *fb = &char_fb; in cfb_draw_line() local291 struct char_framebuffer *fb = &char_fb; in cfb_draw_rect() local314 const struct char_framebuffer *fb = &char_fb; in cfb_invert_area() local398 static int cfb_invert(const struct char_framebuffer *fb) in cfb_invert()409 const struct char_framebuffer *fb = &char_fb; in cfb_framebuffer_clear() local[all …]
37 uint8_t *fb[CONFIG_MCUX_DCNANO_LCDIF_FB_NUM]; member
47 uint8_t *fb[CONFIG_MCUX_ELCDIF_FB_NUM]; member