Searched refs:pixel (Results 1 – 8 of 8) sorted by relevance
| /qemu/hw/display/ |
| A D | exynos4210_fimd.c | 382 pixel >>= (B); \ 385 pixel >>= (G); \ 388 pixel >>= (R); \ 405 pixel >>= (B); \ 408 pixel >>= (G); \ 425 pixel >>= (B); \ 452 pixel >>= 2; in pixel_a232_to_rgb() 454 pixel >>= 3; in pixel_a232_to_rgb() 456 pixel >>= 2; in pixel_a232_to_rgb() 466 pixel >>= 5; in pixel_1555_to_rgb() [all …]
|
| A D | cirrus_vga_rop.h | 37 uint8_t pixel = ROP_FN(*dst, src); in glue() local 38 if (pixel != transp) { in glue() 39 *dst = pixel; in glue() 57 uint16_t pixel = ROP_FN(*dst, src); in glue() local 58 if (pixel != transp) { in glue() 59 *dst = pixel; in glue()
|
| A D | macfb.c | 214 uint16_t pixel; in macfb_draw_line16() local 215 pixel = (macfb_read_byte(s, addr) << 8) | macfb_read_byte(s, addr + 1); in macfb_draw_line16() 216 r = ((pixel >> 10) & 0x1f) << 3; in macfb_draw_line16() 217 g = ((pixel >> 5) & 0x1f) << 3; in macfb_draw_line16() 218 b = (pixel & 0x1f) << 3; in macfb_draw_line16()
|
| /qemu/ui/ |
| A D | cursor.c | 13 unsigned int line = 0, i, r, g, b, x, y, pixel; in cursor_parse_xpm() local 51 for (pixel = 0, y = 0; y < height; y++, line++) { in cursor_parse_xpm() 52 for (x = 0; x < height; x++, pixel++) { in cursor_parse_xpm() 54 c->data[pixel] = ctab[idx]; in cursor_parse_xpm()
|
| A D | vnc-enc-zrle.c.inc | 17 * ZRLE_BPP should be 8, 16 or 32 depending on the bits per pixel. 19 * Note that the buf argument to ZRLE_ENCODE needs to be at least one pixel 20 * bigger than the largest tile of pixel data, since the ZRLE encoding 21 * algorithm writes to the position one past the end of the pixel data.
|
| /qemu/hw/arm/ |
| A D | musicpal.c | 145 uint32_t *pixel = in set_lcd_pixel32() local 148 for (dy = 0; dy < 3; dy++, pixel += 127 * 3) { in set_lcd_pixel32() 149 for (dx = 0; dx < 3; dx++, pixel++) { in set_lcd_pixel32() 150 *pixel = col; in set_lcd_pixel32()
|
| /qemu/qapi/ |
| A D | qom.json | 477 # @x-origin: x coordinate of the leftmost pixel on the guest screen 480 # @y-origin: y coordinate of the topmost pixel on the guest screen
|
| /qemu/ |
| A D | qemu-options.hx | 4299 pixel with
|
Completed in 35 milliseconds