ReactOS 0.4.16-dev-1019-g2c2cdfd
|
#include <windows.h>
#include <objbase.h>
#include <gdiplus.h>
#include "shimgvw.h"
#include <pshpack1.h>
#include <poppack.h>
Go to the source code of this file.
Classes | |
struct | IMAGESTATS |
class | BitmapInfoHeader |
union | PNGSIGNATURE |
struct | PNGCHUNKHEADER |
struct | PNGCHUNKFOOTER |
struct | PNGIHDR |
struct | PNGSIGANDIHDR |
struct | PNGFOOTER |
Macros | |
#define | HResultFromWin32 SHIMGVW_HResultFromWin32 |
Functions | |
static HRESULT | Read (HANDLE hFile, void *Buffer, DWORD Size) |
static bool | IsPngSignature (const void *buffer) |
static bool | IsPngSignature (const void *buffer, SIZE_T size) |
static BYTE | GetPngBppFromIHDRData (const void *buffer) |
static bool | GetInfoFromPng (const void *file, SIZE_T size, IMAGESTATS &info) |
static bool | GetInfoFromBmp (const void *pBitmapInfo, IMAGESTATS &info) |
static bool | GetInfoFromIcoBmp (const void *pBitmapInfo, IMAGESTATS &info) |
EXTERN_C PCWSTR | GetExtraExtensionsGdipList (VOID) |
static void | OverrideFileContent (HGLOBAL &hMem, DWORD &Size) |
static HRESULT | LoadImageFromStream (IStream *pStream, GpImage **ppImage) |
static HRESULT | LoadImageFromFileHandle (HANDLE hFile, GpImage **ppImage) |
EXTERN_C HRESULT | LoadImageFromPath (LPCWSTR Path, GpImage **ppImage) |
#define HResultFromWin32 SHIMGVW_HResultFromWin32 |
Definition at line 14 of file loader.cpp.
Definition at line 131 of file loader.cpp.
Referenced by pBuildFileList().
|
static |
Definition at line 114 of file loader.cpp.
Referenced by GetInfoFromIcoBmp().
|
static |
Definition at line 124 of file loader.cpp.
Referenced by OverrideFileContent().
|
static |
Definition at line 94 of file loader.cpp.
Referenced by OverrideFileContent().
Definition at line 75 of file loader.cpp.
Referenced by GetInfoFromPng(), IsPngSignature(), and OverrideFileContent().
Definition at line 82 of file loader.cpp.
Definition at line 236 of file loader.cpp.
Referenced by LoadImageFromPath().
Definition at line 269 of file loader.cpp.
Referenced by Preview_pLoadImage().
Definition at line 136 of file loader.cpp.
Referenced by LoadImageFromFileHandle().
Definition at line 16 of file loader.cpp.