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

#include <cgdi_plus_ext.h>

+ Collaboration diagram for CGdiplusExt:

Public Member Functions

 CGdiplusExt ()
 
 ~CGdiplusExt ()
 
void Load ()
 
bool IsAvailable ()
 
bool StretchDIBits (HDC hDC, RetainPtr< const CFX_DIBBase > source, int dest_left, int dest_top, int dest_width, int dest_height, const FX_RECT *pClipRect, const FXDIB_ResampleOptions &options)
 
bool DrawPath (HDC hDC, const CFX_Path &path, const CFX_Matrix *pObject2Device, const CFX_GraphStateData *pGraphState, uint32_t fill_argb, uint32_t stroke_argb, const CFX_FillRenderOptions &fill_options)
 
pdfium::span< const FARPROC > functions () const
 

Detailed Description

Definition at line 26 of file cgdi_plus_ext.h.

Constructor & Destructor Documentation

◆ CGdiplusExt()

CGdiplusExt::CGdiplusExt ( )
default

◆ ~CGdiplusExt()

CGdiplusExt::~CGdiplusExt ( )

Definition at line 561 of file cgdi_plus_ext.cpp.

Member Function Documentation

◆ DrawPath()

bool CGdiplusExt::DrawPath ( HDC hDC,
const CFX_Path & path,
const CFX_Matrix * pObject2Device,
const CFX_GraphStateData * pGraphState,
uint32_t fill_argb,
uint32_t stroke_argb,
const CFX_FillRenderOptions & fill_options )

◆ functions()

pdfium::span< const FARPROC > CGdiplusExt::functions ( ) const
inline

Definition at line 49 of file cgdi_plus_ext.h.

◆ IsAvailable()

bool CGdiplusExt::IsAvailable ( )
inline

Definition at line 32 of file cgdi_plus_ext.h.

◆ Load()

void CGdiplusExt::Load ( )

Definition at line 565 of file cgdi_plus_ext.cpp.

References fxcrt::ByteString::operator+=().

+ Here is the call graph for this function:

◆ StretchDIBits()

bool CGdiplusExt::StretchDIBits ( HDC hDC,
RetainPtr< const CFX_DIBBase > source,
int dest_left,
int dest_top,
int dest_width,
int dest_height,
const FX_RECT * pClipRect,
const FXDIB_ResampleOptions & options )

Definition at line 591 of file cgdi_plus_ext.cpp.

References FXDIB_ResampleOptions::bNoSmoothing.


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