Displaying 2 results from an estimated 2 matches for "copy_area".
2009 Nov 05
0
[PATCH] Add VirtIO Frame Buffer Support
...resize __attribute__ ((packed));
> + struct {
> + u16 x;
> + u16 y;
> + u16 width;
> + u16 height;
> + } blit __attribute__ ((packed));
> + struct {
> + u16 x1;
> + u16 y1;
> + u16 x2;
> + u16 y2;
> + u16 width;
> + u16 height;
> + } copy_area __attribute__ ((packed));
> + struct {
> + u8 rop;
> + u16 x;
> + u16 y;
> + u16 width;
> + u16 height;
> + u32 color;
> + } fill __attribute__ ((packed));
> + struct {
> + u64 offset;
> + u64 count;
> + } write __attribute__ ((packed));
>...
2009 Nov 05
0
[PATCH] Add VirtIO Frame Buffer Support
...resize __attribute__ ((packed));
> + struct {
> + u16 x;
> + u16 y;
> + u16 width;
> + u16 height;
> + } blit __attribute__ ((packed));
> + struct {
> + u16 x1;
> + u16 y1;
> + u16 x2;
> + u16 y2;
> + u16 width;
> + u16 height;
> + } copy_area __attribute__ ((packed));
> + struct {
> + u8 rop;
> + u16 x;
> + u16 y;
> + u16 width;
> + u16 height;
> + u32 color;
> + } fill __attribute__ ((packed));
> + struct {
> + u64 offset;
> + u64 count;
> + } write __attribute__ ((packed));
>...