Searched defs:CPDF_Page (Results 1 - 2 of 2) sorted by relevance

/external/pdfium/core/include/fpdfapi/
H A Dfpdf_page.h19 class CPDF_Page;
143 class CPDF_Page : public CPDF_PageObjects, public CFX_PrivateData class in inherits:CPDF_PageObjects,CFX_PrivateData
147 CPDF_Page();
149 ~CPDF_Page();
235 CPDF_PageContentGenerate(CPDF_Page* pPage);
245 CPDF_Page* m_pPage;
/external/pdfium/core/src/fpdfapi/fpdf_page/
H A Dfpdf_page.cpp828 CPDF_Page::CPDF_Page() function in class:CPDF_Page
832 void CPDF_Page::Load(CPDF_Document* pDocument, CPDF_Dictionary* pPageDict, FX_BOOL bPageCache)
898 void CPDF_Page::StartParse(CPDF_ParseOptions* pOptions, FX_BOOL bReParse)
910 void CPDF_Page::ParseContent(CPDF_ParseOptions* pOptions, FX_BOOL bReParse)
915 CPDF_Page::~CPDF_Page()
941 CPDF_Object* CPDF_Page::GetPageAttr(FX_BSTR name) const
990 void CPDF_Page::GetDisplayMatrix(CFX_AffineMatrix& matrix, int xPos, int yPos,

Completed in 1147 milliseconds