|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <gdiplusimaging.h>

Public Attributes | |
| UINT | Width |
| UINT | Height |
| INT | Stride |
| PixelFormat | PixelFormat |
| VOID * | Scan0 |
| UINT_PTR | Reserved |
Definition at line 175 of file gdiplusimaging.h.
| UINT BitmapData::Height |
Definition at line 178 of file gdiplusimaging.h.
Referenced by brush_fill_pixels(), encode_image_wic(), GdipBitmapLockBits(), GdipBitmapUnlockBits(), GdipCreateHICONFromBitmap(), GdipDrawImagePointsRect(), test_LockBits(), and test_LockBits_UserBuf().
| PixelFormat BitmapData::PixelFormat |
Definition at line 180 of file gdiplusimaging.h.
Referenced by brush_fill_pixels(), GdipBitmapLockBits(), GdipBitmapUnlockBits(), GdipDrawImagePointsRect(), and test_LockBits_UserBuf().
| UINT_PTR BitmapData::Reserved |
Definition at line 182 of file gdiplusimaging.h.
Referenced by GdipBitmapLockBits(), GdipBitmapUnlockBits(), and test_LockBits_UserBuf().
| VOID* BitmapData::Scan0 |
Definition at line 181 of file gdiplusimaging.h.
Referenced by brush_fill_pixels(), decode_frame_wic(), encode_image_wic(), GdipBitmapLockBits(), GdipBitmapUnlockBits(), GdipCreateBitmapFromHBITMAP(), GdipCreateBitmapFromHICON(), GdipCreateHICONFromBitmap(), GdipDrawImagePointsRect(), GdipImageRotateFlip(), test_createhbitmap(), test_LockBits(), test_LockBits_UserBuf(), and test_pen_thickness().
| INT BitmapData::Stride |
Definition at line 179 of file gdiplusimaging.h.
Referenced by brush_fill_pixels(), decode_frame_wic(), encode_image_wic(), GdipBitmapLockBits(), GdipBitmapUnlockBits(), GdipCreateBitmapFromHICON(), GdipCreateHICONFromBitmap(), GdipDrawImagePointsRect(), GdipImageRotateFlip(), test_LockBits(), test_LockBits_UserBuf(), and test_pen_thickness().
| UINT BitmapData::Width |
Definition at line 177 of file gdiplusimaging.h.
Referenced by brush_fill_pixels(), encode_image_wic(), GdipBitmapLockBits(), GdipBitmapUnlockBits(), GdipCreateHICONFromBitmap(), GdipDrawImagePointsRect(), test_LockBits(), and test_LockBits_UserBuf().