Searched defs:surface (Results 1 – 6 of 6) sorted by relevance
/lk-master/lib/gfx/ |
A D | gfx.c | 136 void gfx_putpixel(gfx_surface *surface, uint x, uint y, uint color) { in gfx_putpixel() 158 static void putpixel8(gfx_surface *surface, uint x, uint y, uint color) { in putpixel8() 512 void gfx_flush(gfx_surface *surface) { in gfx_flush() 551 gfx_surface *surface = malloc(sizeof(gfx_surface)); in gfx_create_surface() local 626 gfx_surface *surface; in gfx_create_surface_from_display() local 666 void gfx_surface_destroy(struct gfx_surface *surface) { in gfx_surface_destroy() 680 gfx_surface *surface = gfx_create_surface_from_display(&fb); in gfx_draw_pattern() local 708 gfx_surface *surface = gfx_create_surface_from_display(&fb); in gfx_draw_pattern_white() local 730 static int gfx_draw_mandelbrot(gfx_surface *surface) { in gfx_draw_mandelbrot() 771 static int gfx_draw_rgb_bars(gfx_surface *surface) { in gfx_draw_rgb_bars() [all …]
|
/lk-master/lib/tga/ |
A D | tga.c | 55 static void decode_2byte(gfx_surface *surface, uint x, uint y, const void *input) { in decode_2byte() 68 static void decode_3byte(gfx_surface *surface, uint x, uint y, const void *input) { in decode_3byte() 76 static void decode_4byte(gfx_surface *surface, uint x, uint y, const void *input) { in decode_4byte() 124 …gfx_surface *surface = gfx_create_surface(NULL, header->width, header->height, header->width, form… in tga_decode() local
|
/lk-master/lib/gfxconsole/ |
A D | gfxconsole.c | 35 gfx_surface *surface; member 113 void gfxconsole_start(gfx_surface *surface) { in gfxconsole_start()
|
/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/text/ |
A D | text.c | 67 gfx_surface *surface = gfx_create_surface_from_display(&fb); in text_update() local
|
/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 8 milliseconds