ReactOS 0.4.15-dev-7918-g2a2556c
BmpDecoder Struct Reference
Collaboration diagram for BmpDecoder:

Public Attributes

IWICBitmapDecoder IWICBitmapDecoder_iface
 
IWICBitmapFrameDecode IWICBitmapFrameDecode_iface
 
LONG ref
 
BOOL initialized
 
IStreamstream
 
ULONG palette_offset
 
ULONG image_offset
 
BITMAPV5HEADER bih
 
const WICPixelFormatGUIDpixelformat
 
int bitsperpixel
 
ReadDataFunc read_data_func
 
INT stride
 
BYTEimagedata
 
BYTEimagedatastart
 
CRITICAL_SECTION lock
 
int packed
 
int icoframe
 

Detailed Description

Definition at line 63 of file bmpdecode.c.

Member Data Documentation

◆ bih

BITMAPV5HEADER BmpDecoder::bih

Definition at line 71 of file bmpdecode.c.

◆ bitsperpixel

int BmpDecoder::bitsperpixel

Definition at line 73 of file bmpdecode.c.

◆ icoframe

int BmpDecoder::icoframe

Definition at line 80 of file bmpdecode.c.

◆ image_offset

ULONG BmpDecoder::image_offset

Definition at line 70 of file bmpdecode.c.

◆ imagedata

BYTE* BmpDecoder::imagedata

Definition at line 76 of file bmpdecode.c.

◆ imagedatastart

BYTE* BmpDecoder::imagedatastart

Definition at line 77 of file bmpdecode.c.

◆ initialized

BOOL BmpDecoder::initialized

Definition at line 67 of file bmpdecode.c.

◆ IWICBitmapDecoder_iface

IWICBitmapDecoder BmpDecoder::IWICBitmapDecoder_iface

Definition at line 64 of file bmpdecode.c.

◆ IWICBitmapFrameDecode_iface

IWICBitmapFrameDecode BmpDecoder::IWICBitmapFrameDecode_iface

Definition at line 65 of file bmpdecode.c.

◆ lock

CRITICAL_SECTION BmpDecoder::lock

Definition at line 78 of file bmpdecode.c.

◆ packed

int BmpDecoder::packed

Definition at line 79 of file bmpdecode.c.

◆ palette_offset

ULONG BmpDecoder::palette_offset

Definition at line 69 of file bmpdecode.c.

◆ pixelformat

const WICPixelFormatGUID* BmpDecoder::pixelformat

Definition at line 72 of file bmpdecode.c.

◆ read_data_func

ReadDataFunc BmpDecoder::read_data_func

Definition at line 74 of file bmpdecode.c.

◆ ref

LONG BmpDecoder::ref

Definition at line 66 of file bmpdecode.c.

◆ stream

IStream* BmpDecoder::stream

Definition at line 68 of file bmpdecode.c.

◆ stride

INT BmpDecoder::stride

Definition at line 75 of file bmpdecode.c.


The documentation for this struct was generated from the following file: