![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <cps_printer_driver.h>
Public Member Functions | |
CPSPrinterDriver (HDC hDC, WindowsPrintMode mode, CFX_PSFontTracker *ps_font_tracker, const EncoderIface *encoder_iface) | |
~CPSPrinterDriver () override | |
Public Member Functions inherited from RenderDeviceDriverIface | |
virtual | ~RenderDeviceDriverIface () |
virtual void | SetBaseClip (const FX_RECT &rect) |
virtual bool | FillRect (const FX_RECT &rect, uint32_t fill_color) |
virtual bool | DrawCosmeticLine (const CFX_PointF &ptMoveTo, const CFX_PointF &ptLineTo, uint32_t color) |
virtual bool | GetDIBits (RetainPtr< CFX_DIBitmap > bitmap, int left, int top) const |
virtual RetainPtr< const CFX_DIBitmap > | GetBackDrop () const |
virtual bool | ContinueDIBits (CFX_AggImageRenderer *handle, PauseIndicatorIface *pPause) |
virtual int | GetDriverType () const |
Private Member Functions | |
DeviceType | GetDeviceType () const override |
int | GetDeviceCaps (int caps_id) const override |
void | SaveState () override |
void | RestoreState (bool bKeepSaved) override |
bool | SetClip_PathFill (const CFX_Path &paath, const CFX_Matrix *pObject2Device, const CFX_FillRenderOptions &fill_options) override |
bool | SetClip_PathStroke (const CFX_Path &path, const CFX_Matrix *pObject2Device, const CFX_GraphStateData *pGraphState) override |
bool | DrawPath (const CFX_Path &path, const CFX_Matrix *pObject2Device, const CFX_GraphStateData *pGraphState, uint32_t fill_color, uint32_t stroke_color, const CFX_FillRenderOptions &fill_options) override |
FX_RECT | GetClipBox () const override |
bool | SetDIBits (RetainPtr< const CFX_DIBBase > bitmap, uint32_t color, const FX_RECT &src_rect, int left, int top, BlendMode blend_type) override |
bool | StretchDIBits (RetainPtr< const CFX_DIBBase > bitmap, uint32_t color, int dest_left, int dest_top, int dest_width, int dest_height, const FX_RECT *pClipRect, const FXDIB_ResampleOptions &options, BlendMode blend_type) override |
StartResult | StartDIBits (RetainPtr< const CFX_DIBBase > bitmap, float alpha, uint32_t color, const CFX_Matrix &matrix, const FXDIB_ResampleOptions &options, BlendMode blend_type) override |
bool | DrawDeviceText (pdfium::span< const TextCharPos > pCharPos, CFX_Font *pFont, const CFX_Matrix &mtObject2Device, float font_size, uint32_t color, const CFX_TextRenderOptions &options) override |
bool | MultiplyAlpha (float alpha) override |
bool | MultiplyAlphaMask (RetainPtr< const CFX_DIBitmap > mask) override |
Additional Inherited Members | |
Public Types inherited from RenderDeviceDriverIface | |
enum class | Result { kFailure , kSuccess } |
Definition at line 20 of file cps_printer_driver.h.
CPSPrinterDriver::CPSPrinterDriver | ( | HDC | hDC, |
WindowsPrintMode | mode, | ||
CFX_PSFontTracker * | ps_font_tracker, | ||
const EncoderIface * | encoder_iface ) |
Definition at line 49 of file cps_printer_driver.cpp.
References CPSPrinterDriver(), CFX_Path::AppendRect(), CPSOutput::kExtEscape, CPSOutput::kGdiComment, kPostScript2, kPostScript3, and kPostScript3Type42.
Referenced by CPSPrinterDriver().
|
overridedefault |
|
overrideprivatevirtual |
Reimplemented from RenderDeviceDriverIface.
Definition at line 199 of file cps_printer_driver.cpp.
|
overrideprivatevirtual |
Implements RenderDeviceDriverIface.
Definition at line 144 of file cps_printer_driver.cpp.
|
overrideprivatevirtual |
Implements RenderDeviceDriverIface.
Definition at line 154 of file cps_printer_driver.cpp.
|
overrideprivatevirtual |
Implements RenderDeviceDriverIface.
Definition at line 101 of file cps_printer_driver.cpp.
|
overrideprivatevirtual |
Implements RenderDeviceDriverIface.
Definition at line 97 of file cps_printer_driver.cpp.
|
overrideprivatevirtual |
Implements RenderDeviceDriverIface.
Definition at line 210 of file cps_printer_driver.cpp.
|
overrideprivatevirtual |
Implements RenderDeviceDriverIface.
Definition at line 216 of file cps_printer_driver.cpp.
|
overrideprivatevirtual |
Implements RenderDeviceDriverIface.
Definition at line 124 of file cps_printer_driver.cpp.
|
overrideprivatevirtual |
Implements RenderDeviceDriverIface.
Definition at line 120 of file cps_printer_driver.cpp.
|
overrideprivatevirtual |
Implements RenderDeviceDriverIface.
Definition at line 128 of file cps_printer_driver.cpp.
|
overrideprivatevirtual |
Reimplemented from RenderDeviceDriverIface.
Definition at line 136 of file cps_printer_driver.cpp.
|
overrideprivatevirtual |
Implements RenderDeviceDriverIface.
Definition at line 158 of file cps_printer_driver.cpp.
References kNormal.
|
overrideprivatevirtual |
Implements RenderDeviceDriverIface.
Definition at line 183 of file cps_printer_driver.cpp.
References RenderDeviceDriverIface::kFailure, kNormal, and RenderDeviceDriverIface::kSuccess.
|
overrideprivatevirtual |
Implements RenderDeviceDriverIface.
Definition at line 169 of file cps_printer_driver.cpp.