/openbmc/qemu/hw/display/ |
H A D | cirrus_vga_rop2.h | 26 #define PUTPIXEL(s, a, c) ROP_OP(s, a, c) argument 28 #define PUTPIXEL(s, a, c) ROP_OP_16(s, a, c) argument 30 #define PUTPIXEL(s, a, c) do { \ argument 36 #define PUTPIXEL(s, a, c) ROP_OP_32(s, a, c) argument 154 uint32_t colors[2]; in glue() local 234 uint32_t colors[2]; in glue() local
|
/openbmc/qemu/ui/ |
H A D | cursor.c | 10 QEMUCursor *c; in cursor_parse_xpm() local 12 unsigned int width, height, colors, chars; in cursor_parse_xpm() local 61 void cursor_print_ascii_art(QEMUCursor *c, const char *prefix) in cursor_print_ascii_art() 95 QEMUCursor *c; in cursor_alloc() local 110 QEMUCursor *cursor_ref(QEMUCursor *c) in cursor_ref() 116 void cursor_unref(QEMUCursor *c) in cursor_unref() 126 int cursor_get_mono_bpl(QEMUCursor *c) in cursor_get_mono_bpl() 131 void cursor_set_mono(QEMUCursor *c, in cursor_set_mono() 200 void cursor_get_mono_image(QEMUCursor *c, int foreground, uint8_t *image) in cursor_get_mono_image() 224 void cursor_get_mono_mask(QEMUCursor *c, int transparent, uint8_t *mask) in cursor_get_mono_mask()
|
H A D | vnc-enc-tight.c | 142 unsigned int c; in tight_detect_smooth_image24() local 558 int x, y, c; in tight_filter_gradient24() local 681 uint32_t c; in check_solid_tile32() local 1082 int colors; in send_palette_rect() local 1402 int bg, int fg, int colors, VncPalette *palette) in send_sub_rect_nojpeg() 1426 int bg, int fg, int colors, in send_sub_rect_jpeg() 1473 int colors; in send_sub_rect() local
|
/openbmc/u-boot/common/ |
H A D | lcd.c | 78 static void lcd_stub_putc(struct stdio_dev *dev, const char c) in lcd_stub_putc() 417 static void draw_encoded_bitmap(ushort **fbp, ushort c, int cnt) in draw_encoded_bitmap() 544 __weak void lcd_set_cmap(struct bmp_image *bmp, unsigned colors) in lcd_set_cmap() 569 unsigned colors, bpix, bmp_bpix; in lcd_display_bitmap() local
|
/openbmc/linux/arch/m68k/atari/ |
H A D | nvram.c | 43 static void __nvram_write_byte(unsigned char c, int i) in __nvram_write_byte() 174 static const char * const colors[] = { variable
|
/openbmc/linux/drivers/staging/media/av7110/ |
H A D | av7110_hw.c | 860 u8 c; in LoadBitmap() local 963 static int OSDSetPalette(struct av7110 *av7110, u32 __user * colors, u8 first, u8 last) in OSDSetPalette() 1088 u8 __user *colors = (u8 __user *)dc->data; in av7110_osd_cmd() local
|
/openbmc/u-boot/drivers/video/ |
H A D | cfb_console.c | 321 int rows, offset, c; in video_drawchars() local 506 static void video_putchar(int xx, int yy, unsigned char c) in video_putchar() 558 static void memsetl(int *p, int c, int v) in memsetl() 566 static void memcpyl(int *d, int *s, int c) in memcpyl() 756 static void parse_putc(const char c) in parse_putc() 805 static void cfb_video_putc(struct stdio_dev *dev, const char c) in cfb_video_putc() 1321 unsigned colors; in video_display_bitmap() local
|
/openbmc/linux/arch/arc/mm/ |
H A D | cache.c | 32 unsigned int sz_k, line_len, colors; member 42 static int read_decode_cache_bcr_arcv2(int c, char *buf, int len) in read_decode_cache_bcr_arcv2() 100 int arc_cache_mumbojumbo(int c, char *buf, int len) in arc_cache_mumbojumbo()
|
/openbmc/linux/drivers/s390/char/ |
H A D | con3270.c | 157 static char *tty3270_add_ra(struct tty3270 *tp, char *cp, int x, int y, char c) in tty3270_add_ra() 172 static char *tty3270_add_ge(struct tty3270 *tp, char *cp, char c) in tty3270_add_ge() 400 const unsigned char colors[16] = { in tty3270_add_attributes() local 419 int c, i; in tty3270_add_attributes() local 2055 char c; in con3270_write() local 2076 con3270_device(struct console *c, int *index) in con3270_device()
|
/openbmc/linux/drivers/video/fbdev/matrox/ |
H A D | matroxfb_base.c | 1229 static struct { struct fb_bitfield red, green, blue, transp; int bits_per_pixel; } colors[] = { variable 1614 char c = *ptr++; in setDefaultOutputs() local
|