Home
last modified time | relevance | path

Searched refs:PUTPIXEL (Results 1 – 1 of 1) sorted by relevance

/openbmc/qemu/hw/display/
H A Dcirrus_vga_rop2.h26 #define PUTPIXEL(s, a, c) ROP_OP(s, a, c) macro
28 #define PUTPIXEL(s, a, c) ROP_OP_16(s, a, c) macro
30 #define PUTPIXEL(s, a, c) do { \ macro
36 #define PUTPIXEL(s, a, c) ROP_OP_32(s, a, c) macro
89 PUTPIXEL(s, addr, col); in glue()
138 PUTPIXEL(s, addr, col); in glue()
175 PUTPIXEL(s, addr, col); in glue()
217 PUTPIXEL(s, addr, col); in glue()
252 PUTPIXEL(s, addr, col); in glue()
276 PUTPIXEL(s, addr, col); in glue()
[all …]