Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
fxcodec::CFX_BmpDecompressor Class Reference

#include <cfx_bmpdecompressor.h>

+ Collaboration diagram for fxcodec::CFX_BmpDecompressor:

Public Member Functions

 CFX_BmpDecompressor (const CFX_BmpContext *context)
 
 ~CFX_BmpDecompressor ()
 
BmpDecoder::Status DecodeImage ()
 
BmpDecoder::Status ReadHeader ()
 
void SetInputBuffer (RetainPtr< CFX_CodecMemory > codec_memory)
 
FX_FILESIZE GetAvailInput () const
 
const std::vector< uint32_t > * palette () const
 
uint32_t width () const
 
uint32_t height () const
 
int32_t components () const
 
bool img_tb_flag () const
 
int32_t pal_num () const
 
int32_t dpi_x () const
 
int32_t dpi_y () const
 

Detailed Description

Definition at line 27 of file cfx_bmpdecompressor.h.

Constructor & Destructor Documentation

◆ CFX_BmpDecompressor()

fxcodec::CFX_BmpDecompressor::CFX_BmpDecompressor ( const CFX_BmpContext * context)
explicit

Definition at line 59 of file cfx_bmpdecompressor.cpp.

References CFX_BmpDecompressor().

Referenced by CFX_BmpDecompressor().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ ~CFX_BmpDecompressor()

fxcodec::CFX_BmpDecompressor::~CFX_BmpDecompressor ( )
default

Member Function Documentation

◆ components()

int32_t fxcodec::CFX_BmpDecompressor::components ( ) const
inline

Definition at line 40 of file cfx_bmpdecompressor.h.

◆ DecodeImage()

BmpDecoder::Status fxcodec::CFX_BmpDecompressor::DecodeImage ( )

Definition at line 342 of file cfx_bmpdecompressor.cpp.

References fxcodec::BmpDecoder::kFail.

◆ dpi_x()

int32_t fxcodec::CFX_BmpDecompressor::dpi_x ( ) const
inline

Definition at line 43 of file cfx_bmpdecompressor.h.

◆ dpi_y()

int32_t fxcodec::CFX_BmpDecompressor::dpi_y ( ) const
inline

Definition at line 44 of file cfx_bmpdecompressor.h.

◆ GetAvailInput()

FX_FILESIZE fxcodec::CFX_BmpDecompressor::GetAvailInput ( ) const

Definition at line 690 of file cfx_bmpdecompressor.cpp.

◆ height()

uint32_t fxcodec::CFX_BmpDecompressor::height ( ) const
inline

Definition at line 39 of file cfx_bmpdecompressor.h.

◆ img_tb_flag()

bool fxcodec::CFX_BmpDecompressor::img_tb_flag ( ) const
inline

Definition at line 41 of file cfx_bmpdecompressor.h.

◆ pal_num()

int32_t fxcodec::CFX_BmpDecompressor::pal_num ( ) const
inline

Definition at line 42 of file cfx_bmpdecompressor.h.

◆ palette()

const std::vector< uint32_t > * fxcodec::CFX_BmpDecompressor::palette ( ) const
inline

Definition at line 37 of file cfx_bmpdecompressor.h.

◆ ReadHeader()

BmpDecoder::Status fxcodec::CFX_BmpDecompressor::ReadHeader ( )

Definition at line 74 of file cfx_bmpdecompressor.cpp.

References fxcodec::BmpDecoder::kSuccess.

◆ SetInputBuffer()

void fxcodec::CFX_BmpDecompressor::SetInputBuffer ( RetainPtr< CFX_CodecMemory > codec_memory)

Definition at line 685 of file cfx_bmpdecompressor.cpp.

◆ width()

uint32_t fxcodec::CFX_BmpDecompressor::width ( ) const
inline

Definition at line 38 of file cfx_bmpdecompressor.h.


The documentation for this class was generated from the following files: