Home
last modified time | relevance | path

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

/openbmc/qemu/hw/display/
H A Dcirrus_vga_rop.h86 dstpitch -= bltwidth; in glue()
87 srcpitch -= bltwidth; in glue()
112 dstpitch += bltwidth; in glue()
113 srcpitch += bltwidth; in glue()
136 dstpitch -= bltwidth; in glue()
137 srcpitch -= bltwidth; in glue()
165 dstpitch += bltwidth; in glue()
166 srcpitch += bltwidth; in glue()
189 dstpitch -= bltwidth; in glue()
190 srcpitch -= bltwidth; in glue()
[all …]
H A Dcirrus_vga_rop2.h46 int bltwidth, int bltheight) in glue()
70 for (x = skipleft; x < bltwidth; x += (DEPTH / 8)) { in glue()
103 int bltwidth, int bltheight) in glue()
131 for (x = dstskipleft; x < bltwidth; x += (DEPTH / 8)) { in glue()
152 int bltwidth, int bltheight) in glue()
169 for (x = dstskipleft; x < bltwidth; x += (DEPTH / 8)) { in glue()
188 int bltwidth, int bltheight) in glue()
215 for (x = dstskipleft; x < bltwidth; x += (DEPTH / 8)) { in glue()
232 int bltwidth, int bltheight) in glue()
250 for (x = dstskipleft; x < bltwidth; x += (DEPTH / 8)) { in glue()
H A Dcirrus_vga_internal.h47 int bltwidth, int bltheight);
H A Dcirrus_vga.c262 int bltwidth,int bltheight) in cirrus_bitblt_rop_nop() argument
268 int dstpitch, int bltwidth,int bltheight) in cirrus_bitblt_fill_nop() argument