ReactOS 0.4.15-dev-7942-gd23573b
TgaDecoder Struct Reference
Collaboration diagram for TgaDecoder:

Public Attributes

IWICBitmapDecoder IWICBitmapDecoder_iface
 
IWICBitmapFrameDecode IWICBitmapFrameDecode_iface
 
LONG ref
 
BOOL initialized
 
IStreamstream
 
tga_header header
 
tga_extension_area extension_area
 
BYTEimagebits
 
BYTEorigin
 
int stride
 
ULONG id_offset
 
ULONG colormap_length
 
ULONG colormap_offset
 
ULONG image_offset
 
ULONG extension_area_offset
 
ULONG developer_directory_offset
 
CRITICAL_SECTION lock
 

Detailed Description

Definition at line 102 of file tgaformat.c.

Member Data Documentation

◆ colormap_length

ULONG TgaDecoder::colormap_length

Definition at line 114 of file tgaformat.c.

◆ colormap_offset

ULONG TgaDecoder::colormap_offset

Definition at line 115 of file tgaformat.c.

◆ developer_directory_offset

ULONG TgaDecoder::developer_directory_offset

Definition at line 118 of file tgaformat.c.

◆ extension_area

tga_extension_area TgaDecoder::extension_area

Definition at line 109 of file tgaformat.c.

◆ extension_area_offset

ULONG TgaDecoder::extension_area_offset

Definition at line 117 of file tgaformat.c.

◆ header

tga_header TgaDecoder::header

Definition at line 108 of file tgaformat.c.

◆ id_offset

ULONG TgaDecoder::id_offset

Definition at line 113 of file tgaformat.c.

◆ image_offset

ULONG TgaDecoder::image_offset

Definition at line 116 of file tgaformat.c.

◆ imagebits

BYTE* TgaDecoder::imagebits

Definition at line 110 of file tgaformat.c.

◆ initialized

BOOL TgaDecoder::initialized

Definition at line 106 of file tgaformat.c.

◆ IWICBitmapDecoder_iface

IWICBitmapDecoder TgaDecoder::IWICBitmapDecoder_iface

Definition at line 103 of file tgaformat.c.

◆ IWICBitmapFrameDecode_iface

IWICBitmapFrameDecode TgaDecoder::IWICBitmapFrameDecode_iface

Definition at line 104 of file tgaformat.c.

◆ lock

CRITICAL_SECTION TgaDecoder::lock

Definition at line 119 of file tgaformat.c.

◆ origin

BYTE* TgaDecoder::origin

Definition at line 111 of file tgaformat.c.

◆ ref

LONG TgaDecoder::ref

Definition at line 105 of file tgaformat.c.

◆ stream

IStream* TgaDecoder::stream

Definition at line 107 of file tgaformat.c.

◆ stride

int TgaDecoder::stride

Definition at line 112 of file tgaformat.c.


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