Lines Matching refs:FPDF_EXPORT
98 FPDF_EXPORT FPDF_DOCUMENT FPDF_CALLCONV FPDF_CreateNewDocument() { in FPDF_CreateNewDocument()
126 FPDF_EXPORT void FPDF_CALLCONV FPDFPage_Delete(FPDF_DOCUMENT document, in FPDFPage_Delete()
132 FPDF_EXPORT FPDF_PAGE FPDF_CALLCONV FPDFPage_New(FPDF_DOCUMENT document, in FPDFPage_New()
165 FPDF_EXPORT int FPDF_CALLCONV FPDFPage_GetRotation(FPDF_PAGE page) { in FPDFPage_GetRotation()
170 FPDF_EXPORT void FPDF_CALLCONV FPDFPage_InsertObject(FPDF_PAGE page, in FPDFPage_InsertObject()
185 FPDF_EXPORT int FPDF_CALLCONV FPDFPage_CountObject(FPDF_PAGE page) { in FPDFPage_CountObject()
189 FPDF_EXPORT int FPDF_CALLCONV FPDFPage_CountObjects(FPDF_PAGE page) { in FPDFPage_CountObjects()
196 FPDF_EXPORT FPDF_PAGEOBJECT FPDF_CALLCONV FPDFPage_GetObject(FPDF_PAGE page, in FPDFPage_GetObject()
204 FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV FPDFPage_HasTransparency(FPDF_PAGE page) { in FPDFPage_HasTransparency()
209 FPDF_EXPORT void FPDF_CALLCONV FPDFPageObj_Destroy(FPDF_PAGEOBJECT page_obj) { in FPDFPageObj_Destroy()
213 FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV
247 FPDF_EXPORT int FPDF_CALLCONV FPDFPageObj_GetType(FPDF_PAGEOBJECT pageObject) { in FPDFPageObj_GetType()
255 FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV FPDFPage_GenerateContent(FPDF_PAGE page) { in FPDFPage_GenerateContent()
265 FPDF_EXPORT void FPDF_CALLCONV
281 FPDF_EXPORT void FPDF_CALLCONV
292 FPDF_EXPORT void FPDF_CALLCONV FPDFPage_TransformAnnots(FPDF_PAGE page, in FPDFPage_TransformAnnots()
326 FPDF_EXPORT void FPDF_CALLCONV FPDFPage_SetRotation(FPDF_PAGE page, in FPDFPage_SetRotation()
353 FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV