|
SDL
2.0
|
#include <SDL_kmsdrmvideo.h>
Collaboration diagram for KMSDRM_PlaneInfo:Data Fields | |
| struct plane * | plane |
| uint32_t | fb_id |
| uint32_t | crtc_id |
| int32_t | src_x |
| int32_t | src_y |
| int32_t | src_w |
| int32_t | src_h |
| int32_t | crtc_x |
| int32_t | crtc_y |
| int32_t | crtc_w |
| int32_t | crtc_h |
Definition at line 159 of file SDL_kmsdrmvideo.h.
| int32_t KMSDRM_PlaneInfo::crtc_h |
Definition at line 171 of file SDL_kmsdrmvideo.h.
| uint32_t KMSDRM_PlaneInfo::crtc_id |
Definition at line 163 of file SDL_kmsdrmvideo.h.
| int32_t KMSDRM_PlaneInfo::crtc_w |
Definition at line 170 of file SDL_kmsdrmvideo.h.
| int32_t KMSDRM_PlaneInfo::crtc_x |
Definition at line 168 of file SDL_kmsdrmvideo.h.
| int32_t KMSDRM_PlaneInfo::crtc_y |
Definition at line 169 of file SDL_kmsdrmvideo.h.
| uint32_t KMSDRM_PlaneInfo::fb_id |
Definition at line 162 of file SDL_kmsdrmvideo.h.
| struct plane* KMSDRM_PlaneInfo::plane |
Definition at line 161 of file SDL_kmsdrmvideo.h.
| int32_t KMSDRM_PlaneInfo::src_h |
Definition at line 167 of file SDL_kmsdrmvideo.h.
| int32_t KMSDRM_PlaneInfo::src_w |
Definition at line 166 of file SDL_kmsdrmvideo.h.
| int32_t KMSDRM_PlaneInfo::src_x |
Definition at line 164 of file SDL_kmsdrmvideo.h.
| int32_t KMSDRM_PlaneInfo::src_y |
Definition at line 165 of file SDL_kmsdrmvideo.h.