/external/pdfium/core/fxge/ |
D | cfx_renderdevice.cpp | 371 CFX_RenderDevice::CFX_RenderDevice() = default; 373 CFX_RenderDevice::~CFX_RenderDevice() { in ~CFX_RenderDevice() 381 CFX_Matrix CFX_RenderDevice::GetFlipMatrix(float width, in GetFlipMatrix() 389 void CFX_RenderDevice::Flush(bool release) { in Flush() 397 void CFX_RenderDevice::SetDeviceDriver( in SetDeviceDriver() 403 void CFX_RenderDevice::InitDeviceInfo() { in InitDeviceInfo() 417 void CFX_RenderDevice::SaveState() { in SaveState() 421 void CFX_RenderDevice::RestoreState(bool bKeepSaved) { in RestoreState() 428 int CFX_RenderDevice::GetDeviceCaps(int caps_id) const { in GetDeviceCaps() 432 RetainPtr<CFX_DIBitmap> CFX_RenderDevice::GetBitmap() const { in GetBitmap() [all …]
|
D | cfx_renderdevice.h | 32 class CFX_RenderDevice { 36 explicit StateRestorer(CFX_RenderDevice* pDevice); 40 UnownedPtr<CFX_RenderDevice> m_pDevice; 43 CFX_RenderDevice(); 44 virtual ~CFX_RenderDevice();
|
/external/pdfium/core/fpdfapi/render/ |
D | cpdf_scaledrenderbuffer.h | 16 class CFX_RenderDevice; variable 27 CFX_RenderDevice* pDevice, 33 CFX_RenderDevice* GetDevice() const; 38 UnownedPtr<CFX_RenderDevice> m_pDevice;
|
D | cpdf_devicebuffer.h | 15 class CFX_RenderDevice; variable 21 static CFX_Matrix CalculateMatrix(CFX_RenderDevice* pDevice, 27 CFX_RenderDevice* pDevice, 39 UnownedPtr<CFX_RenderDevice> const m_pDevice;
|
D | cpdf_textrenderer.h | 17 class CFX_RenderDevice; variable 25 static void DrawTextString(CFX_RenderDevice* pDevice, 35 static bool DrawTextPath(CFX_RenderDevice* pDevice, 48 static bool DrawNormalText(CFX_RenderDevice* pDevice,
|
D | cpdf_progressiverenderer.h | 19 class CFX_RenderDevice; variable 35 CFX_RenderDevice* pDevice, 49 UnownedPtr<CFX_RenderDevice> const m_pDevice;
|
D | cpdf_rendercontext.h | 24 class CFX_RenderDevice; variable 46 void Render(CFX_RenderDevice* pDevice, 50 void Render(CFX_RenderDevice* pDevice,
|
D | cpdf_rendercontext.cpp | 52 void CPDF_RenderContext::Render(CFX_RenderDevice* pDevice, in Render() 58 void CPDF_RenderContext::Render(CFX_RenderDevice* pDevice, in Render() 63 CFX_RenderDevice::StateRestorer restorer(pDevice); in Render()
|
D | cpdf_rendershading.h | 11 class CFX_RenderDevice; variable 20 static void Draw(CFX_RenderDevice* pDevice,
|
D | cpdf_pagerendercontext.h | 14 class CFX_RenderDevice; variable 34 std::unique_ptr<CFX_RenderDevice> m_pDevice;
|
D | cpdf_renderstatus.h | 24 class CFX_RenderDevice; variable 47 CPDF_RenderStatus(CPDF_RenderContext* pContext, CFX_RenderDevice* pDevice); 90 CFX_RenderDevice* GetRenderDevice() const { return m_pDevice; } in GetRenderDevice() 191 CFX_RenderDevice* const m_pDevice;
|
/external/pdfium/xfa/fxgraphics/ |
D | cxfa_graphics.h | 29 class CFX_RenderDevice; variable 34 explicit CXFA_Graphics(CFX_RenderDevice* renderDevice); 42 CFX_RenderDevice* GetRenderDevice(); 85 CFX_RenderDevice* const m_renderDevice; // Not owned.
|
/external/pdfium/xfa/fxfa/ |
D | cxfa_imagerenderer.h | 16 class CFX_RenderDevice; variable 24 CXFA_ImageRenderer(CFX_RenderDevice* pDevice, 37 UnownedPtr<CFX_RenderDevice> m_pDevice;
|
D | cxfa_textlayout.h | 22 class CFX_RenderDevice; variable 49 bool DrawString(CFX_RenderDevice* pFxDevice, 104 void RenderString(CFX_RenderDevice* pDevice, 109 void RenderPath(CFX_RenderDevice* pDevice,
|
/external/pdfium/fxbarcode/oned/ |
D | BC_OneDimWriter.h | 20 class CFX_RenderDevice; variable 44 bool RenderDeviceResult(CFX_RenderDevice* device, 58 CFX_RenderDevice* device, 62 void ShowDeviceChars(CFX_RenderDevice* device,
|
D | BC_OnedEAN13Writer.h | 15 class CFX_RenderDevice; variable 35 CFX_RenderDevice* device,
|
D | BC_OnedUPCAWriter.h | 19 class CFX_RenderDevice; variable 40 CFX_RenderDevice* device,
|
/external/pdfium/fpdfsdk/formfiller/ |
D | cffl_button.h | 13 class CFX_RenderDevice; variable 42 CFX_RenderDevice* pDevice, 46 CFX_RenderDevice* pDevice,
|
/external/pdfium/core/fpdfdoc/ |
D | cpdf_annotlist.h | 18 class CFX_RenderDevice; variable 38 CFX_RenderDevice* pDevice, 54 CFX_RenderDevice* pDevice,
|
D | cpdf_annot.h | 18 class CFX_RenderDevice; variable 87 CFX_RenderDevice* pDevice, 97 void DrawBorder(CFX_RenderDevice* pDevice,
|
/external/pdfium/xfa/fde/ |
D | cfde_textout.h | 21 class CFX_RenderDevice; variable 38 static bool DrawString(CFX_RenderDevice* device, 59 void DrawLogicText(CFX_RenderDevice* device,
|
/external/pdfium/fxbarcode/ |
D | BC_TwoDimWriter.h | 17 class CFX_RenderDevice; variable 27 void RenderDeviceResult(CFX_RenderDevice* device, const CFX_Matrix* matrix);
|
D | cbc_codebase.h | 21 class CFX_RenderDevice; variable 30 virtual bool RenderDevice(CFX_RenderDevice* device,
|
D | cfx_barcode.h | 20 class CFX_RenderDevice; variable 31 bool RenderDevice(CFX_RenderDevice* device, const CFX_Matrix* matrix);
|
/external/pdfium/fpdfsdk/ |
D | cpdfsdk_widget.h | 21 class CFX_RenderDevice; variable 115 void DrawShadow(CFX_RenderDevice* pDevice, CPDFSDK_PageView* pPageView); 125 void DrawAppearance(CFX_RenderDevice* pDevice,
|