Holds the box parameters of a line to be overlayed.
Definition at line 183 of file sources/includes/nvll_osd_struct.h.

Data Fields | |
| unsigned int | x1 |
| Holds the box's left coordinate in pixels. More... | |
| unsigned int | y1 |
| Holds the box's top coordinate in pixels. More... | |
| unsigned int | x2 |
| Holds the box's width in pixels. More... | |
| unsigned int | y2 |
| Holds the box's height in pixels. More... | |
| unsigned int | line_width |
| Holds the box's border width in pixels. More... | |
| NvOSD_ColorParams | line_color |
| Holds the box's border color. More... | |
| NvOSD_ColorParams _NvOSD_LineParams::line_color |
Holds the box's border color.
Definition at line 196 of file sources/includes/nvll_osd_struct.h.
| unsigned int _NvOSD_LineParams::line_width |
Holds the box's border width in pixels.
Definition at line 194 of file sources/includes/nvll_osd_struct.h.
| unsigned int _NvOSD_LineParams::x1 |
Holds the box's left coordinate in pixels.
Definition at line 184 of file sources/includes/nvll_osd_struct.h.
| unsigned int _NvOSD_LineParams::x2 |
Holds the box's width in pixels.
Definition at line 190 of file sources/includes/nvll_osd_struct.h.
| unsigned int _NvOSD_LineParams::y1 |
Holds the box's top coordinate in pixels.
Definition at line 187 of file sources/includes/nvll_osd_struct.h.
| unsigned int _NvOSD_LineParams::y2 |
Holds the box's height in pixels.
Definition at line 192 of file sources/includes/nvll_osd_struct.h.