/external/pdfium/core/fxge/ |
D | cfx_renderdevice.cpp | 369 CFX_RenderDevice::CFX_RenderDevice() in CFX_RenderDevice() function in CFX_RenderDevice 377 CFX_RenderDevice::~CFX_RenderDevice() { in ~CFX_RenderDevice() 385 void CFX_RenderDevice::Flush(bool release) { in Flush() 393 void CFX_RenderDevice::SetDeviceDriver( in SetDeviceDriver() 399 void CFX_RenderDevice::InitDeviceInfo() { in InitDeviceInfo() 413 void CFX_RenderDevice::SaveState() { in SaveState() 417 void CFX_RenderDevice::RestoreState(bool bKeepSaved) { in RestoreState() 424 int CFX_RenderDevice::GetDeviceCaps(int caps_id) const { in GetDeviceCaps() 428 CFX_Matrix CFX_RenderDevice::GetCTM() const { in GetCTM() 432 RetainPtr<CFX_DIBitmap> CFX_RenderDevice::GetBitmap() const { in GetBitmap() [all …]
|
D | cfx_renderdevice.h | 88 class CFX_RenderDevice { 92 explicit StateRestorer(CFX_RenderDevice* pDevice); 96 UnownedPtr<CFX_RenderDevice> m_pDevice; 99 CFX_RenderDevice(); 100 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 { in GetDevice() 40 UnownedPtr<CFX_RenderDevice> m_pDevice;
|
D | cpdf_textrenderer.h | 17 class CFX_RenderDevice; variable 25 static void DrawTextString(CFX_RenderDevice* pDevice, 36 static bool DrawTextPath(CFX_RenderDevice* pDevice, 49 static bool DrawNormalText(CFX_RenderDevice* pDevice,
|
D | cpdf_devicebuffer.h | 17 class CFX_RenderDevice; variable 27 CFX_RenderDevice* pDevice, 36 UnownedPtr<CFX_RenderDevice> m_pDevice;
|
D | cpdf_progressiverenderer.h | 19 class CFX_RenderDevice; variable 37 CFX_RenderDevice* pDevice, 51 UnownedPtr<CFX_RenderDevice> const m_pDevice;
|
D | cpdf_rendercontext.h | 25 class CFX_RenderDevice; variable 46 void Render(CFX_RenderDevice* pDevice, 50 void Render(CFX_RenderDevice* pDevice,
|
D | cpdf_rendercontext.cpp | 56 void CPDF_RenderContext::Render(CFX_RenderDevice* pDevice, in Render() 62 void CPDF_RenderContext::Render(CFX_RenderDevice* pDevice, in Render() 67 CFX_RenderDevice::StateRestorer restorer(pDevice); in Render()
|
/external/pdfium/xfa/fxgraphics/ |
D | cxfa_graphics.h | 33 class CFX_RenderDevice; variable 37 explicit CXFA_Graphics(CFX_RenderDevice* renderDevice); 45 CFX_RenderDevice* GetRenderDevice(); 93 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 CFX_RenderDevice* m_pDevice;
|
D | cxfa_textlayout.h | 21 class CFX_RenderDevice; variable 47 bool DrawString(CFX_RenderDevice* pFxDevice, 96 void RenderString(CFX_RenderDevice* pDevice, 101 void RenderPath(CFX_RenderDevice* pDevice,
|
/external/pdfium/fxbarcode/oned/ |
D | BC_OneDimWriter.h | 20 class CFX_RenderDevice; variable 44 bool RenderDeviceResult(CFX_RenderDevice* device, 64 CFX_RenderDevice* device, 68 virtual void ShowDeviceChars(CFX_RenderDevice* device,
|
D | BC_OnedEAN13Writer.h | 15 class CFX_RenderDevice; variable 36 CFX_RenderDevice* device,
|
D | BC_OnedEAN8Writer.h | 16 class CFX_RenderDevice; variable 39 CFX_RenderDevice* device,
|
D | BC_OnedUPCAWriter.h | 19 class CFX_RenderDevice; variable 41 CFX_RenderDevice* device,
|
/external/pdfium/fpdfsdk/formfiller/ |
D | cffl_button.h | 13 class CFX_RenderDevice; variable 44 CFX_RenderDevice* pDevice, 48 CFX_RenderDevice* pDevice,
|
/external/pdfium/core/fpdfdoc/ |
D | cpdf_annotlist.h | 16 class CFX_RenderDevice; variable 36 CFX_RenderDevice* pDevice, 52 CFX_RenderDevice* pDevice,
|
D | cpdf_annot.h | 18 class CFX_RenderDevice; variable 83 CFX_RenderDevice* pDevice, 93 void DrawBorder(CFX_RenderDevice* pDevice,
|
/external/pdfium/fpdfsdk/ |
D | cpdfsdk_baannot.h | 20 class CFX_RenderDevice; variable 82 virtual void DrawAppearance(CFX_RenderDevice* pDevice, 87 void DrawBorder(CFX_RenderDevice* pDevice,
|
D | cpdfsdk_pageview.h | 19 class CFX_RenderDevice; variable 30 void PageView_OnDraw(CFX_RenderDevice* pDevice, 35 void PageView_OnDraw(CFX_RenderDevice* pDevice,
|
D | cpdfsdk_widget.h | 22 class CFX_RenderDevice; variable 127 void DrawShadow(CFX_RenderDevice* pDevice, CPDFSDK_PageView* pPageView); 137 void DrawAppearance(CFX_RenderDevice* pDevice,
|
/external/pdfium/xfa/fde/ |
D | cfde_textout.h | 22 class CFX_RenderDevice; variable 27 static bool DrawString(CFX_RenderDevice* device, 49 void DrawLogicText(CFX_RenderDevice* device,
|
/external/pdfium/core/fpdfapi/ |
D | cpdf_pagerendercontext.h | 12 class CFX_RenderDevice; variable 27 std::unique_ptr<CFX_RenderDevice> m_pDevice;
|
/external/pdfium/fxbarcode/ |
D | BC_TwoDimWriter.h | 16 class CFX_RenderDevice; variable 26 virtual void RenderDeviceResult(CFX_RenderDevice* device,
|
D | cbc_codebase.h | 21 class CFX_RenderDevice; variable 30 virtual bool RenderDevice(CFX_RenderDevice* device,
|