H A D | gfx_fb.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 37 * ALL pixel data is assumed to be 32-bit BGRA (byte order Blue, Green, Red, 43 * 32-bit to/from 32-bit is trivial case. 44 * 32-bit to/from 24-bi 197 gfx_parse_mode_str(char * str,int * x,int * y,int * depth) gfx_parse_mode_str() argument 412 uint32_t data, bpp, pitch, y, x; gfxfb_blt_fill() local 498 uint8_t rm, rp, gm, gp, bm, bp; gfxfb_blt_video_to_buffer() local 598 uint8_t rm, rp, gm, gp, bm, bp; gfxfb_blt_buffer_to_video() local 920 for (uint32_t y = 0; y < height; y++) { gfx_bitblt_bitmap() local 939 unsigned x, y, width, height; gfx_fb_printchar() local 1217 int nrow, ncol, y; /* Has to be signed - >= 0 comparison */ gfx_fb_copy() local 1344 gfx_fb_cons_display(uint32_t x,uint32_t y,uint32_t width,uint32_t height,void * data) gfx_fb_cons_display() argument 1448 gfx_fb_setpixel(uint32_t x,uint32_t y) gfx_fb_setpixel() argument 1725 uint32_t i, j, x, y, fheight, fwidth; gfx_fb_putimage() local 2679 unsigned long x = 0, y = 0; font_set() local 2845 struct resolution *rp, *p; gfx_get_edid_resolution() local [all...] |