FreeRDP
|
Data Fields | |
int | type |
UINT32 | width |
UINT32 | height |
BYTE * | data |
UINT32 | scanline |
UINT32 | bitsPerPixel |
UINT32 | bytesPerPixel |
Definition at line 74 of file include/winpr/image.h.
UINT32 wImage::bitsPerPixel |
Definition at line 81 of file include/winpr/image.h.
UINT32 wImage::bytesPerPixel |
Definition at line 82 of file include/winpr/image.h.
BYTE* wImage::data |
Definition at line 79 of file include/winpr/image.h.
UINT32 wImage::height |
Definition at line 78 of file include/winpr/image.h.
UINT32 wImage::scanline |
Definition at line 80 of file include/winpr/image.h.
int wImage::type |
Definition at line 76 of file include/winpr/image.h.
UINT32 wImage::width |
Definition at line 77 of file include/winpr/image.h.