Lines Matching defs:color
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
775 uint color; in gfx_draw_rgb_bars() local