Home
last modified time | relevance | path

Searched refs:CFDE_RenderDevice (Results 1 – 9 of 9) sorted by relevance

/external/pdfium/xfa/fde/
Dfde_gedevice.cpp21 CFDE_RenderDevice::CFDE_RenderDevice(CFX_RenderDevice* pDevice, in CFDE_RenderDevice() function in CFDE_RenderDevice
32 CFDE_RenderDevice::~CFDE_RenderDevice() { in ~CFDE_RenderDevice()
37 int32_t CFDE_RenderDevice::GetWidth() const { in GetWidth()
41 int32_t CFDE_RenderDevice::GetHeight() const { in GetHeight()
45 void CFDE_RenderDevice::SaveState() { in SaveState()
49 void CFDE_RenderDevice::RestoreState() { in RestoreState()
57 bool CFDE_RenderDevice::SetClipRect(const CFX_RectF& rtClip) { in SetClipRect()
65 const CFX_RectF& CFDE_RenderDevice::GetClipRect() { in GetClipRect()
69 bool CFDE_RenderDevice::SetClipPath(const CFDE_Path* pClip) { in SetClipPath()
73 CFDE_Path* CFDE_RenderDevice::GetClipPath() const { in GetClipPath()
[all …]
Dfde_render.h18 class CFDE_RenderDevice; variable
32 bool StartRender(CFDE_RenderDevice* pRenderDevice,
42 CFDE_RenderDevice* m_pRenderDevice;
Dfde_gedevice.h20 class CFDE_RenderDevice {
22 CFDE_RenderDevice(CFX_RenderDevice* pDevice, bool bOwnerDevice);
23 ~CFDE_RenderDevice();
Dfde_render.cpp27 bool CFDE_RenderContext::StartRender(CFDE_RenderDevice* pRenderDevice, in StartRender()
/external/pdfium/xfa/fxfa/app/
Dcxfa_textlayout.h23 class CFDE_RenderDevice; variable
103 void RenderString(CFDE_RenderDevice* pDevice,
109 void RenderPath(CFDE_RenderDevice* pDevice,
Dcxfa_textlayout.cpp565 std::unique_ptr<CFDE_RenderDevice> pDevice( in DrawString()
566 new CFDE_RenderDevice(pFxDevice, false)); in DrawString()
1156 void CXFA_TextLayout::RenderString(CFDE_RenderDevice* pDevice, in RenderString()
1172 void CXFA_TextLayout::RenderPath(CFDE_RenderDevice* pDevice, in RenderPath()
/external/pdfium/xfa/fde/tto/
Dfde_textout.h45 class CFDE_RenderDevice; variable
180 std::unique_ptr<CFDE_RenderDevice> m_pRenderDevice;
Dfde_textout.cpp135 m_pRenderDevice = pdfium::MakeUnique<CFDE_RenderDevice>(device, false); in SetDIBitmap()
140 m_pRenderDevice = pdfium::MakeUnique<CFDE_RenderDevice>(pDevice, false); in SetRenderDevice()
/external/pdfium/xfa/fwl/
Dcfwl_edit.cpp569 std::unique_ptr<CFDE_RenderDevice> pRenderDevice( in DrawContent()
570 new CFDE_RenderDevice(pRenderDev, false)); in DrawContent()