vpx_image_rect Struct Reference

Representation of a rectangle on a surface. More...

Public Attributes

unsigned int x
 leftmost column More...
 
unsigned int y
 topmost row More...
 
unsigned int w
 width More...
 
unsigned int h
 height More...
 

Detailed Description

Representation of a rectangle on a surface.

Member Data Documentation

◆ h

unsigned int vpx_image_rect::h

height

◆ w

unsigned int vpx_image_rect::w

width

◆ x

unsigned int vpx_image_rect::x

leftmost column

◆ y

unsigned int vpx_image_rect::y

topmost row