Searched defs:color (Results 1 – 3 of 3) sorted by relevance
/lk-master/lib/gfx/ |
A D | gfx.c | 112 void gfx_fillrect(gfx_surface *surface, uint x, uint y, uint width, uint height, uint color) { in gfx_fillrect() 136 void gfx_putpixel(gfx_surface *surface, uint x, uint y, uint color) { in gfx_putpixel() 145 static void putpixel16(gfx_surface *surface, uint x, uint y, uint color) { in putpixel16() 152 static void putpixel32(gfx_surface *surface, uint x, uint y, uint color) { in putpixel32() 158 static void putpixel8(gfx_surface *surface, uint x, uint y, uint color) { in putpixel8() 200 static void fillrect8(gfx_surface *surface, uint x, uint y, uint width, uint height, uint color) { in fillrect8() 251 static void fillrect16(gfx_surface *surface, uint x, uint y, uint width, uint height, uint color) { in fillrect16() 302 static void fillrect32(gfx_surface *surface, uint x, uint y, uint width, uint height, uint color) { in fillrect32() 316 void gfx_line(gfx_surface *surface, uint x1, uint y1, uint x2, uint y2, uint color) { in gfx_line() 732 uint32_t color,iter,x,y; in gfx_draw_mandelbrot() local [all …]
|
/lk-master/lib/font/ |
A D | font.c | 30 void font_draw_char(gfx_surface *surface, unsigned char c, int x, int y, uint32_t color) { in font_draw_char()
|
/lk-master/lib/gfx/include/lib/ |
A D | gfx.h | 75 static inline void gfx_clear(gfx_surface *surface, uint color) { in gfx_clear()
|
Completed in 4 milliseconds