VdpRect Struct Reference
[Miscellaneous Types]

#include <vdpau.h>


Detailed Description

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.


Data Fields

uint32_t x0
uint32_t y0
uint32_t x1
uint32_t y1


Field Documentation

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.


The documentation for this struct was generated from the following file:
Generated on Fri May 8 13:34:48 2015 for VDPAU by  doxygen 1.4.6