Lines Matching refs:FPDF_CALLCONV
199 #define FPDF_CALLCONV __stdcall macro
201 #define FPDF_CALLCONV macro
219 FPDF_EXPORT void FPDF_CALLCONV FPDF_InitLibrary();
254 FPDF_EXPORT void FPDF_CALLCONV
268 FPDF_EXPORT void FPDF_CALLCONV FPDF_DestroyLibrary();
281 FPDF_EXPORT void FPDF_CALLCONV FPDF_SetSandBoxPolicy(FPDF_DWORD policy,
300 FPDF_EXPORT void FPDF_CALLCONV
310 FPDF_EXPORT void FPDF_CALLCONV FPDF_SetPrintTextWithGDI(FPDF_BOOL use_gdi);
330 FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV FPDF_SetPrintMode(int mode);
352 FPDF_EXPORT FPDF_DOCUMENT FPDF_CALLCONV
376 FPDF_EXPORT FPDF_DOCUMENT FPDF_CALLCONV
517 FPDF_EXPORT FPDF_DOCUMENT FPDF_CALLCONV
531 FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV FPDF_GetFileVersion(FPDF_DOCUMENT doc,
555 FPDF_EXPORT unsigned long FPDF_CALLCONV FPDF_GetLastError();
569 FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV
580 FPDF_EXPORT unsigned long FPDF_CALLCONV
591 FPDF_EXPORT int FPDF_CALLCONV
600 FPDF_EXPORT int FPDF_CALLCONV FPDF_GetPageCount(FPDF_DOCUMENT document);
612 FPDF_EXPORT FPDF_PAGE FPDF_CALLCONV FPDF_LoadPage(FPDF_DOCUMENT document,
623 FPDF_EXPORT float FPDF_CALLCONV FPDF_GetPageWidthF(FPDF_PAGE page);
635 FPDF_EXPORT double FPDF_CALLCONV FPDF_GetPageWidth(FPDF_PAGE page);
645 FPDF_EXPORT float FPDF_CALLCONV FPDF_GetPageHeightF(FPDF_PAGE page);
657 FPDF_EXPORT double FPDF_CALLCONV FPDF_GetPageHeight(FPDF_PAGE page);
669 FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV FPDF_GetPageBoundingBox(FPDF_PAGE page,
682 FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV
701 FPDF_EXPORT int FPDF_CALLCONV FPDF_GetPageSizeByIndex(FPDF_DOCUMENT document,
758 FPDF_EXPORT void FPDF_CALLCONV FPDF_RenderPage(HDC dc,
794 FPDF_EXPORT void FPDF_CALLCONV FPDF_RenderPageBitmap(FPDF_BITMAP bitmap,
821 FPDF_EXPORT void FPDF_CALLCONV
829 FPDF_EXPORT FPDF_RECORDER FPDF_CALLCONV FPDF_RenderPageSkp(FPDF_PAGE page,
840 FPDF_EXPORT void FPDF_CALLCONV FPDF_ClosePage(FPDF_PAGE page);
848 FPDF_EXPORT void FPDF_CALLCONV FPDF_CloseDocument(FPDF_DOCUMENT document);
891 FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV FPDF_DeviceToPage(FPDF_PAGE page,
928 FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV FPDF_PageToDevice(FPDF_PAGE page,
969 FPDF_EXPORT FPDF_BITMAP FPDF_CALLCONV FPDFBitmap_Create(int width,
1010 FPDF_EXPORT FPDF_BITMAP FPDF_CALLCONV FPDFBitmap_CreateEx(int width,
1026 FPDF_EXPORT int FPDF_CALLCONV FPDFBitmap_GetFormat(FPDF_BITMAP bitmap);
1052 FPDF_EXPORT void FPDF_CALLCONV FPDFBitmap_FillRect(FPDF_BITMAP bitmap,
1075 FPDF_EXPORT void* FPDF_CALLCONV FPDFBitmap_GetBuffer(FPDF_BITMAP bitmap);
1084 FPDF_EXPORT int FPDF_CALLCONV FPDFBitmap_GetWidth(FPDF_BITMAP bitmap);
1093 FPDF_EXPORT int FPDF_CALLCONV FPDFBitmap_GetHeight(FPDF_BITMAP bitmap);
1104 FPDF_EXPORT int FPDF_CALLCONV FPDFBitmap_GetStride(FPDF_BITMAP bitmap);
1116 FPDF_EXPORT void FPDF_CALLCONV FPDFBitmap_Destroy(FPDF_BITMAP bitmap);
1124 FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV
1133 FPDF_EXPORT int FPDF_CALLCONV
1142 FPDF_EXPORT FPDF_PAGERANGE FPDF_CALLCONV
1152 FPDF_EXPORT size_t FPDF_CALLCONV
1164 FPDF_EXPORT int FPDF_CALLCONV
1174 FPDF_EXPORT FPDF_DUPLEXTYPE FPDF_CALLCONV
1192 FPDF_EXPORT unsigned long FPDF_CALLCONV
1204 FPDF_EXPORT FPDF_DWORD FPDF_CALLCONV
1214 FPDF_EXPORT FPDF_DEST FPDF_CALLCONV
1238 FPDF_EXPORT FPDF_DEST FPDF_CALLCONV FPDF_GetNamedDest(FPDF_DOCUMENT document,
1253 FPDF_EXPORT const char* FPDF_CALLCONV FPDF_GetRecommendedV8Flags();
1259 FPDF_EXPORT FPDF_RESULT FPDF_CALLCONV FPDF_BStr_Init(FPDF_BSTR* bstr);
1263 FPDF_EXPORT FPDF_RESULT FPDF_CALLCONV FPDF_BStr_Set(FPDF_BSTR* bstr,
1269 FPDF_EXPORT FPDF_RESULT FPDF_CALLCONV FPDF_BStr_Clear(FPDF_BSTR* bstr);