Structure defining the offsets to apply to an eHVD blit operation. More...
#include "hvdblit.h"
Data Fields | |
unsigned int | dy |
Offset of the intersection in destination raster. | |
unsigned int | sy |
Offset of the intersection in source raster. | |
unsigned | h |
Width and height of the intersection. | |
Structure defining the offsets to apply to an eHVD blit operation.
This structure is calculated from the source and destination rasters, and their relative positions, by HVD_blit_offsets(), and is passed to the blit operation.