|
Blender
V2.93
|
#include <new>#include <shlwapi.h>#include <thumbcache.h>#include "Wincodec.h"#include <math.h>#include <zlib.h>Go to the source code of this file.
Classes | |
| class | CBlendThumb |
Macros | |
| #define | RED_BYTE pRGBA[i] |
| #define | BLUE_BYTE pRGBA[i + 2] |
Functions | |
| HRESULT | CBlendThumb_CreateInstance (REFIID riid, void **ppv) |
Variables | |
| const unsigned char | gzip_magic [3] = {0x1f, 0x8b, 0x08} |
| #define BLUE_BYTE pRGBA[i + 2] |
| #define RED_BYTE pRGBA[i] |
| HRESULT CBlendThumb_CreateInstance | ( | REFIID | riid, |
| void ** | ppv | ||
| ) |
Definition at line 75 of file BlenderThumb.cpp.
References CBlendThumb::QueryInterface().
| const unsigned char gzip_magic[3] = {0x1f, 0x8b, 0x08} |
Definition at line 100 of file BlenderThumb.cpp.
Referenced by CBlendThumb::GetThumbnail().