WebM Codec SDK
|
Representation of a rectangle on a surface. More...
#include <vpx_image.h>
Data Fields | |
unsigned int | x |
unsigned int | y |
unsigned int | w |
unsigned int | h |
Representation of a rectangle on a surface.
unsigned int vpx_image_rect::x |
leftmost column
unsigned int vpx_image_rect::y |
topmost row
unsigned int vpx_image_rect::w |
width
unsigned int vpx_image_rect::h |
height