Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfapi/render/
Dcpdf_imagerenderer.cpp100 {m_pRenderStatus->GetRenderDevice()->GetWidth(), in StartLoadDIBBase()
101 m_pRenderStatus->GetRenderDevice()->GetHeight()})) { in StartLoadDIBBase()
150 if (m_pRenderStatus->GetRenderDevice()->GetDeviceType() != in StartRenderDIBBase()
236 !(m_pRenderStatus->GetRenderDevice()->GetRenderCaps() & in NotDrawing()
242 rect.Intersect(m_pRenderStatus->GetRenderDevice()->GetClipBox()); in GetDrawRect()
346 m_pRenderStatus->GetRenderDevice()->SetDIBitsWithBlend( in DrawPatternImage()
386 m_pRenderStatus->GetRenderDevice()->SetBitsWithMask( in DrawMaskedImage()
396 m_pRenderStatus->GetRenderDevice()->SetDIBitsWithBlend( in DrawMaskedImage()
416 if (m_pRenderStatus->GetRenderDevice()->StartDIBitsWithBlend( in StartDIBBase()
437 FX_RECT clip_box = m_pRenderStatus->GetRenderDevice()->GetClipBox(); in StartDIBBase()
[all …]
Dcpdf_renderstatus.h94 CFX_RenderDevice* GetRenderDevice() const { return m_pDevice; } in GetRenderDevice() function
Dcpdf_rendertiling.cpp115 CFX_RenderDevice* pDevice = pRenderStatus->GetRenderDevice(); in Draw()
/external/pdfium/xfa/fxfa/
Dcxfa_fwltheme.cpp112 CFX_RenderDevice* pRenderDevice = pGraphics->GetRenderDevice(); in DrawText()
129 CFX_RenderDevice* pRenderDevice = pGraphics->GetRenderDevice(); in DrawText()
Dcxfa_fftext.cpp38 CFX_RenderDevice* pRenderDevice = pGS->GetRenderDevice(); in RenderWidget()
Dcxfa_ffpushbutton.cpp181 CFX_RenderDevice* pRenderDevice = pGS->GetRenderDevice(); in RenderHighlightCaption()
Dcxfa_ffwidget.cpp127 CFX_RenderDevice* pRenderDevice = pGS->GetRenderDevice(); in XFA_DrawImage()
Dcxfa_fffield.cpp603 CFX_RenderDevice* pRenderDevice = pGS->GetRenderDevice(); in RenderCaption()
/external/pdfium/xfa/fgas/graphics/
Dcfgas_gegraphics.h44 CFX_RenderDevice* GetRenderDevice();
Dcfgas_gegraphics.cpp205 CFX_RenderDevice* CFGAS_GEGraphics::GetRenderDevice() { in GetRenderDevice() function in CFGAS_GEGraphics
/external/pdfium/xfa/fwl/
Dcfwl_barcode.cpp49 m_pBarcodeEngine->RenderDevice(pGraphics->GetRenderDevice(), matrix); in DrawWidget()
Dcfwl_edit.cpp368 CFX_RenderDevice* pRenderDev = pGraphics->GetRenderDevice(); in DrawContentNonComb()
/external/pdfium/xfa/fwl/theme/
Dcfwl_widgettp.cpp44 m_pTextOut->DrawLogicText(pGraphics->GetRenderDevice(), pParams.m_wsText, in DrawText()