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
CPDF_ImageLoader Class Reference

#include <cpdf_imageloader.h>

+ Collaboration diagram for CPDF_ImageLoader:

Public Member Functions

 CPDF_ImageLoader ()
 
 ~CPDF_ImageLoader ()
 
bool Start (const CPDF_ImageObject *pImage, CPDF_PageImageCache *pPageImageCache, const CPDF_Dictionary *pFormResource, const CPDF_Dictionary *pPageResource, bool bStdCS, CPDF_ColorSpace::Family eFamily, bool bLoadMask, const CFX_Size &max_size_required)
 
bool Continue (PauseIndicatorIface *pPause)
 
RetainPtr< CFX_DIBBaseTranslateImage (RetainPtr< CPDF_TransferFunc > pTransferFunc)
 
const RetainPtr< CFX_DIBBase > & GetBitmap () const
 
const RetainPtr< CFX_DIBBase > & GetMask () const
 
uint32_t MatteColor () const
 

Detailed Description

Definition at line 21 of file cpdf_imageloader.h.

Constructor & Destructor Documentation

◆ CPDF_ImageLoader()

CPDF_ImageLoader::CPDF_ImageLoader ( )
default

◆ ~CPDF_ImageLoader()

CPDF_ImageLoader::~CPDF_ImageLoader ( )
default

Member Function Documentation

◆ Continue()

bool CPDF_ImageLoader::Continue ( PauseIndicatorIface * pPause)

Definition at line 49 of file cpdf_imageloader.cpp.

◆ GetBitmap()

const RetainPtr< CFX_DIBBase > & CPDF_ImageLoader::GetBitmap ( ) const
inline

Definition at line 39 of file cpdf_imageloader.h.

◆ GetMask()

const RetainPtr< CFX_DIBBase > & CPDF_ImageLoader::GetMask ( ) const
inline

Definition at line 40 of file cpdf_imageloader.h.

◆ MatteColor()

uint32_t CPDF_ImageLoader::MatteColor ( ) const
inline

Definition at line 41 of file cpdf_imageloader.h.

◆ Start()

bool CPDF_ImageLoader::Start ( const CPDF_ImageObject * pImage,
CPDF_PageImageCache * pPageImageCache,
const CPDF_Dictionary * pFormResource,
const CPDF_Dictionary * pPageResource,
bool bStdCS,
CPDF_ColorSpace::Family eFamily,
bool bLoadMask,
const CFX_Size & max_size_required )

Definition at line 23 of file cpdf_imageloader.cpp.

◆ TranslateImage()

RetainPtr< CFX_DIBBase > CPDF_ImageLoader::TranslateImage ( RetainPtr< CPDF_TransferFunc > pTransferFunc)

Definition at line 59 of file cpdf_imageloader.cpp.


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