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

Public Attributes | |
| IWICBitmapDecoder * | decoder |
| ImageType | type |
| GUID | format |
| UINT | flags |
| UINT | frame_count |
| UINT | current_frame |
| ColorPalette * | palette |
| REAL | xres |
| REAL | yres |
| LONG | busy |
Definition at line 347 of file gdiplus_private.h.
| LONG GpImage::busy |
Definition at line 355 of file gdiplus_private.h.
Referenced by select_frame_wic().
| UINT GpImage::current_frame |
Definition at line 352 of file gdiplus_private.h.
| IWICBitmapDecoder* GpImage::decoder |
Definition at line 348 of file gdiplus_private.h.
| UINT GpImage::flags |
Definition at line 351 of file gdiplus_private.h.
| GUID GpImage::format |
Definition at line 350 of file gdiplus_private.h.
Referenced by select_frame_wic().
| UINT GpImage::frame_count |
Definition at line 352 of file gdiplus_private.h.
| ColorPalette* GpImage::palette |
Definition at line 353 of file gdiplus_private.h.
Referenced by GdipCloneBitmapArea().
| ImageType GpImage::type |
Definition at line 349 of file gdiplus_private.h.
Referenced by alpha_blend_pixels_hrgn(), begin_container(), end_container(), GdipBeginContainer(), GdipCloneBitmapArea(), GdipDrawImagePointsRect(), GdipDrawPath(), GdipFillPath(), GdipFillRectangles(), GdipGetDC(), GdipGraphicsClear(), GdipMultiplyWorldTransform(), GdipReleaseDC(), GdipResetWorldTransform(), GdipRotateWorldTransform(), GdipScaleWorldTransform(), GdipSetClipRect(), GdipSetClipRegion(), GdipSetCompositingMode(), GdipSetCompositingQuality(), GdipSetInterpolationMode(), GdipSetPageScale(), GdipSetPageUnit(), GdipSetPixelOffsetMode(), GdipSetSmoothingMode(), GdipSetTextRenderingHint(), GdipSetWorldTransform(), GdipTranslateWorldTransform(), and select_frame_wic().
| REAL GpImage::xres |
Definition at line 354 of file gdiplus_private.h.
| REAL GpImage::yres |
Definition at line 354 of file gdiplus_private.h.