Searched refs:bltheight (Results 1 – 4 of 4) sorted by relevance
/openbmc/qemu/hw/display/ |
H A D | cirrus_vga_rop.h | 83 int bltwidth, int bltheight) in glue() 89 if (bltheight > 1 && (dstpitch < 0 || srcpitch < 0)) { in glue() 93 for (y = 0; y < bltheight; y++) { in glue() 109 int bltwidth, int bltheight) in glue() 114 for (y = 0; y < bltheight; y++) { in glue() 132 int bltheight) in glue() 139 if (bltheight > 1 && (dstpitch < 0 || srcpitch < 0)) { in glue() 143 for (y = 0; y < bltheight; y++) { in glue() 161 int bltheight) in glue() 167 for (y = 0; y < bltheight; y++) { in glue() [all …]
|
H A D | cirrus_vga_rop2.h | 46 int bltwidth, int bltheight) in glue() 66 for(y = 0; y < bltheight; y++) { in glue() 103 int bltwidth, int bltheight) in glue() 127 for(y = 0; y < bltheight; y++) { in glue() 152 int bltwidth, int bltheight) in glue() 165 for(y = 0; y < bltheight; y++) { in glue() 188 int bltwidth, int bltheight) in glue() 211 for(y = 0; y < bltheight; y++) { in glue() 232 int bltwidth, int bltheight) in glue() 246 for(y = 0; y < bltheight; y++) { in glue()
|
H A D | cirrus_vga_internal.h | 47 int bltwidth, int bltheight);
|
H A D | cirrus_vga.c | 262 int bltwidth,int bltheight) in cirrus_bitblt_rop_nop() argument 268 int dstpitch, int bltwidth,int bltheight) in cirrus_bitblt_fill_nop() argument
|