/external/pdfium/public/ |
D | fpdf_edit.h | 98 FPDF_EXPORT FPDF_DOCUMENT FPDF_CALLCONV FPDF_CreateNewDocument(); 113 FPDF_EXPORT FPDF_PAGE FPDF_CALLCONV FPDFPage_New(FPDF_DOCUMENT document, 122 FPDF_EXPORT void FPDF_CALLCONV FPDFPage_Delete(FPDF_DOCUMENT document, 134 FPDF_EXPORT int FPDF_CALLCONV FPDFPage_GetRotation(FPDF_PAGE page); 144 FPDF_EXPORT void FPDF_CALLCONV FPDFPage_SetRotation(FPDF_PAGE page, int rotate); 151 FPDF_EXPORT void FPDF_CALLCONV FPDFPage_InsertObject(FPDF_PAGE page, 164 FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV 172 FPDF_EXPORT int FPDF_CALLCONV FPDFPage_CountObjects(FPDF_PAGE page); 180 FPDF_EXPORT FPDF_PAGEOBJECT FPDF_CALLCONV FPDFPage_GetObject(FPDF_PAGE page, 188 FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV FPDFPage_HasTransparency(FPDF_PAGE page); [all …]
|
D | fpdf_annot.h | 98 FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV 111 FPDF_EXPORT FPDF_ANNOTATION FPDF_CALLCONV 120 FPDF_EXPORT int FPDF_CALLCONV FPDFPage_GetAnnotCount(FPDF_PAGE page); 130 FPDF_EXPORT FPDF_ANNOTATION FPDF_CALLCONV FPDFPage_GetAnnot(FPDF_PAGE page, 141 FPDF_EXPORT int FPDF_CALLCONV FPDFPage_GetAnnotIndex(FPDF_PAGE page, 150 FPDF_EXPORT void FPDF_CALLCONV FPDFPage_CloseAnnot(FPDF_ANNOTATION annot); 159 FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV FPDFPage_RemoveAnnot(FPDF_PAGE page, 168 FPDF_EXPORT FPDF_ANNOTATION_SUBTYPE FPDF_CALLCONV 179 FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV 193 FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV [all …]
|
D | fpdf_text.h | 31 FPDF_EXPORT FPDF_TEXTPAGE FPDF_CALLCONV FPDFText_LoadPage(FPDF_PAGE page); 42 FPDF_EXPORT void FPDF_CALLCONV FPDFText_ClosePage(FPDF_TEXTPAGE text_page); 60 FPDF_EXPORT int FPDF_CALLCONV FPDFText_CountChars(FPDF_TEXTPAGE text_page); 74 FPDF_EXPORT unsigned int FPDF_CALLCONV 88 FPDF_EXPORT double FPDF_CALLCONV FPDFText_GetFontSize(FPDF_TEXTPAGE text_page, 110 FPDF_EXPORT unsigned long FPDF_CALLCONV 129 FPDF_EXPORT int FPDF_CALLCONV FPDFText_GetFontWeight(FPDF_TEXTPAGE text_page, 145 FPDF_EXPORT FPDF_TEXT_RENDERMODE FPDF_CALLCONV 167 FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV 194 FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV [all …]
|
D | fpdfview.h | 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 [all …]
|
D | fpdf_doc.h | 58 FPDF_EXPORT FPDF_BOOKMARK FPDF_CALLCONV 68 FPDF_EXPORT FPDF_BOOKMARK FPDF_CALLCONV 84 FPDF_EXPORT unsigned long FPDF_CALLCONV 98 FPDF_EXPORT FPDF_BOOKMARK FPDF_CALLCONV 108 FPDF_EXPORT FPDF_DEST FPDF_CALLCONV 118 FPDF_EXPORT FPDF_ACTION FPDF_CALLCONV 131 FPDF_EXPORT unsigned long FPDF_CALLCONV FPDFAction_GetType(FPDF_ACTION action); 145 FPDF_EXPORT FPDF_DEST FPDF_CALLCONV FPDFAction_GetDest(FPDF_DOCUMENT document, 162 FPDF_EXPORT unsigned long FPDF_CALLCONV 178 FPDF_EXPORT unsigned long FPDF_CALLCONV [all …]
|
D | fpdf_transformpage.h | 26 FPDF_EXPORT void FPDF_CALLCONV FPDFPage_SetMediaBox(FPDF_PAGE page, 41 FPDF_EXPORT void FPDF_CALLCONV FPDFPage_SetCropBox(FPDF_PAGE page, 56 FPDF_EXPORT void FPDF_CALLCONV FPDFPage_SetBleedBox(FPDF_PAGE page, 71 FPDF_EXPORT void FPDF_CALLCONV FPDFPage_SetTrimBox(FPDF_PAGE page, 86 FPDF_EXPORT void FPDF_CALLCONV FPDFPage_SetArtBox(FPDF_PAGE page, 104 FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV FPDFPage_GetMediaBox(FPDF_PAGE page, 122 FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV FPDFPage_GetCropBox(FPDF_PAGE page, 140 FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV FPDFPage_GetBleedBox(FPDF_PAGE page, 158 FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV FPDFPage_GetTrimBox(FPDF_PAGE page, 176 FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV FPDFPage_GetArtBox(FPDF_PAGE page, [all …]
|
D | fpdf_formfill.h | 1085 FPDF_EXPORT FPDF_FORMHANDLE FPDF_CALLCONV 1100 FPDF_EXPORT void FPDF_CALLCONV 1114 FPDF_EXPORT void FPDF_CALLCONV FORM_OnAfterLoadPage(FPDF_PAGE page, 1128 FPDF_EXPORT void FPDF_CALLCONV FORM_OnBeforeClosePage(FPDF_PAGE page, 1145 FPDF_EXPORT void FPDF_CALLCONV 1161 FPDF_EXPORT void FPDF_CALLCONV 1191 FPDF_EXPORT void FPDF_CALLCONV FORM_DoDocumentAAction(FPDF_FORMHANDLE hHandle, 1216 FPDF_EXPORT void FPDF_CALLCONV FORM_DoPageAAction(FPDF_PAGE page, 1235 FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV FORM_OnMouseMove(FPDF_FORMHANDLE hHandle, 1258 FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV FORM_OnFocus(FPDF_FORMHANDLE hHandle, [all …]
|
D | fpdf_attachment.h | 21 FPDF_EXPORT int FPDF_CALLCONV 34 FPDF_EXPORT FPDF_ATTACHMENT FPDF_CALLCONV 45 FPDF_EXPORT FPDF_ATTACHMENT FPDF_CALLCONV 58 FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV 71 FPDF_EXPORT unsigned long FPDF_CALLCONV 83 FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV 94 FPDF_EXPORT FPDF_OBJECT_TYPE FPDF_CALLCONV 107 FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV 128 FPDF_EXPORT unsigned long FPDF_CALLCONV 145 FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV [all …]
|
D | fpdf_structtree.h | 24 FPDF_EXPORT FPDF_STRUCTTREE FPDF_CALLCONV 34 FPDF_EXPORT void FPDF_CALLCONV 44 FPDF_EXPORT int FPDF_CALLCONV 55 FPDF_EXPORT FPDF_STRUCTELEMENT FPDF_CALLCONV 73 FPDF_EXPORT unsigned long FPDF_CALLCONV 85 FPDF_EXPORT int FPDF_CALLCONV 103 FPDF_EXPORT unsigned long FPDF_CALLCONV 123 FPDF_EXPORT unsigned long FPDF_CALLCONV 134 FPDF_EXPORT int FPDF_CALLCONV 147 FPDF_EXPORT FPDF_STRUCTELEMENT FPDF_CALLCONV
|
D | fpdf_dataavail.h | 63 FPDF_EXPORT FPDF_AVAIL FPDF_CALLCONV FPDFAvail_Create(FX_FILEAVAIL* file_avail, 69 FPDF_EXPORT void FPDF_CALLCONV FPDFAvail_Destroy(FPDF_AVAIL avail); 110 FPDF_EXPORT int FPDF_CALLCONV FPDFAvail_IsDocAvail(FPDF_AVAIL avail, 124 FPDF_EXPORT FPDF_DOCUMENT FPDF_CALLCONV 136 FPDF_EXPORT int FPDF_CALLCONV FPDFAvail_GetFirstPageNum(FPDF_DOCUMENT doc); 158 FPDF_EXPORT int FPDF_CALLCONV FPDFAvail_IsPageAvail(FPDF_AVAIL avail, 183 FPDF_EXPORT int FPDF_CALLCONV FPDFAvail_IsFormAvail(FPDF_AVAIL avail, 199 FPDF_EXPORT int FPDF_CALLCONV FPDFAvail_IsLinearized(FPDF_AVAIL avail);
|
D | fpdf_javascript.h | 21 FPDF_EXPORT int FPDF_CALLCONV 33 FPDF_EXPORT FPDF_JAVASCRIPT_ACTION FPDF_CALLCONV 40 FPDF_EXPORT void FPDF_CALLCONV 53 FPDF_EXPORT unsigned long FPDF_CALLCONV 68 FPDF_EXPORT unsigned long FPDF_CALLCONV
|
D | fpdf_sysfontinfo.h | 244 FPDF_EXPORT const FPDF_CharsetFontMap* FPDF_CALLCONV FPDF_GetDefaultTTFMap(); 259 FPDF_EXPORT void FPDF_CALLCONV FPDF_AddInstalledFont(void* mapper, 275 FPDF_EXPORT void FPDF_CALLCONV 293 FPDF_EXPORT FPDF_SYSFONTINFO* FPDF_CALLCONV FPDF_GetDefaultSystemFontInfo(); 306 FPDF_EXPORT void FPDF_CALLCONV
|
D | fpdf_ext.h | 69 FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV 79 FPDF_EXPORT void FPDF_CALLCONV FSDK_SetTimeFunction(time_t (*func)()); 88 FPDF_EXPORT void FPDF_CALLCONV 113 FPDF_EXPORT int FPDF_CALLCONV FPDFDoc_GetPageMode(FPDF_DOCUMENT document);
|
/external/pdfium/fpdfsdk/ |
D | fpdf_editpage.cpp | 152 FPDF_EXPORT FPDF_DOCUMENT FPDF_CALLCONV FPDF_CreateNewDocument() { in FPDF_CreateNewDocument() 186 FPDF_EXPORT void FPDF_CALLCONV FPDFPage_Delete(FPDF_DOCUMENT document, in FPDFPage_Delete() 201 FPDF_EXPORT FPDF_PAGE FPDF_CALLCONV FPDFPage_New(FPDF_DOCUMENT document, in FPDFPage_New() 234 FPDF_EXPORT int FPDF_CALLCONV FPDFPage_GetRotation(FPDF_PAGE page) { in FPDFPage_GetRotation() 239 FPDF_EXPORT void FPDF_CALLCONV FPDFPage_InsertObject(FPDF_PAGE page, in FPDFPage_InsertObject() 255 FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV 268 FPDF_EXPORT int FPDF_CALLCONV FPDFPage_CountObjects(FPDF_PAGE page) { in FPDFPage_CountObjects() 276 FPDF_EXPORT FPDF_PAGEOBJECT FPDF_CALLCONV FPDFPage_GetObject(FPDF_PAGE page, in FPDFPage_GetObject() 285 FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV FPDFPage_HasTransparency(FPDF_PAGE page) { in FPDFPage_HasTransparency() 290 FPDF_EXPORT void FPDF_CALLCONV FPDFPageObj_Destroy(FPDF_PAGEOBJECT page_obj) { in FPDFPageObj_Destroy() [all …]
|
D | fpdf_view.cpp | 104 FPDF_EXPORT void FPDF_CALLCONV FPDF_InitLibrary() { in FPDF_InitLibrary() 108 FPDF_EXPORT void FPDF_CALLCONV 126 FPDF_EXPORT void FPDF_CALLCONV FPDF_DestroyLibrary() { in FPDF_DestroyLibrary() 141 FPDF_EXPORT void FPDF_CALLCONV FPDF_SetSandBoxPolicy(FPDF_DWORD policy, in FPDF_SetSandBoxPolicy() 148 FPDF_EXPORT void FPDF_CALLCONV 153 FPDF_EXPORT void FPDF_CALLCONV FPDF_SetPrintTextWithGDI(FPDF_BOOL use_gdi) { in FPDF_SetPrintTextWithGDI() 158 FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV FPDF_SetPrintMode(int mode) { in FPDF_SetPrintMode() 168 FPDF_EXPORT FPDF_DOCUMENT FPDF_CALLCONV 176 FPDF_EXPORT int FPDF_CALLCONV FPDF_GetFormType(FPDF_DOCUMENT document) { in FPDF_GetFormType() 197 FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV FPDF_LoadXFA(FPDF_DOCUMENT document) { in FPDF_LoadXFA() [all …]
|
D | fpdf_text.cpp | 45 FPDF_EXPORT FPDF_TEXTPAGE FPDF_CALLCONV FPDFText_LoadPage(FPDF_PAGE page) { in FPDFText_LoadPage() 58 FPDF_EXPORT void FPDF_CALLCONV FPDFText_ClosePage(FPDF_TEXTPAGE text_page) { in FPDFText_ClosePage() 64 FPDF_EXPORT int FPDF_CALLCONV FPDFText_CountChars(FPDF_TEXTPAGE text_page) { in FPDFText_CountChars() 72 FPDF_EXPORT unsigned int FPDF_CALLCONV 82 FPDF_EXPORT double FPDF_CALLCONV FPDFText_GetFontSize(FPDF_TEXTPAGE text_page, in FPDFText_GetFontSize() 91 FPDF_EXPORT unsigned long FPDF_CALLCONV 117 FPDF_EXPORT int FPDF_CALLCONV FPDFText_GetFontWeight(FPDF_TEXTPAGE text_page, in FPDFText_GetFontWeight() 130 FPDF_EXPORT FPDF_TEXT_RENDERMODE FPDF_CALLCONV 144 FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV 168 FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV [all …]
|
D | fpdf_formfill.cpp | 231 FPDF_EXPORT int FPDF_CALLCONV 264 FPDF_EXPORT int FPDF_CALLCONV 285 FPDF_EXPORT FPDF_FORMHANDLE FPDF_CALLCONV 337 FPDF_EXPORT void FPDF_CALLCONV 360 FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV FORM_OnMouseMove(FPDF_FORMHANDLE hHandle, in FORM_OnMouseMove() 371 FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV FORM_OnFocus(FPDF_FORMHANDLE hHandle, in FORM_OnFocus() 382 FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV FORM_OnLButtonDown(FPDF_FORMHANDLE hHandle, in FORM_OnLButtonDown() 397 FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV FORM_OnLButtonUp(FPDF_FORMHANDLE hHandle, in FORM_OnLButtonUp() 412 FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV 428 FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV FORM_OnRButtonDown(FPDF_FORMHANDLE hHandle, in FORM_OnRButtonDown() [all …]
|
D | fpdf_editpath.cpp | 49 FPDF_EXPORT FPDF_PAGEOBJECT FPDF_CALLCONV FPDFPageObj_CreateNewPath(float x, in FPDFPageObj_CreateNewPath() 59 FPDF_EXPORT FPDF_PAGEOBJECT FPDF_CALLCONV FPDFPageObj_CreateNewRect(float x, in FPDFPageObj_CreateNewRect() 71 FPDF_EXPORT int FPDF_CALLCONV FPDFPath_CountSegments(FPDF_PAGEOBJECT path) { in FPDFPath_CountSegments() 78 FPDF_EXPORT FPDF_PATHSEGMENT FPDF_CALLCONV 91 FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV FPDFPath_MoveTo(FPDF_PAGEOBJECT path, in FPDFPath_MoveTo() 103 FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV FPDFPath_LineTo(FPDF_PAGEOBJECT path, in FPDFPath_LineTo() 115 FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV FPDFPath_BezierTo(FPDF_PAGEOBJECT path, in FPDFPath_BezierTo() 134 FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV FPDFPath_Close(FPDF_PAGEOBJECT path) { in FPDFPath_Close() 148 FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV FPDFPath_SetDrawMode(FPDF_PAGEOBJECT path, in FPDFPath_SetDrawMode() 166 FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV FPDFPath_GetDrawMode(FPDF_PAGEOBJECT path, in FPDFPath_GetDrawMode() [all …]
|
D | fpdf_doc.cpp | 70 FPDF_EXPORT FPDF_BOOKMARK FPDF_CALLCONV 81 FPDF_EXPORT FPDF_BOOKMARK FPDF_CALLCONV 96 FPDF_EXPORT unsigned long FPDF_CALLCONV 107 FPDF_EXPORT FPDF_BOOKMARK FPDF_CALLCONV 123 FPDF_EXPORT FPDF_DEST FPDF_CALLCONV 144 FPDF_EXPORT FPDF_ACTION FPDF_CALLCONV 153 FPDF_EXPORT unsigned long FPDF_CALLCONV FPDFAction_GetType(FPDF_ACTION action) { in FPDFAction_GetType() 173 FPDF_EXPORT FPDF_DEST FPDF_CALLCONV FPDFAction_GetDest(FPDF_DOCUMENT document, in FPDFAction_GetDest() 187 FPDF_EXPORT unsigned long FPDF_CALLCONV 201 FPDF_EXPORT unsigned long FPDF_CALLCONV [all …]
|
D | fpdf_structtree.cpp | 32 FPDF_EXPORT FPDF_STRUCTTREE FPDF_CALLCONV 44 FPDF_EXPORT void FPDF_CALLCONV 50 FPDF_EXPORT int FPDF_CALLCONV 60 FPDF_EXPORT FPDF_STRUCTELEMENT FPDF_CALLCONV 71 FPDF_EXPORT unsigned long FPDF_CALLCONV 80 FPDF_EXPORT int FPDF_CALLCONV 88 FPDF_EXPORT unsigned long FPDF_CALLCONV 100 FPDF_EXPORT unsigned long FPDF_CALLCONV 109 FPDF_EXPORT int FPDF_CALLCONV 120 FPDF_EXPORT FPDF_STRUCTELEMENT FPDF_CALLCONV
|
D | fpdf_annot.cpp | 274 FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV 285 FPDF_EXPORT FPDF_ANNOTATION FPDF_CALLCONV 307 FPDF_EXPORT int FPDF_CALLCONV FPDFPage_GetAnnotCount(FPDF_PAGE page) { in FPDFPage_GetAnnotCount() 316 FPDF_EXPORT FPDF_ANNOTATION FPDF_CALLCONV FPDFPage_GetAnnot(FPDF_PAGE page, in FPDFPage_GetAnnot() 336 FPDF_EXPORT int FPDF_CALLCONV FPDFPage_GetAnnotIndex(FPDF_PAGE page, in FPDFPage_GetAnnotIndex() 362 FPDF_EXPORT void FPDF_CALLCONV FPDFPage_CloseAnnot(FPDF_ANNOTATION annot) { in FPDFPage_CloseAnnot() 366 FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV FPDFPage_RemoveAnnot(FPDF_PAGE page, in FPDFPage_RemoveAnnot() 380 FPDF_EXPORT FPDF_ANNOTATION_SUBTYPE FPDF_CALLCONV 390 FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV 396 FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV [all …]
|
D | fpdf_transformpage.cpp | 105 FPDF_EXPORT void FPDF_CALLCONV FPDFPage_SetMediaBox(FPDF_PAGE page, in FPDFPage_SetMediaBox() 114 FPDF_EXPORT void FPDF_CALLCONV FPDFPage_SetCropBox(FPDF_PAGE page, in FPDFPage_SetCropBox() 123 FPDF_EXPORT void FPDF_CALLCONV FPDFPage_SetBleedBox(FPDF_PAGE page, in FPDFPage_SetBleedBox() 132 FPDF_EXPORT void FPDF_CALLCONV FPDFPage_SetTrimBox(FPDF_PAGE page, in FPDFPage_SetTrimBox() 141 FPDF_EXPORT void FPDF_CALLCONV FPDFPage_SetArtBox(FPDF_PAGE page, in FPDFPage_SetArtBox() 150 FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV FPDFPage_GetMediaBox(FPDF_PAGE page, in FPDFPage_GetMediaBox() 160 FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV FPDFPage_GetCropBox(FPDF_PAGE page, in FPDFPage_GetCropBox() 170 FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV FPDFPage_GetBleedBox(FPDF_PAGE page, in FPDFPage_GetBleedBox() 180 FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV FPDFPage_GetTrimBox(FPDF_PAGE page, in FPDFPage_GetTrimBox() 190 FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV FPDFPage_GetArtBox(FPDF_PAGE page, in FPDFPage_GetArtBox() [all …]
|
D | fpdf_attachment.cpp | 52 FPDF_EXPORT int FPDF_CALLCONV 61 FPDF_EXPORT FPDF_ATTACHMENT FPDF_CALLCONV 105 FPDF_EXPORT FPDF_ATTACHMENT FPDF_CALLCONV 120 FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV 133 FPDF_EXPORT unsigned long FPDF_CALLCONV 145 FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV 155 FPDF_EXPORT FPDF_OBJECT_TYPE FPDF_CALLCONV 165 FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV 187 FPDF_EXPORT unsigned long FPDF_CALLCONV 214 FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV [all …]
|
D | fpdf_editimg.cpp | 92 FPDF_EXPORT FPDF_PAGEOBJECT FPDF_CALLCONV 105 FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV 113 FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV 121 FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV 143 FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV 163 FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV 190 FPDF_EXPORT FPDF_BITMAP FPDF_CALLCONV 217 FPDF_EXPORT unsigned long FPDF_CALLCONV 236 FPDF_EXPORT unsigned long FPDF_CALLCONV 255 FPDF_EXPORT int FPDF_CALLCONV [all …]
|
D | fpdf_javascript.cpp | 21 FPDF_EXPORT int FPDF_CALLCONV 27 FPDF_EXPORT FPDF_JAVASCRIPT_ACTION FPDF_CALLCONV 58 FPDF_EXPORT void FPDF_CALLCONV 65 FPDF_EXPORT unsigned long FPDF_CALLCONV 76 FPDF_EXPORT unsigned long FPDF_CALLCONV
|