The OpenVX Specification  2b213f9
 All Data Structures Functions Variables Typedefs Enumerations Enumerator Groups Pages
vx_delta_rectangle_t Struct Reference

Data Fields

vx_int32 delta_end_x
 The change in the end x.
 
vx_int32 delta_end_y
 The change in the end y.
 
vx_int32 delta_start_x
 The change in the start x.
 
vx_int32 delta_start_y
 The change in the start y.
 

Detailed Description

Definition at line 160 of file vx_compatibility.h.

Field Documentation

vx_int32 vx_delta_rectangle_t::delta_start_x

The change in the start x.

Definition at line 161 of file vx_compatibility.h.

vx_int32 vx_delta_rectangle_t::delta_start_y

The change in the start y.

Definition at line 162 of file vx_compatibility.h.

vx_int32 vx_delta_rectangle_t::delta_end_x

The change in the end x.

Definition at line 163 of file vx_compatibility.h.

vx_int32 vx_delta_rectangle_t::delta_end_y

The change in the end y.

Definition at line 164 of file vx_compatibility.h.