Home
last modified time | relevance | path

Searched refs:CPDF_DocRenderData (Results 1 – 6 of 6) sorted by relevance

/external/pdfium/core/fpdfapi/render/
Dcpdf_docrenderdata.cpp25 CPDF_DocRenderData::CPDF_DocRenderData(CPDF_Document* pPDFDoc) in CPDF_DocRenderData() function in CPDF_DocRenderData
28 CPDF_DocRenderData::~CPDF_DocRenderData() { in ~CPDF_DocRenderData()
32 void CPDF_DocRenderData::Clear(bool bRelease) { in Clear()
54 CPDF_Type3Cache* CPDF_DocRenderData::GetCachedType3(CPDF_Type3Font* pFont) { in GetCachedType3()
67 void CPDF_DocRenderData::ReleaseCachedType3(CPDF_Type3Font* pFont) { in ReleaseCachedType3()
79 CPDF_TransferFunc* CPDF_DocRenderData::GetTransferFunc(CPDF_Object* pObj) { in GetTransferFunc()
145 void CPDF_DocRenderData::ReleaseTransferFunc(CPDF_Object* pObj) { in ReleaseTransferFunc()
Dcpdf_docrenderdata.h21 class CPDF_DocRenderData {
23 explicit CPDF_DocRenderData(CPDF_Document* pPDFDoc);
24 ~CPDF_DocRenderData();
Dcpdf_renderstatus.cpp1306 CPDF_DocRenderData* pDocCache = m_pContext->GetDocument()->GetRenderData(); in GetTransferFunc()
/external/pdfium/core/fpdfapi/parser/
Dcpdf_document.h25 class CPDF_DocRenderData; variable
70 CPDF_DocRenderData* GetRenderData() const { return m_pDocRender.get(); } in GetRenderData()
147 std::unique_ptr<CPDF_DocRenderData> m_pDocRender;
Dcpdf_document.cpp351 m_pDocRender(new CPDF_DocRenderData(this)) { in CPDF_Document()
/external/pdfium/core/fpdfapi/page/
Dcpdf_generalstate.cpp270 CPDF_DocRenderData* pDocCache = in StateData()
279 CPDF_DocRenderData* pDocCache = m_pTransferFunc->m_pPDFDoc->GetRenderData(); in ~StateData()