Lines Matching refs:FPDF_EXPORT

462 FPDF_EXPORT void FPDF_CALLCONV FPDF_InitLibrary() {  in FPDF_InitLibrary()
466 FPDF_EXPORT void FPDF_CALLCONV
488 FPDF_EXPORT void FPDF_CALLCONV FPDF_DestroyLibrary() { in FPDF_DestroyLibrary()
538 FPDF_EXPORT void FPDF_CALLCONV FPDF_SetSandBoxPolicy(FPDF_DWORD policy, in FPDF_SetSandBoxPolicy()
545 FPDF_EXPORT void FPDF_CALLCONV
550 FPDF_EXPORT void FPDF_CALLCONV FPDF_SetPrintTextWithGDI(FPDF_BOOL use_gdi) { in FPDF_SetPrintTextWithGDI()
555 FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV
560 FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV FPDF_SetPrintMode(int mode) { in FPDF_SetPrintMode()
568 FPDF_EXPORT FPDF_DOCUMENT FPDF_CALLCONV
576 FPDF_EXPORT int FPDF_CALLCONV FPDF_GetFormType(FPDF_DOCUMENT document) { in FPDF_GetFormType()
601 FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV FPDF_LoadXFA(FPDF_DOCUMENT document) { in FPDF_LoadXFA()
634 FPDF_EXPORT FPDF_DOCUMENT FPDF_CALLCONV
640 FPDF_EXPORT FPDF_DOCUMENT FPDF_CALLCONV
647 FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV FPDF_GetFileVersion(FPDF_DOCUMENT doc, in FPDF_GetFileVersion()
667 FPDF_EXPORT unsigned long FPDF_CALLCONV
682 FPDF_EXPORT int FPDF_CALLCONV
692 FPDF_EXPORT int FPDF_CALLCONV FPDF_GetPageCount(FPDF_DOCUMENT document) { in FPDF_GetPageCount()
697 FPDF_EXPORT FPDF_PAGE FPDF_CALLCONV FPDF_LoadPage(FPDF_DOCUMENT document, in FPDF_LoadPage()
719 FPDF_EXPORT double FPDF_CALLCONV FPDF_GetPageWidth(FPDF_PAGE page) { in FPDF_GetPageWidth()
724 FPDF_EXPORT double FPDF_CALLCONV FPDF_GetPageHeight(FPDF_PAGE page) { in FPDF_GetPageHeight()
729 FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV FPDF_GetPageBoundingBox(FPDF_PAGE page, in FPDF_GetPageBoundingBox()
873 FPDF_EXPORT void FPDF_CALLCONV FPDF_RenderPage(HDC dc, in FPDF_RenderPage()
978 FPDF_EXPORT void FPDF_CALLCONV FPDF_RenderPageBitmap(FPDF_BITMAP bitmap, in FPDF_RenderPageBitmap()
1011 FPDF_EXPORT void FPDF_CALLCONV
1052 FPDF_EXPORT FPDF_RECORDER FPDF_CALLCONV FPDF_RenderPageSkp(FPDF_PAGE page, in FPDF_RenderPageSkp()
1071 FPDF_EXPORT void FPDF_CALLCONV FPDF_ClosePage(FPDF_PAGE page) { in FPDF_ClosePage()
1104 FPDF_EXPORT void FPDF_CALLCONV FPDF_CloseDocument(FPDF_DOCUMENT document) { in FPDF_CloseDocument()
1108 FPDF_EXPORT unsigned long FPDF_CALLCONV FPDF_GetLastError() { in FPDF_GetLastError()
1112 FPDF_EXPORT void FPDF_CALLCONV FPDF_DeviceToPage(FPDF_PAGE page, in FPDF_DeviceToPage()
1140 FPDF_EXPORT void FPDF_CALLCONV FPDF_PageToDevice(FPDF_PAGE page, in FPDF_PageToDevice()
1169 FPDF_EXPORT FPDF_BITMAP FPDF_CALLCONV FPDFBitmap_Create(int width, in FPDFBitmap_Create()
1179 FPDF_EXPORT FPDF_BITMAP FPDF_CALLCONV FPDFBitmap_CreateEx(int width, in FPDFBitmap_CreateEx()
1207 FPDF_EXPORT int FPDF_CALLCONV FPDFBitmap_GetFormat(FPDF_BITMAP bitmap) { in FPDFBitmap_GetFormat()
1227 FPDF_EXPORT void FPDF_CALLCONV FPDFBitmap_FillRect(FPDF_BITMAP bitmap, in FPDFBitmap_FillRect()
1245 FPDF_EXPORT void* FPDF_CALLCONV FPDFBitmap_GetBuffer(FPDF_BITMAP bitmap) { in FPDFBitmap_GetBuffer()
1249 FPDF_EXPORT int FPDF_CALLCONV FPDFBitmap_GetWidth(FPDF_BITMAP bitmap) { in FPDFBitmap_GetWidth()
1253 FPDF_EXPORT int FPDF_CALLCONV FPDFBitmap_GetHeight(FPDF_BITMAP bitmap) { in FPDFBitmap_GetHeight()
1257 FPDF_EXPORT int FPDF_CALLCONV FPDFBitmap_GetStride(FPDF_BITMAP bitmap) { in FPDFBitmap_GetStride()
1261 FPDF_EXPORT void FPDF_CALLCONV FPDFBitmap_Destroy(FPDF_BITMAP bitmap) { in FPDFBitmap_Destroy()
1286 FPDF_EXPORT int FPDF_CALLCONV FPDF_GetPageSizeByIndex(FPDF_DOCUMENT document, in FPDF_GetPageSizeByIndex()
1316 FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV
1325 FPDF_EXPORT int FPDF_CALLCONV
1334 FPDF_EXPORT FPDF_PAGERANGE FPDF_CALLCONV
1343 FPDF_EXPORT FPDF_DUPLEXTYPE FPDF_CALLCONV
1359 FPDF_EXPORT unsigned long FPDF_CALLCONV
1379 FPDF_EXPORT FPDF_DWORD FPDF_CALLCONV
1401 FPDF_EXPORT FPDF_DEST FPDF_CALLCONV
1415 FPDF_EXPORT FPDF_RESULT FPDF_CALLCONV FPDF_BStr_Init(FPDF_BSTR* str) { in FPDF_BStr_Init()
1423 FPDF_EXPORT FPDF_RESULT FPDF_CALLCONV FPDF_BStr_Set(FPDF_BSTR* str, in FPDF_BStr_Set()
1449 FPDF_EXPORT FPDF_RESULT FPDF_CALLCONV FPDF_BStr_Clear(FPDF_BSTR* str) { in FPDF_BStr_Clear()
1462 FPDF_EXPORT FPDF_DEST FPDF_CALLCONV FPDF_GetNamedDest(FPDF_DOCUMENT document, in FPDF_GetNamedDest()