Home | History | Annotate | Download | only in public

Lines Matching refs:FPDF_CALLCONV

157 #define FPDF_CALLCONV __stdcall
160 #define FPDF_CALLCONV
177 FPDF_EXPORT void FPDF_CALLCONV FPDF_InitLibrary();
211 FPDF_EXPORT void FPDF_CALLCONV
225 FPDF_EXPORT void FPDF_CALLCONV FPDF_DestroyLibrary();
238 FPDF_EXPORT void FPDF_CALLCONV FPDF_SetSandBoxPolicy(FPDF_DWORD policy,
257 FPDF_EXPORT void FPDF_CALLCONV
267 FPDF_EXPORT void FPDF_CALLCONV FPDF_SetPrintTextWithGDI(FPDF_BOOL use_gdi);
280 FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV
294 FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV FPDF_SetPrintMode(int mode);
309 FPDF_EXPORT FPDF_DOCUMENT FPDF_CALLCONV
330 FPDF_EXPORT FPDF_DOCUMENT FPDF_CALLCONV
456 FPDF_EXPORT FPDF_DOCUMENT FPDF_CALLCONV
470 FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV FPDF_GetFileVersion(FPDF_DOCUMENT doc,
494 FPDF_EXPORT unsigned long FPDF_CALLCONV FPDF_GetLastError();
504 FPDF_EXPORT unsigned long FPDF_CALLCONV
515 FPDF_EXPORT int FPDF_CALLCONV
524 FPDF_EXPORT int FPDF_CALLCONV FPDF_GetPageCount(FPDF_DOCUMENT document);
536 FPDF_EXPORT FPDF_PAGE FPDF_CALLCONV FPDF_LoadPage(FPDF_DOCUMENT document,
546 FPDF_EXPORT double FPDF_CALLCONV FPDF_GetPageWidth(FPDF_PAGE page);
555 FPDF_EXPORT double FPDF_CALLCONV FPDF_GetPageHeight(FPDF_PAGE page);
567 FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV FPDF_GetPageBoundingBox(FPDF_PAGE page,
581 FPDF_EXPORT int FPDF_CALLCONV FPDF_GetPageSizeByIndex(FPDF_DOCUMENT document,
638 FPDF_EXPORT void FPDF_CALLCONV FPDF_RenderPage(HDC dc,
674 FPDF_EXPORT void FPDF_CALLCONV FPDF_RenderPageBitmap(FPDF_BITMAP bitmap,
701 FPDF_EXPORT void FPDF_CALLCONV
709 FPDF_EXPORT FPDF_RECORDER FPDF_CALLCONV FPDF_RenderPageSkp(FPDF_PAGE page,
720 FPDF_EXPORT void FPDF_CALLCONV FPDF_ClosePage(FPDF_PAGE page);
728 FPDF_EXPORT void FPDF_CALLCONV FPDF_CloseDocument(FPDF_DOCUMENT document);
770 FPDF_EXPORT void FPDF_CALLCONV FPDF_DeviceToPage(FPDF_PAGE page,
806 FPDF_EXPORT void FPDF_CALLCONV FPDF_PageToDevice(FPDF_PAGE page,
846 FPDF_EXPORT FPDF_BITMAP FPDF_CALLCONV FPDFBitmap_Create(int width,
887 FPDF_EXPORT FPDF_BITMAP FPDF_CALLCONV FPDFBitmap_CreateEx(int width,
903 FPDF_EXPORT int FPDF_CALLCONV FPDFBitmap_GetFormat(FPDF_BITMAP bitmap);
929 FPDF_EXPORT void FPDF_CALLCONV FPDFBitmap_FillRect(FPDF_BITMAP bitmap,
952 FPDF_EXPORT void* FPDF_CALLCONV FPDFBitmap_GetBuffer(FPDF_BITMAP bitmap);
961 FPDF_EXPORT int FPDF_CALLCONV FPDFBitmap_GetWidth(FPDF_BITMAP bitmap);
970 FPDF_EXPORT int FPDF_CALLCONV FPDFBitmap_GetHeight(FPDF_BITMAP bitmap);
981 FPDF_EXPORT int FPDF_CALLCONV FPDFBitmap_GetStride(FPDF_BITMAP bitmap);
993 FPDF_EXPORT void FPDF_CALLCONV FPDFBitmap_Destroy(FPDF_BITMAP bitmap);
1001 FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV
1010 FPDF_EXPORT int FPDF_CALLCONV
1019 FPDF_EXPORT FPDF_PAGERANGE FPDF_CALLCONV
1029 FPDF_EXPORT FPDF_DUPLEXTYPE FPDF_CALLCONV
1047 FPDF_EXPORT unsigned long FPDF_CALLCONV
1059 FPDF_EXPORT FPDF_DWORD FPDF_CALLCONV
1069 FPDF_EXPORT FPDF_DEST FPDF_CALLCONV
1093 FPDF_EXPORT FPDF_DEST FPDF_CALLCONV FPDF_GetNamedDest(FPDF_DOCUMENT document,
1101 FPDF_EXPORT FPDF_RESULT FPDF_CALLCONV FPDF_BStr_Init(FPDF_BSTR* str);
1105 FPDF_EXPORT FPDF_RESULT FPDF_CALLCONV FPDF_BStr_Set(FPDF_BSTR* str,
1111 FPDF_EXPORT FPDF_RESULT FPDF_CALLCONV FPDF_BStr_Clear(FPDF_BSTR* str);