Home
last modified time | relevance | path

Searched refs:GetRenderDevice (Results 1 – 10 of 10) sorted by relevance

/external/pdfium/xfa/fxfa/app/
Dxfa_fwltheme.cpp109 CFX_RenderDevice* pRenderDevice = pGraphics->GetRenderDevice(); in DrawText()
130 CFX_RenderDevice* pRenderDevice = pGraphics->GetRenderDevice(); in DrawText()
Dxfa_fftext.cpp42 CFX_RenderDevice* pRenderDevice = pGS->GetRenderDevice(); in RenderWidget()
Dxfa_ffpushbutton.cpp175 CFX_RenderDevice* pRenderDevice = pGS->GetRenderDevice(); in RenderHighlightCaption()
Dxfa_fffield.cpp587 CFX_RenderDevice* pRenderDevice = pGS->GetRenderDevice(); in RenderCaption()
Dxfa_ffwidget.cpp889 CFX_RenderDevice* pRenderDevice = pGS->GetRenderDevice(); in XFA_DrawImage()
/external/pdfium/xfa/fxgraphics/
Dcfx_graphics.h54 CFX_RenderDevice* GetRenderDevice();
Dcfx_graphics.cpp240 CFX_RenderDevice* CFX_Graphics::GetRenderDevice() { in GetRenderDevice() function in CFX_Graphics
/external/pdfium/xfa/fwl/
Dcfwl_barcode.cpp56 m_pBarcodeEngine->RenderDevice(pGraphics->GetRenderDevice(), pMatrix, in DrawWidget()
Dcfwl_edit.cpp565 CFX_RenderDevice* pRenderDev = pGraphics->GetRenderDevice(); in DrawContent()
/external/pdfium/xfa/fwl/theme/
Dcfwl_widgettp.cpp49 m_pTextOut->SetRenderDevice(pGraphics->GetRenderDevice()); in DrawText()