|
ReactOS 0.4.17-dev-243-g1369312
|
#include <gdiplus_private.h>

Public Attributes | |
| IWICBitmapDecoder * | decoder |
| IWICBitmapEncoder * | encoder |
| ImageType | type |
| GUID | format |
| UINT | flags |
| UINT | frame_count |
| UINT | current_frame |
| ColorPalette * | palette |
| REAL | xres |
| REAL | yres |
| SRWLOCK | lock |
Definition at line 401 of file gdiplus_private.h.
| UINT GpImage::current_frame |
Definition at line 407 of file gdiplus_private.h.
| IWICBitmapDecoder* GpImage::decoder |
Definition at line 402 of file gdiplus_private.h.
| IWICBitmapEncoder* GpImage::encoder |
Definition at line 403 of file gdiplus_private.h.
Referenced by select_frame_wic().
| UINT GpImage::flags |
Definition at line 406 of file gdiplus_private.h.
| GUID GpImage::format |
Definition at line 405 of file gdiplus_private.h.
Referenced by GdipCloneBitmapArea(), and select_frame_wic().
| UINT GpImage::frame_count |
Definition at line 407 of file gdiplus_private.h.
| SRWLOCK GpImage::lock |
Definition at line 410 of file gdiplus_private.h.
| ColorPalette* GpImage::palette |
Definition at line 408 of file gdiplus_private.h.
Referenced by GdipCloneBitmapArea().
| ImageType GpImage::type |
Definition at line 404 of file gdiplus_private.h.
Referenced by alpha_blend_pixels_hrgn(), GdipCloneBitmapArea(), GdipDrawImagePointsRect(), GdipGetDC(), GdipGetNearestColor(), and select_frame_wic().
| REAL GpImage::xres |
Definition at line 409 of file gdiplus_private.h.
| REAL GpImage::yres |
Definition at line 409 of file gdiplus_private.h.