• Home
  • Raw
  • Download

Lines Matching refs:hHandle

163 CPDFSDK_PageView* FormHandleToPageView(FPDF_FORMHANDLE hHandle,  in FormHandleToPageView()  argument
170 CPDFSDKFormFillEnvironmentFromFPDFFormHandle(hHandle); in FormHandleToPageView()
174 void FFLCommon(FPDF_FORMHANDLE hHandle, in FFLCommon() argument
184 if (!hHandle) in FFLCommon()
192 CPDFSDK_PageView* pPageView = FormHandleToPageView(hHandle, fpdf_page); in FFLCommon()
232 FPDFPage_HasFormFieldAtPoint(FPDF_FORMHANDLE hHandle, in FPDFPage_HasFormFieldAtPoint() argument
238 CPDFSDK_InteractiveForm* pForm = FormHandleToInteractiveForm(hHandle); in FPDFPage_HasFormFieldAtPoint()
265 FPDFPage_FormFieldZOrderAtPoint(FPDF_FORMHANDLE hHandle, in FPDFPage_FormFieldZOrderAtPoint() argument
269 CPDFSDK_InteractiveForm* pForm = FormHandleToInteractiveForm(hHandle); in FPDFPage_FormFieldZOrderAtPoint()
338 FPDFDOC_ExitFormFillEnvironment(FPDF_FORMHANDLE hHandle) { in FPDFDOC_ExitFormFillEnvironment() argument
339 if (!hHandle) in FPDFDOC_ExitFormFillEnvironment()
345 CPDFSDKFormFillEnvironmentFromFPDFFormHandle(hHandle)); in FPDFDOC_ExitFormFillEnvironment()
360 FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV FORM_OnMouseMove(FPDF_FORMHANDLE hHandle, in FORM_OnMouseMove() argument
365 CPDFSDK_PageView* pPageView = FormHandleToPageView(hHandle, page); in FORM_OnMouseMove()
371 FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV FORM_OnFocus(FPDF_FORMHANDLE hHandle, in FORM_OnFocus() argument
376 CPDFSDK_PageView* pPageView = FormHandleToPageView(hHandle, page); in FORM_OnFocus()
382 FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV FORM_OnLButtonDown(FPDF_FORMHANDLE hHandle, in FORM_OnLButtonDown() argument
387 CPDFSDK_PageView* pPageView = FormHandleToPageView(hHandle, page); in FORM_OnLButtonDown()
397 FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV FORM_OnLButtonUp(FPDF_FORMHANDLE hHandle, in FORM_OnLButtonUp() argument
402 CPDFSDK_PageView* pPageView = FormHandleToPageView(hHandle, page); in FORM_OnLButtonUp()
413 FORM_OnLButtonDoubleClick(FPDF_FORMHANDLE hHandle, in FORM_OnLButtonDoubleClick() argument
418 CPDFSDK_PageView* pPageView = FormHandleToPageView(hHandle, page); in FORM_OnLButtonDoubleClick()
428 FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV FORM_OnRButtonDown(FPDF_FORMHANDLE hHandle, in FORM_OnRButtonDown() argument
433 CPDFSDK_PageView* pPageView = FormHandleToPageView(hHandle, page); in FORM_OnRButtonDown()
443 FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV FORM_OnRButtonUp(FPDF_FORMHANDLE hHandle, in FORM_OnRButtonUp() argument
448 CPDFSDK_PageView* pPageView = FormHandleToPageView(hHandle, page); in FORM_OnRButtonUp()
458 FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV FORM_OnKeyDown(FPDF_FORMHANDLE hHandle, in FORM_OnKeyDown() argument
462 CPDFSDK_PageView* pPageView = FormHandleToPageView(hHandle, page); in FORM_OnKeyDown()
468 FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV FORM_OnKeyUp(FPDF_FORMHANDLE hHandle, in FORM_OnKeyUp() argument
472 CPDFSDK_PageView* pPageView = FormHandleToPageView(hHandle, page); in FORM_OnKeyUp()
478 FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV FORM_OnChar(FPDF_FORMHANDLE hHandle, in FORM_OnChar() argument
482 CPDFSDK_PageView* pPageView = FormHandleToPageView(hHandle, page); in FORM_OnChar()
489 FORM_GetFocusedText(FPDF_FORMHANDLE hHandle, in FORM_GetFocusedText() argument
493 CPDFSDK_PageView* pPageView = FormHandleToPageView(hHandle, page); in FORM_GetFocusedText()
502 FORM_GetSelectedText(FPDF_FORMHANDLE hHandle, in FORM_GetSelectedText() argument
506 CPDFSDK_PageView* pPageView = FormHandleToPageView(hHandle, page); in FORM_GetSelectedText()
514 FPDF_EXPORT void FPDF_CALLCONV FORM_ReplaceSelection(FPDF_FORMHANDLE hHandle, in FORM_ReplaceSelection() argument
517 CPDFSDK_PageView* pPageView = FormHandleToPageView(hHandle, page); in FORM_ReplaceSelection()
524 FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV FORM_CanUndo(FPDF_FORMHANDLE hHandle, in FORM_CanUndo() argument
526 CPDFSDK_PageView* pPageView = FormHandleToPageView(hHandle, page); in FORM_CanUndo()
532 FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV FORM_CanRedo(FPDF_FORMHANDLE hHandle, in FORM_CanRedo() argument
534 CPDFSDK_PageView* pPageView = FormHandleToPageView(hHandle, page); in FORM_CanRedo()
540 FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV FORM_Undo(FPDF_FORMHANDLE hHandle, in FORM_Undo() argument
542 CPDFSDK_PageView* pPageView = FormHandleToPageView(hHandle, page); in FORM_Undo()
548 FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV FORM_Redo(FPDF_FORMHANDLE hHandle, in FORM_Redo() argument
550 CPDFSDK_PageView* pPageView = FormHandleToPageView(hHandle, page); in FORM_Redo()
557 FORM_ForceToKillFocus(FPDF_FORMHANDLE hHandle) { in FORM_ForceToKillFocus() argument
559 CPDFSDKFormFillEnvironmentFromFPDFFormHandle(hHandle); in FORM_ForceToKillFocus()
565 FPDF_EXPORT void FPDF_CALLCONV FPDF_FFLDraw(FPDF_FORMHANDLE hHandle, in FPDF_FFLDraw() argument
574 FFLCommon(hHandle, bitmap, nullptr, page, start_x, start_y, size_x, size_y, in FPDF_FFLDraw()
579 FPDF_EXPORT void FPDF_CALLCONV FPDF_FFLRecord(FPDF_FORMHANDLE hHandle, in FPDF_FFLRecord() argument
588 FFLCommon(hHandle, nullptr, recorder, page, start_x, start_y, size_x, size_y, in FPDF_FFLRecord()
594 FPDF_SetFormFieldHighlightColor(FPDF_FORMHANDLE hHandle, in FPDF_SetFormFieldHighlightColor() argument
597 CPDFSDK_InteractiveForm* pForm = FormHandleToInteractiveForm(hHandle); in FPDF_SetFormFieldHighlightColor()
613 FPDF_SetFormFieldHighlightAlpha(FPDF_FORMHANDLE hHandle, unsigned char alpha) { in FPDF_SetFormFieldHighlightAlpha() argument
614 if (CPDFSDK_InteractiveForm* pForm = FormHandleToInteractiveForm(hHandle)) in FPDF_SetFormFieldHighlightAlpha()
619 FPDF_RemoveFormFieldHighlight(FPDF_FORMHANDLE hHandle) { in FPDF_RemoveFormFieldHighlight() argument
620 if (CPDFSDK_InteractiveForm* pForm = FormHandleToInteractiveForm(hHandle)) in FPDF_RemoveFormFieldHighlight()
625 FPDF_FORMHANDLE hHandle) { in FORM_OnAfterLoadPage() argument
626 if (CPDFSDK_PageView* pPageView = FormHandleToPageView(hHandle, page)) in FORM_OnAfterLoadPage()
631 FPDF_FORMHANDLE hHandle) { in FORM_OnBeforeClosePage() argument
633 CPDFSDKFormFillEnvironmentFromFPDFFormHandle(hHandle); in FORM_OnBeforeClosePage()
650 FORM_DoDocumentJSAction(FPDF_FORMHANDLE hHandle) { in FORM_DoDocumentJSAction() argument
652 CPDFSDKFormFillEnvironmentFromFPDFFormHandle(hHandle); in FORM_DoDocumentJSAction()
658 FORM_DoDocumentOpenAction(FPDF_FORMHANDLE hHandle) { in FORM_DoDocumentOpenAction() argument
660 CPDFSDKFormFillEnvironmentFromFPDFFormHandle(hHandle); in FORM_DoDocumentOpenAction()
665 FPDF_EXPORT void FPDF_CALLCONV FORM_DoDocumentAAction(FPDF_FORMHANDLE hHandle, in FORM_DoDocumentAAction() argument
668 CPDFSDKFormFillEnvironmentFromFPDFFormHandle(hHandle); in FORM_DoDocumentAAction()
687 FPDF_FORMHANDLE hHandle, in FORM_DoPageAAction() argument
690 CPDFSDKFormFillEnvironmentFromFPDFFormHandle(hHandle); in FORM_DoPageAAction()
715 FORM_SetIndexSelected(FPDF_FORMHANDLE hHandle, in FORM_SetIndexSelected() argument
719 CPDFSDK_PageView* pPageView = FormHandleToPageView(hHandle, page); in FORM_SetIndexSelected()
726 FORM_IsIndexSelected(FPDF_FORMHANDLE hHandle, FPDF_PAGE page, int index) { in FORM_IsIndexSelected() argument
727 CPDFSDK_PageView* pPageView = FormHandleToPageView(hHandle, page); in FORM_IsIndexSelected()