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

Public Attributes | |
| GpImage | image |
| INT | width |
| INT | height |
| PixelFormat | format |
| ImageLockMode | lockmode |
| BYTE * | bitmapbits |
| HBITMAP | hbitmap |
| HDC | hdc |
| BYTE * | bits |
| INT | stride |
| BYTE * | own_bits |
| INT | lockx |
| INT | locky |
| IWICMetadataReader * | metadata_reader |
| UINT | prop_count |
| PropertyItem * | prop_item |
Definition at line 426 of file gdiplus_private.h.
| BYTE* GpBitmap::bitmapbits |
Definition at line 432 of file gdiplus_private.h.
| BYTE* GpBitmap::bits |
Definition at line 435 of file gdiplus_private.h.
Referenced by GdipCloneBitmapArea().
| PixelFormat GpBitmap::format |
Definition at line 430 of file gdiplus_private.h.
Referenced by GdipCloneBitmapArea().
| HBITMAP GpBitmap::hbitmap |
Definition at line 433 of file gdiplus_private.h.
| HDC GpBitmap::hdc |
Definition at line 434 of file gdiplus_private.h.
| INT GpBitmap::height |
Definition at line 429 of file gdiplus_private.h.
Referenced by GdipCloneBitmapArea().
| GpImage GpBitmap::image |
Definition at line 427 of file gdiplus_private.h.
Referenced by GdipCloneBitmapArea(), and GdipImageRotateFlip().
| ImageLockMode GpBitmap::lockmode |
Definition at line 431 of file gdiplus_private.h.
| INT GpBitmap::lockx |
Definition at line 438 of file gdiplus_private.h.
| INT GpBitmap::locky |
Definition at line 438 of file gdiplus_private.h.
| IWICMetadataReader* GpBitmap::metadata_reader |
Definition at line 439 of file gdiplus_private.h.
| BYTE* GpBitmap::own_bits |
Definition at line 437 of file gdiplus_private.h.
| UINT GpBitmap::prop_count |
Definition at line 440 of file gdiplus_private.h.
| PropertyItem* GpBitmap::prop_item |
Definition at line 441 of file gdiplus_private.h.
| INT GpBitmap::stride |
Definition at line 436 of file gdiplus_private.h.
Referenced by GdipCloneBitmapArea().
| INT GpBitmap::width |
Definition at line 428 of file gdiplus_private.h.
Referenced by GdipCloneBitmapArea().