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

#include <cfx_imagestretcher.h>

+ Collaboration diagram for CFX_ImageStretcher:

Public Member Functions

 CFX_ImageStretcher (ScanlineComposerIface *pDest, RetainPtr< const CFX_DIBBase > source, int dest_width, int dest_height, const FX_RECT &bitmap_rect, const FXDIB_ResampleOptions &options)
 
 ~CFX_ImageStretcher ()
 
bool Start ()
 
bool Continue (PauseIndicatorIface *pPause)
 
RetainPtr< const CFX_DIBBasesource ()
 

Detailed Description

Definition at line 22 of file cfx_imagestretcher.h.

Constructor & Destructor Documentation

◆ CFX_ImageStretcher()

CFX_ImageStretcher::CFX_ImageStretcher ( ScanlineComposerIface * pDest,
RetainPtr< const CFX_DIBBase > source,
int dest_width,
int dest_height,
const FX_RECT & bitmap_rect,
const FXDIB_ResampleOptions & options )

Definition at line 72 of file cfx_imagestretcher.cpp.

References CFX_ImageStretcher(), and FX_RECT::FX_RECT().

Referenced by CFX_ImageStretcher().

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

◆ ~CFX_ImageStretcher()

CFX_ImageStretcher::~CFX_ImageStretcher ( )
default

Member Function Documentation

◆ Continue()

bool CFX_ImageStretcher::Continue ( PauseIndicatorIface * pPause)

Definition at line 107 of file cfx_imagestretcher.cpp.

Referenced by pdfium::CFX_AggDeviceDriver::StretchDIBits(), and CFX_DIBBase::StretchTo().

+ Here is the caller graph for this function:

◆ source()

RetainPtr< const CFX_DIBBase > CFX_ImageStretcher::source ( )

Definition at line 111 of file cfx_imagestretcher.cpp.

◆ Start()

bool CFX_ImageStretcher::Start ( )

Definition at line 90 of file cfx_imagestretcher.cpp.

Referenced by pdfium::CFX_AggDeviceDriver::StretchDIBits(), and CFX_DIBBase::StretchTo().

+ Here is the caller graph for this function:

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