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

/external/pdfium/core/include/fpdfapi/
H A Dfpdf_page.h15 class CPDF_Page;
139 class CPDF_Page : public CPDF_PageObjects, public CFX_PrivateData class in inherits:CPDF_PageObjects,CFX_PrivateData
143 CPDF_Page();
145 ~CPDF_Page();
231 CPDF_PageContentGenerate(CPDF_Page* pPage);
241 CPDF_Page* m_pPage;
/external/pdfium/core/src/fpdfapi/fpdf_page/
H A Dfpdf_page.cpp810 CPDF_Page::CPDF_Page() function in class:CPDF_Page
814 void CPDF_Page::Load(CPDF_Document* pDocument, CPDF_Dictionary* pPageDict, FX_BOOL bPageCache)
881 void CPDF_Page::StartParse(CPDF_ParseOptions* pOptions, FX_BOOL bReParse)
893 void CPDF_Page::ParseContent(CPDF_ParseOptions* pOptions, FX_BOOL bReParse)
898 CPDF_Page::~CPDF_Page()
924 CPDF_Object* CPDF_Page::GetPageAttr(FX_BSTR name) const
973 void CPDF_Page::GetDisplayMatrix(CFX_AffineMatrix& matrix, int xPos, int yPos,

Completed in 87 milliseconds