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

  /external/pdfium/core/include/fpdfapi/
fpdf_page.h 19 class CPDF_Page;
143 class CPDF_Page : public CPDF_PageObjects, public 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/
fpdf_page.cpp 828 CPDF_Page::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,
    [all...]

Completed in 126 milliseconds