![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
This is the complete list of members for CGdiDeviceDriver, including all inherited members.
| CGdiDeviceDriver(HDC hDC, DeviceType device_type) | CGdiDeviceDriver | protected |
| ContinueDIBits(CFX_AggImageRenderer *handle, PauseIndicatorIface *pPause) | RenderDeviceDriverIface | virtual |
| DrawCosmeticLine(const CFX_PointF &ptMoveTo, const CFX_PointF &ptLineTo, uint32_t color) override | CGdiDeviceDriver | protectedvirtual |
| DrawDeviceText(pdfium::span< const TextCharPos > pCharPos, CFX_Font *pFont, const CFX_Matrix &mtObject2Device, float font_size, uint32_t color, const CFX_TextRenderOptions &options) | RenderDeviceDriverIface | virtual |
| DrawLine(float x1, float y1, float x2, float y2) | CGdiDeviceDriver | protected |
| 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 | CGdiDeviceDriver | protectedvirtual |
| FillRect(const FX_RECT &rect, uint32_t fill_color) override | CGdiDeviceDriver | protectedvirtual |
| GDI_SetDIBits(RetainPtr< const CFX_DIBBase > source, const FX_RECT &src_rect, int left, int top) | CGdiDeviceDriver | protected |
| GDI_StretchBitMask(RetainPtr< const CFX_DIBBase > source, int dest_left, int dest_top, int dest_width, int dest_height, uint32_t bitmap_color) | CGdiDeviceDriver | protected |
| GDI_StretchDIBits(RetainPtr< const CFX_DIBBase > source, int dest_left, int dest_top, int dest_width, int dest_height, const FXDIB_ResampleOptions &options) | CGdiDeviceDriver | protected |
| GetBackDrop() const | RenderDeviceDriverIface | virtual |
| GetClipBox() const override | CGdiDeviceDriver | protectedvirtual |
| GetDeviceCaps(int caps_id) const override | CGdiDeviceDriver | protectedvirtual |
| GetDeviceType() const override | CGdiDeviceDriver | protectedvirtual |
| GetDIBits(RetainPtr< CFX_DIBitmap > bitmap, int left, int top) const | RenderDeviceDriverIface | virtual |
| GetDriverType() const | RenderDeviceDriverIface | virtual |
| m_BaseClipBox | CGdiDeviceDriver | protected |
| m_bMetafileDCType | CGdiDeviceDriver | protected |
| m_DeviceType | CGdiDeviceDriver | protected |
| m_hDC | CGdiDeviceDriver | protected |
| m_Height | CGdiDeviceDriver | protected |
| m_nBitsPerPixel | CGdiDeviceDriver | protected |
| m_RenderCaps | CGdiDeviceDriver | protected |
| m_Width | CGdiDeviceDriver | protected |
| MultiplyAlpha(float alpha) override | CGdiDeviceDriver | protectedvirtual |
| MultiplyAlphaMask(RetainPtr< const CFX_DIBitmap > mask) override | CGdiDeviceDriver | protectedvirtual |
| RestoreState(bool bKeepSaved) override | CGdiDeviceDriver | protectedvirtual |
| Result enum name | RenderDeviceDriverIface | |
| SaveState() override | CGdiDeviceDriver | protectedvirtual |
| SetBaseClip(const FX_RECT &rect) override | CGdiDeviceDriver | protectedvirtual |
| SetClip_PathFill(const CFX_Path &path, const CFX_Matrix *pObject2Device, const CFX_FillRenderOptions &fill_options) override | CGdiDeviceDriver | protectedvirtual |
| SetClip_PathStroke(const CFX_Path &path, const CFX_Matrix *pObject2Device, const CFX_GraphStateData *pGraphState) override | CGdiDeviceDriver | protectedvirtual |
| SetDIBits(RetainPtr< const CFX_DIBBase > bitmap, uint32_t color, const FX_RECT &src_rect, int dest_left, int dest_top, BlendMode blend_type)=0 | RenderDeviceDriverIface | pure virtual |
| StartDIBits(RetainPtr< const CFX_DIBBase > bitmap, float alpha, uint32_t color, const CFX_Matrix &matrix, const FXDIB_ResampleOptions &options, BlendMode blend_type)=0 | RenderDeviceDriverIface | pure virtual |
| 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 | RenderDeviceDriverIface | pure virtual |
| ~CGdiDeviceDriver() override | CGdiDeviceDriver | protected |
| ~RenderDeviceDriverIface() | RenderDeviceDriverIface | virtual |