![]() |
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>
Classes | |
struct | StartResult |
Public Types | |
enum class | Result { kFailure , kSuccess } |
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)=0 |
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 FX_RECT | GetClipBox () const =0 |
virtual bool | GetDIBits (RetainPtr< CFX_DIBitmap > bitmap, int left, int top) const |
virtual RetainPtr< const CFX_DIBitmap > | GetBackDrop () const |
virtual bool | SetDIBits (RetainPtr< const CFX_DIBBase > bitmap, 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 StartResult | StartDIBits (RetainPtr< const CFX_DIBBase > bitmap, float alpha, uint32_t color, const CFX_Matrix &matrix, const FXDIB_ResampleOptions &options, BlendMode blend_type)=0 |
virtual bool | ContinueDIBits (CFX_AggImageRenderer *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 | MultiplyAlpha (float alpha)=0 |
virtual bool | MultiplyAlphaMask (RetainPtr< const CFX_DIBitmap > mask)=0 |
Definition at line 41 of file renderdevicedriver_iface.h.
|
strong |
Enumerator | |
---|---|
kFailure | |
kSuccess |
Definition at line 43 of file renderdevicedriver_iface.h.
|
virtualdefault |
|
virtual |
Reimplemented in pdfium::CFX_AggDeviceDriver.
Definition at line 48 of file renderdevicedriver_iface.cpp.
|
virtual |
Reimplemented in CGdiDeviceDriver.
Definition at line 32 of file renderdevicedriver_iface.cpp.
|
virtual |
Reimplemented in CFX_SkiaDeviceDriver, CGdiPrinterDriver, CPSPrinterDriver, CTextOnlyPrinterDriver, and pdfium::CFX_AggDeviceDriver.
Definition at line 53 of file renderdevicedriver_iface.cpp.
|
pure virtual |
Implemented in CFX_SkiaDeviceDriver, CGdiDeviceDriver, CPSPrinterDriver, CTextOnlyPrinterDriver, and pdfium::CFX_AggDeviceDriver.
|
virtual |
Reimplemented in CFX_SkiaDeviceDriver, CGdiDeviceDriver, and pdfium::CFX_AggDeviceDriver.
Definition at line 27 of file renderdevicedriver_iface.cpp.
|
virtual |
Reimplemented in CFX_SkiaDeviceDriver, and pdfium::CFX_AggDeviceDriver.
Definition at line 44 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 38 of file renderdevicedriver_iface.cpp.
|
virtual |
Reimplemented in CFX_SkiaDeviceDriver, and pdfium::CFX_AggDeviceDriver.
Definition at line 63 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 25 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 18 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.