Lines Matching refs:pPage

558     CPDF_Link			GetLinkAtPoint(CPDF_Page* pPage, FX_FLOAT pdf_x, FX_FLOAT pdf_y);

560 int CountLinks(CPDF_Page* pPage);
562 CPDF_Link GetLink(CPDF_Page* pPage, int index);
574 CFX_PtrArray* GetPageLinks(CPDF_Page* pPage);
576 void LoadPageLinks(CPDF_Page* pPage, CFX_PtrArray* pList);
637 FX_BOOL DrawAppearance(const CPDF_Page* pPage, CFX_RenderDevice* pDevice, const CFX_AffineMatrix* pUser2Device,
640 FX_BOOL DrawInContext(const CPDF_Page* pPage, const CPDF_RenderContext* pContext,
658 CPDF_Form* GetAPForm(const CPDF_Page* pPage, AppearanceMode mode);
673 CPDF_AnnotList(CPDF_Page* pPage);
681 void DisplayAnnots(const CPDF_Page* pPage, CFX_RenderDevice* pDevice,
685 void DisplayAnnots(const CPDF_Page* pPage, CPDF_RenderContext* pContext,
689 DisplayAnnots(pPage, NULL, pContext, bPrinting, pMatrix, bShowWidget ? 3 : 1, pOptions, NULL);
692 void DisplayAnnots(const CPDF_Page* pPage, CPDF_RenderContext* pContext,
696 DisplayAnnots(pPage, NULL, pContext, bPrinting, pMatrix, bShowWidget ? 3 : 1, pOptions, pClipRect);
699 void DisplayAnnots(const CPDF_Page* pPage, CFX_RenderDevice* pDevice, CPDF_RenderContext* pContext,
732 void DisplayPass(const CPDF_Page* pPage, CFX_RenderDevice* pDevice,
881 int CountPageControls(CPDF_Page* pPage) const;
883 CPDF_FormControl* GetPageControl(CPDF_Page* pPage, int index) const;
886 CPDF_FormControl* GetControlAtPoint(CPDF_Page* pPage, FX_FLOAT pdf_x, FX_FLOAT pdf_y) const;
1021 void FixPageFields(const CPDF_Page* pPage);
1372 CPDF_Page* pPage, CPDF_Annot::AppearanceMode mode, const CPDF_RenderOptions* pOptions = NULL);