Home
last modified time | relevance | path

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

/Zephyr-Core-3.5.0/subsys/fb/
Dcfb.c207 static void draw_line(struct char_framebuffer *fb, int16_t x0, int16_t y0, int16_t x1, int16_t y1) in draw_line() function
283 draw_line(fb, start->x, start->y, end->x, end->y); in cfb_draw_line()
293 draw_line(fb, start->x, start->y, end->x, start->y); in cfb_draw_rect()
294 draw_line(fb, end->x, start->y, end->x, end->y); in cfb_draw_rect()
295 draw_line(fb, end->x, end->y, start->x, end->y); in cfb_draw_rect()
296 draw_line(fb, start->x, end->y, start->x, start->y); in cfb_draw_rect()