Home | History | Annotate | Download | only in fpdfdoc

Lines Matching refs:pPage

523     CPDF_Link			GetLinkAtPoint(CPDF_Page* pPage, FX_FLOAT pdf_x, FX_FLOAT pdf_y);
525 int CountLinks(CPDF_Page* pPage);
527 CPDF_Link GetLink(CPDF_Page* pPage, int index);
539 CFX_PtrArray* GetPageLinks(CPDF_Page* pPage);
541 void LoadPageLinks(CPDF_Page* pPage, CFX_PtrArray* pList);
592 FX_BOOL DrawAppearance(const CPDF_Page* pPage, CFX_RenderDevice* pDevice, const CFX_AffineMatrix* pUser2Device,
595 FX_BOOL DrawInContext(const CPDF_Page* pPage, const CPDF_RenderContext* pContext,
613 CPDF_Form* GetAPForm(const CPDF_Page* pPage, AppearanceMode mode);
628 CPDF_AnnotList(CPDF_Page* pPage);
636 void DisplayAnnots(const CPDF_Page* pPage, CFX_RenderDevice* pDevice,
640 void DisplayAnnots(const CPDF_Page* pPage, CPDF_RenderContext* pContext,
644 DisplayAnnots(pPage, NULL, pContext, bPrinting, pMatrix, bShowWidget ? 3 : 1, pOptions, NULL);
647 void DisplayAnnots(const CPDF_Page* pPage, CPDF_RenderContext* pContext,
651 DisplayAnnots(pPage, NULL, pContext, bPrinting, pMatrix, bShowWidget ? 3 : 1, pOptions, pClipRect);
654 void DisplayAnnots(const CPDF_Page* pPage, CFX_RenderDevice* pDevice, CPDF_RenderContext* pContext,
687 void DisplayPass(const CPDF_Page* pPage, CFX_RenderDevice* pDevice,
836 int CountPageControls(CPDF_Page* pPage) const;
838 CPDF_FormControl* GetPageControl(CPDF_Page* pPage, int index) const;
841 CPDF_FormControl* GetControlAtPoint(CPDF_Page* pPage, FX_FLOAT pdf_x, FX_FLOAT pdf_y) const;
976 void FixPageFields(const CPDF_Page* pPage);
1327 CPDF_Page* pPage, CPDF_Annot::AppearanceMode mode, const CPDF_RenderOptions* pOptions = NULL);