Holds coordinates for a rectangle.
Definition at line 379 of file nvbuf_utils.h.
Data Fields | |
uint32_t | top |
rectangle top. More... | |
uint32_t | left |
rectangle left. More... | |
uint32_t | width |
rectangle width. More... | |
uint32_t | height |
rectangle height. More... | |
uint32_t NvBufferRect::height |
rectangle height.
Definition at line 388 of file nvbuf_utils.h.
uint32_t NvBufferRect::left |
rectangle left.
Definition at line 384 of file nvbuf_utils.h.
uint32_t NvBufferRect::top |
rectangle top.
Definition at line 382 of file nvbuf_utils.h.
uint32_t NvBufferRect::width |
rectangle width.
Definition at line 386 of file nvbuf_utils.h.