Home
last modified time | relevance | path

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

/external/pdfium/core/include/fpdfapi/
Dfpdf_render.h13 class CPDF_RenderContext; variable
82 class CPDF_RenderContext
86 CPDF_RenderContext();
93 ~CPDF_RenderContext();
154 void Start(CPDF_RenderContext* pContext, CFX_RenderDevice* pDevice,
167 CPDF_RenderContext* m_pContext;
Dfpdf_resource.h32 class CPDF_RenderContext; variable
438 FX_BOOL LoadBitmap(CPDF_RenderContext* pContext);
/external/pdfium/core/src/fpdfapi/fpdf_render/
Drender_int.h97 …FX_BOOL Initialize(class CPDF_RenderContext* pContext, CFX_RenderDevice* pDevice, const CFX_Affi…
110 CPDF_RenderContext* GetContext() in GetContext()
116 friend class CPDF_RenderContext; variable
149 void Init(CPDF_RenderContext* pParent);
155 CPDF_RenderContext* m_pContext;
268 FX_BOOL Initialize(CPDF_RenderContext* pContext, CFX_RenderDevice* pDevice, FX_RECT* pRect,
281 CPDF_RenderContext* m_pContext;
310 FX_BOOL Initialize(CPDF_RenderContext* pContext, CFX_RenderDevice* pDevice, FX_RECT* pRect,
323 CPDF_RenderContext* m_pContext;
Dfpdf_render.cpp215 FX_BOOL CPDF_RenderStatus::Initialize(CPDF_RenderContext* pContext, CFX_RenderDevice* pDevice, in Initialize()
913 void CPDF_RenderContext::GetBackground(CFX_DIBitmap* pBuffer, const CPDF_PageObject* pObj, in GetBackground()
940 CPDF_RenderContext::CPDF_RenderContext() in CPDF_RenderContext() function in CPDF_RenderContext
943 void CPDF_RenderContext::Create(CPDF_Document* pDoc, CPDF_PageRenderCache* pPageCache, in Create()
951 void CPDF_RenderContext::Create(CPDF_Page* pPage, FX_BOOL bFirstLayer) in Create()
958 CPDF_RenderContext::~CPDF_RenderContext() in ~CPDF_RenderContext()
961 void CPDF_RenderContext::Clear() in Clear()
969 void CPDF_RenderContext::AppendObjectList(CPDF_PageObjects* pObjs, const CFX_AffineMatrix* pObject2… in AppendObjectList()
979 void CPDF_RenderContext::Render(CFX_RenderDevice* pDevice, const CPDF_RenderOptions* pOptions, in Render()
984 void CPDF_RenderContext::Render(CFX_RenderDevice* pDevice, const CPDF_PageObject* pStopObj, in Render()
[all …]
Dfpdf_render_cache.cpp240 CPDF_RenderContext*pContext = pRenderStatus->GetContext(); in GetCachedBitmap()
309 CPDF_RenderContext*pContext = m_pRenderStatus->GetContext(); in ContinueGetCachedBitmap()
Dfpdf_render_text.cpp307 FX_BOOL CPDF_Type3Char::LoadBitmap(CPDF_RenderContext* pContext) in LoadBitmap()
Dfpdf_render_pattern.cpp912 CPDF_RenderContext context; in DrawPatternBitmap()
/external/pdfium/core/src/fpdfdoc/
Ddoc_annot.cpp62CPDF_RenderContext* pContext, FX_BOOL bPrinting, CFX_AffineMatrix* pMatrix, in DisplayPass()
119 …ist::DisplayAnnots(const CPDF_Page* pPage, CFX_RenderDevice* pDevice, CPDF_RenderContext* pContext, in DisplayAnnots()
255 CPDF_RenderContext context; in DrawAppearance()
260 FX_BOOL CPDF_Annot::DrawInContext(const CPDF_Page* pPage, const CPDF_RenderContext* pContext, const… in DrawInContext()
267 ((CPDF_RenderContext*)pContext)->AppendObjectList(pForm, &matrix); in DrawInContext()
Ddoc_formcontrol.cpp169 CPDF_RenderContext context; in DrawControl()
/external/pdfium/fpdfsdk/include/
Dfsdk_rendercontext.h23 CPDF_RenderContext* m_pContext;
/external/pdfium/core/include/fpdfdoc/
Dfpdf_doc.h595 FX_BOOL DrawInContext(const CPDF_Page* pPage, const CPDF_RenderContext* pContext,
640 void DisplayAnnots(const CPDF_Page* pPage, CPDF_RenderContext* pContext, in DisplayAnnots()
647 void DisplayAnnots(const CPDF_Page* pPage, CPDF_RenderContext* pContext, in DisplayAnnots()
654 …void DisplayAnnots(const CPDF_Page* pPage, CFX_RenderDevice* pDevice, CPDF_RenderContext* pCont…
688CPDF_RenderContext* pContext, FX_BOOL bPrinting, CFX_AffineMatrix* pMatrix,
/external/pdfium/fpdfsdk/src/
Dfpdfformfill.cpp231 CPDF_RenderContext* pContext = new CPDF_RenderContext; in FPDF_FFLDraw()
Dfpdfview.cpp726 pContext->m_pContext = new CPDF_RenderContext; in FPDF_RenderPage_Retail()