VDPAU
|
A rectangular region of a surface. More...
#include <vdpau.h>
Data Fields | |
uint32_t | x0 |
uint32_t | y0 |
uint32_t | x1 |
uint32_t | y1 |
A rectangular region of a surface.
The co-ordinates are top-left inclusive, bottom-right exclusive.
The VDPAU co-ordinate system has its origin at the top-left of a surface, with x and y components increasing right and down.
uint32_t VdpRect::x0 |
Left X co-ordinate. Inclusive.
uint32_t VdpRect::x1 |
Right X co-ordinate. Exclusive.
uint32_t VdpRect::y0 |
Top Y co-ordinate. Inclusive.
uint32_t VdpRect::y1 |
Bottom Y co-ordinate. Exclusive.