ReactOS
0.4.15-dev-4934-gfd1e799
|
#include <atlimage.h>
Public Types | |
typedef Gdiplus::GpStatus | St |
typedef Gdiplus::ImageCodecInfo | ICI |
typedef Gdiplus::GpBitmap | Bm |
typedef Gdiplus::EncoderParameters | EncParams |
typedef Gdiplus::GpImage | Im |
typedef Gdiplus::ARGB | ARGB |
typedef HBITMAP | HBM |
typedef Gdiplus::GdiplusStartupInput | GSI |
typedef Gdiplus::GdiplusStartupOutput | GSO |
typedef St(WINAPI * | STARTUP) (ULONG_PTR *, const GSI *, GSO *) |
typedef void(WINAPI * | SHUTDOWN) (ULONG_PTR) |
typedef St(API * | GETIMAGEENCODERSSIZE) (UINT *, UINT *) |
typedef St(API * | GETIMAGEENCODERS) (UINT, UINT, ICI *) |
typedef St(API * | CREATEBITMAPFROMFILE) (CST WCHAR *, Bm **) |
typedef St(API * | CREATEHBITMAPFROMBITMAP) (Bm *, HBM *, ARGB) |
typedef St(API * | CREATEBITMAPFROMSTREAM) (IStream *, Bm **) |
typedef St(API * | CREATEBITMAPFROMHBITMAP) (HBM, HPALETTE, Bm **) |
typedef St(API * | SAVEIMAGETOSTREAM) (Im *, IStream *, CST CLSID *, CST EncParams *) |
typedef St(API * | SAVEIMAGETOFILE) (Im *, CST WCHAR *, CST CLSID *, CST EncParams *) |
typedef St(API * | DISPOSEIMAGE) (Im *) |
Public Member Functions | |
COMMON () | |
~COMMON () | |
ULONG | AddRef () |
ULONG | Release () |
template<typename TYPE > | |
TYPE | AddrOf (const char *name) |
HINSTANCE | LoadLib () |
void | FreeLib () |
Definition at line 828 of file atlimage.h.
typedef Gdiplus::ARGB ATL::CImage::COMMON::ARGB |
Definition at line 836 of file atlimage.h.
Definition at line 833 of file atlimage.h.
Definition at line 850 of file atlimage.h.
Definition at line 853 of file atlimage.h.
Definition at line 852 of file atlimage.h.
Definition at line 851 of file atlimage.h.
Definition at line 858 of file atlimage.h.
Definition at line 834 of file atlimage.h.
Definition at line 849 of file atlimage.h.
Definition at line 848 of file atlimage.h.
typedef Gdiplus::GdiplusStartupInput ATL::CImage::COMMON::GSI |
Definition at line 838 of file atlimage.h.
typedef Gdiplus::GdiplusStartupOutput ATL::CImage::COMMON::GSO |
Definition at line 839 of file atlimage.h.
typedef HBITMAP ATL::CImage::COMMON::HBM |
Definition at line 837 of file atlimage.h.
Definition at line 832 of file atlimage.h.
Definition at line 835 of file atlimage.h.
typedef St(API * ATL::CImage::COMMON::SAVEIMAGETOFILE) (Im *, CST WCHAR *, CST CLSID *, CST EncParams *) |
Definition at line 856 of file atlimage.h.
typedef St(API * ATL::CImage::COMMON::SAVEIMAGETOSTREAM) (Im *, IStream *, CST CLSID *, CST EncParams *) |
Definition at line 854 of file atlimage.h.
Definition at line 847 of file atlimage.h.
Definition at line 831 of file atlimage.h.
Definition at line 846 of file atlimage.h.
|
inline |
Definition at line 880 of file atlimage.h.
|
inline |
Definition at line 896 of file atlimage.h.
Definition at line 901 of file atlimage.h.
Definition at line 912 of file atlimage.h.
|
inline |
Definition at line 952 of file atlimage.h.
Referenced by ~COMMON().
|
inline |
Definition at line 918 of file atlimage.h.
Referenced by ATL::CImage::CImage().
Definition at line 905 of file atlimage.h.
Referenced by ATL::CImage::ReleaseGDIPlus().
int ATL::CImage::COMMON::count |
Definition at line 863 of file atlimage.h.
CREATEBITMAPFROMFILE ATL::CImage::COMMON::CreateBitmapFromFile |
Definition at line 872 of file atlimage.h.
Referenced by COMMON(), FreeLib(), ATL::CImage::Load(), and LoadLib().
CREATEBITMAPFROMHBITMAP ATL::CImage::COMMON::CreateBitmapFromHBITMAP |
Definition at line 875 of file atlimage.h.
Referenced by COMMON(), FreeLib(), LoadLib(), and ATL::CImage::Save().
CREATEBITMAPFROMSTREAM ATL::CImage::COMMON::CreateBitmapFromStream |
Definition at line 874 of file atlimage.h.
Referenced by COMMON(), FreeLib(), ATL::CImage::Load(), and LoadLib().
CREATEHBITMAPFROMBITMAP ATL::CImage::COMMON::CreateHBITMAPFromBitmap |
Definition at line 873 of file atlimage.h.
Referenced by COMMON(), FreeLib(), ATL::CImage::Load(), and LoadLib().
DISPOSEIMAGE ATL::CImage::COMMON::DisposeImage |
Definition at line 878 of file atlimage.h.
Referenced by COMMON(), FreeLib(), ATL::CImage::Load(), LoadLib(), and ATL::CImage::Save().
ULONG_PTR ATL::CImage::COMMON::gdiplusToken |
Definition at line 865 of file atlimage.h.
GETIMAGEENCODERS ATL::CImage::COMMON::GetImageEncoders |
Definition at line 871 of file atlimage.h.
Referenced by COMMON(), FreeLib(), ATL::CImage::GetEncoderClsid(), and LoadLib().
GETIMAGEENCODERSSIZE ATL::CImage::COMMON::GetImageEncodersSize |
Definition at line 870 of file atlimage.h.
Referenced by COMMON(), FreeLib(), ATL::CImage::GetEncoderClsid(), and LoadLib().
HINSTANCE ATL::CImage::COMMON::hinstGdiPlus |
SAVEIMAGETOFILE ATL::CImage::COMMON::SaveImageToFile |
Definition at line 877 of file atlimage.h.
Referenced by COMMON(), FreeLib(), LoadLib(), and ATL::CImage::Save().
SAVEIMAGETOSTREAM ATL::CImage::COMMON::SaveImageToStream |
Definition at line 876 of file atlimage.h.
Referenced by COMMON(), FreeLib(), LoadLib(), and ATL::CImage::Save().
SHUTDOWN ATL::CImage::COMMON::Shutdown |
Definition at line 869 of file atlimage.h.
STARTUP ATL::CImage::COMMON::Startup |
Definition at line 868 of file atlimage.h.