Lines Matching full:pthis
34 * pThis - Pointer to the interface structure itself
54 int (*app_alert)(struct _IPDF_JsPlatform* pThis, FPDF_WIDESTRING Msg, FPDF_WIDESTRING Title, int Type, int Icon);
64 * pThis - Pointer to the interface structure itself
74 void (*app_beep)(struct _IPDF_JsPlatform* pThis, int nType);
85 * pThis - Pointer to the interface structure itself
102 int (*app_response)(struct _IPDF_JsPlatform* pThis, FPDF_WIDESTRING Question, FPDF_WIDESTRING Title, FPDF_WIDESTRING Default, FPDF_WIDESTRING cLabel, FPDF_BOOL bPassword, void* response, int length);
114 * pThis - Pointer to the interface structure itself
126 int (*Doc_getFilePath)(struct _IPDF_JsPlatform* pThis, void* filePath, int length);
137 * pThis - Pointer to the interface structure itself
151 void (*Doc_mail)(struct _IPDF_JsPlatform* pThis,void* mailData, int length,FPDF_BOOL bUI, FPDF_WIDESTRING To, FPDF_WIDESTRING Subject, FPDF_WIDESTRING CC, FPDF_WIDESTRING BCC, FPDF_WIDESTRING Msg);
162 * pThis - Pointer to the interface structure itself.
172 void (*Doc_print)(struct _IPDF_JsPlatform* pThis, FPDF_BOOL bUI, int nStart, int nEnd, FPDF_BOOL bSilent ,FPDF_BOOL bShrinkToFit,FPDF_BOOL bPrintAsImage ,FPDF_BOOL bReverse ,FPDF_BOOL bAnnotations);
182 * pThis - Pointer to the interface structure itself
190 void (*Doc_submitForm)(struct _IPDF_JsPlatform* pThis,void* formData, int length, FPDF_WIDESTRING URL);
200 * pThis - Pointer to the interface structure itself
206 void (*Doc_gotoPage)(struct _IPDF_JsPlatform* pThis, int nPageNum);
215 * pThis - Pointer to the interface structure itself.
223 int (*Field_browse)(struct _IPDF_JsPlatform* pThis,void* filePath, int length);
281 * pThis - Pointer to the interface structure itself
286 void (*Release)(struct _FPDF_FORMFILLINFO* pThis);
296 * pThis - Pointer to the interface structure itself.
309 void (*FFI_Invalidate)(struct _FPDF_FORMFILLINFO* pThis,FPDF_PAGE page, double left, double top, double right, double bottom);
321 * pThis - Pointer to the interface structure itself.
335 void (*FFI_OutputSelectedRect)(struct _FPDF_FORMFILLINFO* pThis,FPDF_PAGE page, double left, double top, double right, double bottom);
345 * pThis - Pointer to the interface structure itself.
350 void (*FFI_SetCursor)(struct _FPDF_FORMFILLINFO* pThis, int nCursorType);
362 * pThis - Pointer to the interface structure itself.
370 int (*FFI_SetTimer)(struct _FPDF_FORMFILLINFO* pThis, int uElapse, TimerCallback lpTimerFunc);
380 * pThis - Pointer to the interface structure itself.
385 void (*FFI_KillTimer)(struct _FPDF_FORMFILLINFO* pThis, int nTimerID);
396 * pThis - Pointer to the interface structure itself.
400 FPDF_SYSTEMTIME (*FFI_GetLocalTime)(struct _FPDF_FORMFILLINFO* pThis);
410 * pThis - Pointer to the interface structure itself.
414 void (*FFI_OnChange)(struct _FPDF_FORMFILLINFO* pThis);
424 * pThis - Pointer to the interface structure itself.
433 FPDF_PAGE (*FFI_GetPage)(struct _FPDF_FORMFILLINFO* pThis, FPDF_DOCUMENT document, int nPageIndex);
443 * pThis - Pointer to the interface structure itself.
448 FPDF_PAGE (*FFI_GetCurrentPage)(struct _FPDF_FORMFILLINFO* pThis, FPDF_DOCUMENT document);
458 * pThis - Pointer to the interface structure itself.
463 int (*FFI_GetRotation)(struct _FPDF_FORMFILLINFO* pThis, FPDF_PAGE page);
473 * pThis - Pointer to the interface structure itself.
480 void (*FFI_ExecuteNamedAction)(struct _FPDF_FORMFILLINFO* pThis, FPDF_BYTESTRING namedAction);
484 * @param[in] pThis Pointer to the interface structure itself.
493 void (*FFI_SetTextFieldFocus)(struct _FPDF_FORMFILLINFO* pThis, FPDF_WIDESTRING value, FPDF_DWORD valueLen, FPDF_BOOL is_focus);
504 * pThis - Pointer to the interface structure itself.
511 void (*FFI_DoURIAction)(struct _FPDF_FORMFILLINFO* pThis, FPDF_BYTESTRING bsURI);
521 * pThis - Pointer to the interface structure itself.
531 void (*FFI_DoGoToAction)(struct _FPDF_FORMFILLINFO* pThis, int nPageIndex, int zoomMode, float* fPosArray, int sizeofArray);