|
Blender
V3.3
|
#include <math.h>#include <new>#include <shlwapi.h>#include <string>#include <thumbcache.h>#include "Wincodec.h"#include "blendthumb.hh"#include "BLI_filereader.h"Go to the source code of this file.
Classes | |
| class | CBlendThumb |
| struct | StreamReader |
Functions | |
| HRESULT | CBlendThumb_CreateInstance (REFIID riid, void **ppv) |
| static ssize_t | stream_read (FileReader *reader, void *buffer, size_t size) |
| static off64_t | stream_seek (FileReader *reader, off64_t offset, int whence) |
| static void | stream_close (FileReader *reader) |
Thumbnail from Blend file extraction for MS-Windows.
Definition in file blendthumb_win32.cc.
| HRESULT CBlendThumb_CreateInstance | ( | REFIID | riid, |
| void ** | ppv | ||
| ) |
Definition at line 75 of file blendthumb_win32.cc.
References CBlendThumb::QueryInterface().
|
static |
Definition at line 138 of file blendthumb_win32.cc.
Referenced by CBlendThumb::GetThumbnail().
|
static |
Definition at line 105 of file blendthumb_win32.cc.
References StreamReader::_pStream, buffer, FileReader::offset, StreamReader::reader, and size().
Referenced by CBlendThumb::GetThumbnail().
|
static |
Definition at line 116 of file blendthumb_win32.cc.
References StreamReader::_pStream, offset, FileReader::offset, and StreamReader::reader.
Referenced by CBlendThumb::GetThumbnail().