Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <renderdevicedriver_iface.h>
Public Member Functions | |
virtual | ~RenderDeviceDriverIface () |
virtual DeviceType | GetDeviceType () const =0 |
virtual int | GetDeviceCaps (int caps_id) const =0 |
virtual void | SaveState ()=0 |
virtual void | RestoreState (bool bKeepSaved)=0 |
virtual void | SetBaseClip (const FX_RECT &rect) |
virtual bool | SetClip_PathFill (const CFX_Path &path, const CFX_Matrix *pObject2Device, const CFX_FillRenderOptions &fill_options)=0 |
virtual bool | SetClip_PathStroke (const CFX_Path &path, const CFX_Matrix *pObject2Device, const CFX_GraphStateData *pGraphState) |
virtual 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, BlendMode blend_type)=0 |
virtual bool | FillRectWithBlend (const FX_RECT &rect, uint32_t fill_color, BlendMode blend_type) |
virtual bool | DrawCosmeticLine (const CFX_PointF &ptMoveTo, const CFX_PointF &ptLineTo, uint32_t color, BlendMode blend_type) |
virtual bool | GetClipBox (FX_RECT *pRect)=0 |
virtual bool | GetDIBits (const RetainPtr< CFX_DIBitmap > &pBitmap, int left, int top) |
virtual RetainPtr< CFX_DIBitmap > | GetBackDrop () |
virtual bool | SetDIBits (const RetainPtr< const CFX_DIBBase > &pBitmap, uint32_t color, const FX_RECT &src_rect, int dest_left, int dest_top, BlendMode blend_type)=0 |
virtual 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)=0 |
virtual bool | StartDIBits (RetainPtr< const CFX_DIBBase > bitmap, float alpha, uint32_t color, const CFX_Matrix &matrix, const FXDIB_ResampleOptions &options, std::unique_ptr< CFX_ImageRenderer > *handle, BlendMode blend_type)=0 |
virtual bool | ContinueDIBits (CFX_ImageRenderer *handle, PauseIndicatorIface *pPause) |
virtual bool | DrawDeviceText (pdfium::span< const TextCharPos > pCharPos, CFX_Font *pFont, const CFX_Matrix &mtObject2Device, float font_size, uint32_t color, const CFX_TextRenderOptions &options) |
virtual int | GetDriverType () const |
virtual bool | DrawShading (const CPDF_ShadingPattern *pPattern, const CFX_Matrix *pMatrix, const FX_RECT &clip_rect, int alpha, bool bAlphaMode) |
virtual bool | MultiplyAlpha (float alpha)=0 |
virtual bool | MultiplyAlphaMask (const RetainPtr< const CFX_DIBBase > &mask)=0 |
Definition at line 38 of file renderdevicedriver_iface.h.
|
virtualdefault |
|
virtual |
Reimplemented in CFX_SkiaDeviceDriver, and pdfium::CFX_AggDeviceDriver.
Definition at line 47 of file renderdevicedriver_iface.cpp.
|
virtual |
Reimplemented in CFX_SkiaDeviceDriver, and CGdiDeviceDriver.
Definition at line 30 of file renderdevicedriver_iface.cpp.
|
virtual |
Reimplemented in CFX_SkiaDeviceDriver, CGdiPrinterDriver, CPSPrinterDriver, CTextOnlyPrinterDriver, and pdfium::CFX_AggDeviceDriver.
Definition at line 52 of file renderdevicedriver_iface.cpp.
|
pure virtual |
Implemented in CFX_SkiaDeviceDriver, CGdiDeviceDriver, CPSPrinterDriver, CTextOnlyPrinterDriver, and pdfium::CFX_AggDeviceDriver.
|
virtual |
Reimplemented in CFX_SkiaDeviceDriver.
Definition at line 66 of file renderdevicedriver_iface.cpp.
|
virtual |
Reimplemented in CFX_SkiaDeviceDriver, CGdiDeviceDriver, and pdfium::CFX_AggDeviceDriver.
Definition at line 24 of file renderdevicedriver_iface.cpp.
|
virtual |
Reimplemented in CFX_SkiaDeviceDriver, and pdfium::CFX_AggDeviceDriver.
Definition at line 43 of file renderdevicedriver_iface.cpp.
|
pure virtual |
Implemented in CFX_SkiaDeviceDriver, CGdiDeviceDriver, CPSPrinterDriver, CTextOnlyPrinterDriver, and pdfium::CFX_AggDeviceDriver.
|
pure virtual |
|
pure virtual |
Implemented in CFX_SkiaDeviceDriver, CGdiDeviceDriver, CPSPrinterDriver, CTextOnlyPrinterDriver, and pdfium::CFX_AggDeviceDriver.
|
virtual |
Reimplemented in CFX_SkiaDeviceDriver, CGdiDisplayDriver, and pdfium::CFX_AggDeviceDriver.
Definition at line 37 of file renderdevicedriver_iface.cpp.
|
virtual |
Reimplemented in CFX_SkiaDeviceDriver, and pdfium::CFX_AggDeviceDriver.
Definition at line 62 of file renderdevicedriver_iface.cpp.
|
pure virtual |
Implemented in CFX_SkiaDeviceDriver, CGdiDeviceDriver, CPSPrinterDriver, CTextOnlyPrinterDriver, and pdfium::CFX_AggDeviceDriver.
|
pure virtual |
Implemented in CFX_SkiaDeviceDriver, CGdiDeviceDriver, CPSPrinterDriver, CTextOnlyPrinterDriver, and pdfium::CFX_AggDeviceDriver.
|
pure virtual |
Implemented in CFX_SkiaDeviceDriver, CGdiDeviceDriver, CPSPrinterDriver, CTextOnlyPrinterDriver, and pdfium::CFX_AggDeviceDriver.
|
pure virtual |
Implemented in CFX_SkiaDeviceDriver, CGdiDeviceDriver, CPSPrinterDriver, CTextOnlyPrinterDriver, and pdfium::CFX_AggDeviceDriver.
Reimplemented in CGdiDeviceDriver.
Definition at line 22 of file renderdevicedriver_iface.cpp.
|
pure virtual |
Implemented in CFX_SkiaDeviceDriver, CGdiDeviceDriver, CPSPrinterDriver, CTextOnlyPrinterDriver, and pdfium::CFX_AggDeviceDriver.
|
virtual |
Reimplemented in CFX_SkiaDeviceDriver, CGdiDeviceDriver, CPSPrinterDriver, CTextOnlyPrinterDriver, and pdfium::CFX_AggDeviceDriver.
Definition at line 15 of file renderdevicedriver_iface.cpp.
|
pure virtual |
Implemented in CFX_SkiaDeviceDriver, CGdiDisplayDriver, CGdiPrinterDriver, CPSPrinterDriver, CTextOnlyPrinterDriver, and pdfium::CFX_AggDeviceDriver.
|
pure virtual |
Implemented in CFX_SkiaDeviceDriver, CGdiDisplayDriver, CGdiPrinterDriver, CPSPrinterDriver, CTextOnlyPrinterDriver, and pdfium::CFX_AggDeviceDriver.
|
pure virtual |
Implemented in CFX_SkiaDeviceDriver, CGdiDisplayDriver, CGdiPrinterDriver, CPSPrinterDriver, CTextOnlyPrinterDriver, and pdfium::CFX_AggDeviceDriver.