HomeSort by relevance Sort by last modified time
    Searched defs:CPDF_DocRenderData (Results 1 - 2 of 2) sorted by null

  /external/pdfium/core/src/fpdfapi/fpdf_render/
fpdf_render.cpp 13 CPDF_DocRenderData::CPDF_DocRenderData(CPDF_Document* pPDFDoc)
18 CPDF_DocRenderData::~CPDF_DocRenderData()
22 void CPDF_DocRenderData::Clear(FX_BOOL bRelease)
60 FX_BOOL CPDF_DocRenderData::Initialize()
65 CPDF_Type3Cache* CPDF_DocRenderData::GetCachedType3(CPDF_Type3Font* pFont)
78 void CPDF_DocRenderData::ReleaseCachedType3(CPDF_Type3Font* pFont)
94 virtual CPDF_DocRenderData* CreateDocData(CPDF_Document* pDoc);
95 virtual void DestroyDocData(CPDF_DocRenderData* p)
    [all...]
render_int.h 56 class CPDF_DocRenderData
59 CPDF_DocRenderData(CPDF_Document* pPDFDoc = NULL);
60 ~CPDF_DocRenderData();

Completed in 150 milliseconds