Lines Matching refs:page
34 FPDF_PAGE page) { in FormHandleToPageView() argument
35 UnderlyingPageType* pPage = UnderlyingFromFPDFPage(page); in FormHandleToPageView()
46 FPDF_PAGE page, in FPDFPage_HasFormFieldAtPoint() argument
51 CPDF_Page* pPage = CPDFPageFromFPDFPage(page); in FPDFPage_HasFormFieldAtPoint()
68 IXFA_PageView* pPageView = ((CPDFXFA_Page*)page)->GetXFAPageView(); in FPDFPage_HasFormFieldAtPoint()
122 FPDF_PAGE page, in FPDPage_HasFormFieldAtPoint() argument
125 return FPDFPage_HasFormFieldAtPoint(hHandle, page, page_x, page_y); in FPDPage_HasFormFieldAtPoint()
129 FPDF_PAGE page, in FPDFPage_FormFieldZOrderAtPoint() argument
134 CPDF_Page* pPage = CPDFPageFromFPDFPage(page); in FPDFPage_FormFieldZOrderAtPoint()
188 FPDF_PAGE page, in FORM_OnMouseMove() argument
192 CPDFSDK_PageView* pPageView = FormHandleToPageView(hHandle, page); in FORM_OnMouseMove()
201 FPDF_PAGE page, in FORM_OnLButtonDown() argument
205 CPDFSDK_PageView* pPageView = FormHandleToPageView(hHandle, page); in FORM_OnLButtonDown()
214 FPDF_PAGE page, in FORM_OnLButtonUp() argument
218 CPDFSDK_PageView* pPageView = FormHandleToPageView(hHandle, page); in FORM_OnLButtonUp()
228 FPDF_PAGE page, in FORM_OnRButtonDown() argument
232 CPDFSDK_PageView* pPageView = FormHandleToPageView(hHandle, page); in FORM_OnRButtonDown()
241 FPDF_PAGE page, in FORM_OnRButtonUp() argument
245 CPDFSDK_PageView* pPageView = FormHandleToPageView(hHandle, page); in FORM_OnRButtonUp()
255 FPDF_PAGE page, in FORM_OnKeyDown() argument
258 CPDFSDK_PageView* pPageView = FormHandleToPageView(hHandle, page); in FORM_OnKeyDown()
266 FPDF_PAGE page, in FORM_OnKeyUp() argument
269 CPDFSDK_PageView* pPageView = FormHandleToPageView(hHandle, page); in FORM_OnKeyUp()
277 FPDF_PAGE page, in FORM_OnChar() argument
280 CPDFSDK_PageView* pPageView = FormHandleToPageView(hHandle, page); in FORM_OnChar()
297 FPDF_PAGE page, in FPDF_FFLDraw() argument
307 UnderlyingPageType* pPage = UnderlyingFromFPDFPage(page); in FPDF_FFLDraw()
656 DLLEXPORT void STDCALL FORM_OnAfterLoadPage(FPDF_PAGE page, in FORM_OnAfterLoadPage() argument
658 if (CPDFSDK_PageView* pPageView = FormHandleToPageView(hHandle, page)) in FORM_OnAfterLoadPage()
662 DLLEXPORT void STDCALL FORM_OnBeforeClosePage(FPDF_PAGE page, in FORM_OnBeforeClosePage() argument
671 UnderlyingPageType* pPage = UnderlyingFromFPDFPage(page); in FORM_OnBeforeClosePage()
716 DLLEXPORT void STDCALL FORM_DoPageAAction(FPDF_PAGE page, in FORM_DoPageAAction() argument
722 UnderlyingPageType* pPage = UnderlyingFromFPDFPage(page); in FORM_DoPageAAction()
723 CPDF_Page* pPDFPage = CPDFPageFromFPDFPage(page); in FORM_DoPageAAction()