|
VLC
4.0.0-dev
|
Description of a planar graphic field. More...
Data Fields | |
| uint8_t * | p_pixels |
| Start of the plane's data. More... | |
| int | i_lines |
| Number of lines, including margins. More... | |
| int | i_pitch |
| Number of bytes in a line, including margins. More... | |
| int | i_pixel_pitch |
| Size of a macropixel, defaults to 1. More... | |
| int | i_visible_lines |
| How many visible lines are there? More... | |
| int | i_visible_pitch |
| How many visible pixels are there? More... | |
Description of a planar graphic field.
| int plane_t::i_lines |
Number of lines, including margins.
Referenced by picture_InternalClone(), picture_NewFromFormat(), picture_NewFromResource(), picture_Setup(), spuregion_CreateVGradientFill(), and subpicture_region_Copy().
| int plane_t::i_pitch |
Number of bytes in a line, including margins.
Referenced by DrawRect(), DrawTriangle(), picture_InternalClone(), picture_NewFromFormat(), picture_NewFromResource(), picture_Setup(), plane_CopyPixels(), spuregion_CreateVGradientFill(), subpicture_region_Copy(), and vout_OSDEpgSlider().
| int plane_t::i_pixel_pitch |
Size of a macropixel, defaults to 1.
Referenced by picture_Setup().
| int plane_t::i_visible_lines |
How many visible lines are there?
Referenced by picture_Setup(), plane_CopyPixels(), and spuregion_CreateVGradientFill().
| int plane_t::i_visible_pitch |
How many visible pixels are there?
Referenced by DrawRect(), picture_Setup(), and plane_CopyPixels().
| uint8_t* plane_t::p_pixels |
Start of the plane's data.
Referenced by DrawRect(), DrawTriangle(), picture_InternalClone(), picture_NewFromFormat(), picture_NewFromResource(), picture_Setup(), plane_CopyPixels(), spuregion_CreateVGradientFill(), subpicture_region_Copy(), and vout_OSDEpgSlider().
1.8.13