Home
last modified time | relevance | path

Searched refs:FPDF_EXPORT (Results 1 – 25 of 51) sorted by relevance

123

/external/pdfium/public/
Dfpdf_edit.h102 FPDF_EXPORT FPDF_DOCUMENT FPDF_CALLCONV FPDF_CreateNewDocument();
117 FPDF_EXPORT FPDF_PAGE FPDF_CALLCONV FPDFPage_New(FPDF_DOCUMENT document,
126 FPDF_EXPORT void FPDF_CALLCONV FPDFPage_Delete(FPDF_DOCUMENT document,
138 FPDF_EXPORT int FPDF_CALLCONV FPDFPage_GetRotation(FPDF_PAGE page);
148 FPDF_EXPORT void FPDF_CALLCONV FPDFPage_SetRotation(FPDF_PAGE page, int rotate);
155 FPDF_EXPORT void FPDF_CALLCONV FPDFPage_InsertObject(FPDF_PAGE page,
168 FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV
176 FPDF_EXPORT int FPDF_CALLCONV FPDFPage_CountObjects(FPDF_PAGE page);
184 FPDF_EXPORT FPDF_PAGEOBJECT FPDF_CALLCONV FPDFPage_GetObject(FPDF_PAGE page,
192 FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV FPDFPage_HasTransparency(FPDF_PAGE page);
[all …]
Dfpdf_annot.h119 FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV
132 FPDF_EXPORT FPDF_ANNOTATION FPDF_CALLCONV
141 FPDF_EXPORT int FPDF_CALLCONV FPDFPage_GetAnnotCount(FPDF_PAGE page);
151 FPDF_EXPORT FPDF_ANNOTATION FPDF_CALLCONV FPDFPage_GetAnnot(FPDF_PAGE page,
162 FPDF_EXPORT int FPDF_CALLCONV FPDFPage_GetAnnotIndex(FPDF_PAGE page,
171 FPDF_EXPORT void FPDF_CALLCONV FPDFPage_CloseAnnot(FPDF_ANNOTATION annot);
180 FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV FPDFPage_RemoveAnnot(FPDF_PAGE page,
189 FPDF_EXPORT FPDF_ANNOTATION_SUBTYPE FPDF_CALLCONV
200 FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV
214 FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV
[all …]
Dfpdfview.h199 #define FPDF_EXPORT __declspec(dllexport) macro
201 #define FPDF_EXPORT __declspec(dllimport) macro
205 #define FPDF_EXPORT __attribute__((visibility("default"))) macro
207 #define FPDF_EXPORT macro
211 #define FPDF_EXPORT macro
235 FPDF_EXPORT void FPDF_CALLCONV FPDF_InitLibrary();
295 FPDF_EXPORT void FPDF_CALLCONV
309 FPDF_EXPORT void FPDF_CALLCONV FPDF_DestroyLibrary();
322 FPDF_EXPORT void FPDF_CALLCONV FPDF_SetSandBoxPolicy(FPDF_DWORD policy,
351 FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV FPDF_SetPrintMode(int mode);
[all …]
Dfpdf_text.h31 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
89 FPDF_EXPORT int FPDF_CALLCONV
104 FPDF_EXPORT int FPDF_CALLCONV
118 FPDF_EXPORT double FPDF_CALLCONV FPDFText_GetFontSize(FPDF_TEXTPAGE text_page,
140 FPDF_EXPORT unsigned long FPDF_CALLCONV
159 FPDF_EXPORT int FPDF_CALLCONV FPDFText_GetFontWeight(FPDF_TEXTPAGE text_page,
175 FPDF_EXPORT FPDF_TEXT_RENDERMODE FPDF_CALLCONV
[all …]
Dfpdf_structtree.h24 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
94 FPDF_EXPORT unsigned long FPDF_CALLCONV
114 FPDF_EXPORT unsigned long FPDF_CALLCONV
135 FPDF_EXPORT unsigned long FPDF_CALLCONV
157 FPDF_EXPORT unsigned long FPDF_CALLCONV
170 FPDF_EXPORT int FPDF_CALLCONV
[all …]
Dfpdf_doc.h56 FPDF_EXPORT FPDF_BOOKMARK FPDF_CALLCONV
69 FPDF_EXPORT FPDF_BOOKMARK FPDF_CALLCONV
85 FPDF_EXPORT unsigned long FPDF_CALLCONV
100 FPDF_EXPORT int FPDF_CALLCONV FPDFBookmark_GetCount(FPDF_BOOKMARK bookmark);
111 FPDF_EXPORT FPDF_BOOKMARK FPDF_CALLCONV
121 FPDF_EXPORT FPDF_DEST FPDF_CALLCONV
134 FPDF_EXPORT FPDF_ACTION FPDF_CALLCONV
147 FPDF_EXPORT unsigned long FPDF_CALLCONV FPDFAction_GetType(FPDF_ACTION action);
161 FPDF_EXPORT FPDF_DEST FPDF_CALLCONV FPDFAction_GetDest(FPDF_DOCUMENT document,
178 FPDF_EXPORT unsigned long FPDF_CALLCONV
[all …]
Dfpdf_transformpage.h26 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 …]
Dfpdf_formfill.h1154 FPDF_EXPORT FPDF_FORMHANDLE FPDF_CALLCONV
1169 FPDF_EXPORT void FPDF_CALLCONV
1183 FPDF_EXPORT void FPDF_CALLCONV FORM_OnAfterLoadPage(FPDF_PAGE page,
1197 FPDF_EXPORT void FPDF_CALLCONV FORM_OnBeforeClosePage(FPDF_PAGE page,
1214 FPDF_EXPORT void FPDF_CALLCONV
1230 FPDF_EXPORT void FPDF_CALLCONV
1260 FPDF_EXPORT void FPDF_CALLCONV FORM_DoDocumentAAction(FPDF_FORMHANDLE hHandle,
1285 FPDF_EXPORT void FPDF_CALLCONV FORM_DoPageAAction(FPDF_PAGE page,
1304 FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV FORM_OnMouseMove(FPDF_FORMHANDLE hHandle,
1335 FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV FORM_OnMouseWheel(
[all …]
Dfpdf_attachment.h21 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 …]
Dfpdf_signature.h22 FPDF_EXPORT int FPDF_CALLCONV FPDF_GetSignatureCount(FPDF_DOCUMENT document);
34 FPDF_EXPORT FPDF_SIGNATURE FPDF_CALLCONV
51 FPDF_EXPORT unsigned long FPDF_CALLCONV
73 FPDF_EXPORT unsigned long FPDF_CALLCONV
92 FPDF_EXPORT unsigned long FPDF_CALLCONV
111 FPDF_EXPORT unsigned long FPDF_CALLCONV
135 FPDF_EXPORT unsigned long FPDF_CALLCONV
148 FPDF_EXPORT unsigned int FPDF_CALLCONV
Dfpdf_dataavail.h62 FPDF_EXPORT FPDF_AVAIL FPDF_CALLCONV FPDFAvail_Create(FX_FILEAVAIL* file_avail,
68 FPDF_EXPORT void FPDF_CALLCONV FPDFAvail_Destroy(FPDF_AVAIL avail);
109 FPDF_EXPORT int FPDF_CALLCONV FPDFAvail_IsDocAvail(FPDF_AVAIL avail,
123 FPDF_EXPORT FPDF_DOCUMENT FPDF_CALLCONV
135 FPDF_EXPORT int FPDF_CALLCONV FPDFAvail_GetFirstPageNum(FPDF_DOCUMENT doc);
157 FPDF_EXPORT int FPDF_CALLCONV FPDFAvail_IsPageAvail(FPDF_AVAIL avail,
182 FPDF_EXPORT int FPDF_CALLCONV FPDFAvail_IsFormAvail(FPDF_AVAIL avail,
198 FPDF_EXPORT int FPDF_CALLCONV FPDFAvail_IsLinearized(FPDF_AVAIL avail);
Dfpdf_ppo.h31 FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV
49 FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV FPDF_ImportPages(FPDF_DOCUMENT dest_doc,
71 FPDF_EXPORT FPDF_DOCUMENT FPDF_CALLCONV
84 FPDF_EXPORT FPDF_XOBJECT FPDF_CALLCONV
92 FPDF_EXPORT void FPDF_CALLCONV FPDF_CloseXObject(FPDF_XOBJECT xobject);
99 FPDF_EXPORT FPDF_PAGEOBJECT FPDF_CALLCONV
108 FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV
Dfpdf_javascript.h21 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
Dfpdf_sysfontinfo.h248 FPDF_EXPORT const FPDF_CharsetFontMap* FPDF_CALLCONV FPDF_GetDefaultTTFMap();
263 FPDF_EXPORT void FPDF_CALLCONV FPDF_AddInstalledFont(void* mapper,
279 FPDF_EXPORT void FPDF_CALLCONV
297 FPDF_EXPORT FPDF_SYSFONTINFO* FPDF_CALLCONV FPDF_GetDefaultSystemFontInfo();
310 FPDF_EXPORT void FPDF_CALLCONV
/external/pdfium/fpdfsdk/
Dfpdf_text.cpp40 FPDF_EXPORT FPDF_TEXTPAGE FPDF_CALLCONV FPDFText_LoadPage(FPDF_PAGE page) { in FPDFText_LoadPage()
53 FPDF_EXPORT void FPDF_CALLCONV FPDFText_ClosePage(FPDF_TEXTPAGE text_page) { in FPDFText_ClosePage()
59 FPDF_EXPORT int FPDF_CALLCONV FPDFText_CountChars(FPDF_TEXTPAGE text_page) { in FPDFText_CountChars()
64 FPDF_EXPORT unsigned int FPDF_CALLCONV
74 FPDF_EXPORT int FPDF_CALLCONV FPDFText_IsGenerated(FPDF_TEXTPAGE text_page, in FPDFText_IsGenerated()
84 FPDF_EXPORT int FPDF_CALLCONV
94 FPDF_EXPORT double FPDF_CALLCONV FPDFText_GetFontSize(FPDF_TEXTPAGE text_page, in FPDFText_GetFontSize()
103 FPDF_EXPORT unsigned long FPDF_CALLCONV
130 FPDF_EXPORT int FPDF_CALLCONV FPDFText_GetFontWeight(FPDF_TEXTPAGE text_page, in FPDFText_GetFontWeight()
143 FPDF_EXPORT FPDF_TEXT_RENDERMODE FPDF_CALLCONV
[all …]
Dfpdf_structtree.cpp46 FPDF_EXPORT FPDF_STRUCTTREE FPDF_CALLCONV
58 FPDF_EXPORT void FPDF_CALLCONV
64 FPDF_EXPORT int FPDF_CALLCONV
74 FPDF_EXPORT FPDF_STRUCTELEMENT FPDF_CALLCONV
85 FPDF_EXPORT unsigned long FPDF_CALLCONV
94 FPDF_EXPORT unsigned long FPDF_CALLCONV
103 FPDF_EXPORT unsigned long FPDF_CALLCONV
117 FPDF_EXPORT unsigned long FPDF_CALLCONV
131 FPDF_EXPORT int FPDF_CALLCONV
145 FPDF_EXPORT FPDF_STRUCTELEMENT_ATTR FPDF_CALLCONV
[all …]
Dfpdf_editpage.cpp152 FPDF_EXPORT FPDF_DOCUMENT FPDF_CALLCONV FPDF_CreateNewDocument() { in FPDF_CreateNewDocument()
182 FPDF_EXPORT void FPDF_CALLCONV FPDFPage_Delete(FPDF_DOCUMENT document, in FPDFPage_Delete()
197 FPDF_EXPORT FPDF_PAGE FPDF_CALLCONV FPDFPage_New(FPDF_DOCUMENT document, in FPDFPage_New()
230 FPDF_EXPORT int FPDF_CALLCONV FPDFPage_GetRotation(FPDF_PAGE page) { in FPDFPage_GetRotation()
235 FPDF_EXPORT void FPDF_CALLCONV FPDFPage_InsertObject(FPDF_PAGE page, in FPDFPage_InsertObject()
251 FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV
265 FPDF_EXPORT int FPDF_CALLCONV FPDFPage_CountObjects(FPDF_PAGE page) { in FPDFPage_CountObjects()
273 FPDF_EXPORT FPDF_PAGEOBJECT FPDF_CALLCONV FPDFPage_GetObject(FPDF_PAGE page, in FPDFPage_GetObject()
282 FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV FPDFPage_HasTransparency(FPDF_PAGE page) { in FPDFPage_HasTransparency()
287 FPDF_EXPORT void FPDF_CALLCONV FPDFPageObj_Destroy(FPDF_PAGEOBJECT page_obj) { in FPDFPageObj_Destroy()
[all …]
Dfpdf_view.cpp215 FPDF_EXPORT void FPDF_CALLCONV FPDF_InitLibrary() { in FPDF_InitLibrary()
219 FPDF_EXPORT void FPDF_CALLCONV
243 FPDF_EXPORT void FPDF_CALLCONV FPDF_DestroyLibrary() { in FPDF_DestroyLibrary()
258 FPDF_EXPORT void FPDF_CALLCONV FPDF_SetSandBoxPolicy(FPDF_DWORD policy, in FPDF_SetSandBoxPolicy()
264 FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV FPDF_SetPrintMode(int mode) { in FPDF_SetPrintMode()
275 FPDF_EXPORT FPDF_DOCUMENT FPDF_CALLCONV
283 FPDF_EXPORT int FPDF_CALLCONV FPDF_GetFormType(FPDF_DOCUMENT document) { in FPDF_GetFormType()
304 FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV FPDF_LoadXFA(FPDF_DOCUMENT document) { in FPDF_LoadXFA()
317 FPDF_EXPORT FPDF_DOCUMENT FPDF_CALLCONV
325 FPDF_EXPORT FPDF_DOCUMENT FPDF_CALLCONV
[all …]
Dfpdf_formfill.cpp239 FPDF_EXPORT int FPDF_CALLCONV
272 FPDF_EXPORT int FPDF_CALLCONV
293 FPDF_EXPORT FPDF_FORMHANDLE FPDF_CALLCONV
335 FPDF_EXPORT void FPDF_CALLCONV
358 FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV FORM_OnMouseMove(FPDF_FORMHANDLE hHandle, in FORM_OnMouseMove()
370 FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV
387 FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV FORM_OnFocus(FPDF_FORMHANDLE hHandle, in FORM_OnFocus()
399 FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV FORM_OnLButtonDown(FPDF_FORMHANDLE hHandle, in FORM_OnLButtonDown()
415 FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV FORM_OnLButtonUp(FPDF_FORMHANDLE hHandle, in FORM_OnLButtonUp()
431 FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV
[all …]
Dfpdf_doc.cpp77 FPDF_EXPORT FPDF_BOOKMARK FPDF_CALLCONV
89 FPDF_EXPORT FPDF_BOOKMARK FPDF_CALLCONV
105 FPDF_EXPORT unsigned long FPDF_CALLCONV
117 FPDF_EXPORT int FPDF_CALLCONV FPDFBookmark_GetCount(FPDF_BOOKMARK bookmark) { in FPDFBookmark_GetCount()
125 FPDF_EXPORT FPDF_BOOKMARK FPDF_CALLCONV
141 FPDF_EXPORT FPDF_DEST FPDF_CALLCONV
163 FPDF_EXPORT FPDF_ACTION FPDF_CALLCONV
173 FPDF_EXPORT unsigned long FPDF_CALLCONV FPDFAction_GetType(FPDF_ACTION action) { in FPDFAction_GetType()
194 FPDF_EXPORT FPDF_DEST FPDF_CALLCONV FPDFAction_GetDest(FPDF_DOCUMENT document, in FPDFAction_GetDest()
209 FPDF_EXPORT unsigned long FPDF_CALLCONV
[all …]
Dfpdf_annot.cpp339 FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV
361 FPDF_EXPORT FPDF_ANNOTATION FPDF_CALLCONV
382 FPDF_EXPORT int FPDF_CALLCONV FPDFPage_GetAnnotCount(FPDF_PAGE page) { in FPDFPage_GetAnnotCount()
391 FPDF_EXPORT FPDF_ANNOTATION FPDF_CALLCONV FPDFPage_GetAnnot(FPDF_PAGE page, in FPDFPage_GetAnnot()
413 FPDF_EXPORT int FPDF_CALLCONV FPDFPage_GetAnnotIndex(FPDF_PAGE page, in FPDFPage_GetAnnotIndex()
439 FPDF_EXPORT void FPDF_CALLCONV FPDFPage_CloseAnnot(FPDF_ANNOTATION annot) { in FPDFPage_CloseAnnot()
443 FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV FPDFPage_RemoveAnnot(FPDF_PAGE page, in FPDFPage_RemoveAnnot()
457 FPDF_EXPORT FPDF_ANNOTATION_SUBTYPE FPDF_CALLCONV
467 FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV
473 FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV
[all …]
Dfpdf_editpath.cpp57 FPDF_EXPORT FPDF_PAGEOBJECT FPDF_CALLCONV FPDFPageObj_CreateNewPath(float x, in FPDFPageObj_CreateNewPath()
67 FPDF_EXPORT FPDF_PAGEOBJECT FPDF_CALLCONV FPDFPageObj_CreateNewRect(float x, in FPDFPageObj_CreateNewRect()
79 FPDF_EXPORT int FPDF_CALLCONV FPDFPath_CountSegments(FPDF_PAGEOBJECT path) { in FPDFPath_CountSegments()
86 FPDF_EXPORT FPDF_PATHSEGMENT FPDF_CALLCONV
99 FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV FPDFPath_MoveTo(FPDF_PAGEOBJECT path, in FPDFPath_MoveTo()
111 FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV FPDFPath_LineTo(FPDF_PAGEOBJECT path, in FPDFPath_LineTo()
123 FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV FPDFPath_BezierTo(FPDF_PAGEOBJECT path, in FPDFPath_BezierTo()
142 FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV FPDFPath_Close(FPDF_PAGEOBJECT path) { in FPDFPath_Close()
156 FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV FPDFPath_SetDrawMode(FPDF_PAGEOBJECT path, in FPDFPath_SetDrawMode()
174 FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV FPDFPath_GetDrawMode(FPDF_PAGEOBJECT path, in FPDFPath_GetDrawMode()
[all …]
Dfpdf_transformpage.cpp106 FPDF_EXPORT void FPDF_CALLCONV FPDFPage_SetMediaBox(FPDF_PAGE page, in FPDFPage_SetMediaBox()
115 FPDF_EXPORT void FPDF_CALLCONV FPDFPage_SetCropBox(FPDF_PAGE page, in FPDFPage_SetCropBox()
124 FPDF_EXPORT void FPDF_CALLCONV FPDFPage_SetBleedBox(FPDF_PAGE page, in FPDFPage_SetBleedBox()
133 FPDF_EXPORT void FPDF_CALLCONV FPDFPage_SetTrimBox(FPDF_PAGE page, in FPDFPage_SetTrimBox()
142 FPDF_EXPORT void FPDF_CALLCONV FPDFPage_SetArtBox(FPDF_PAGE page, in FPDFPage_SetArtBox()
151 FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV FPDFPage_GetMediaBox(FPDF_PAGE page, in FPDFPage_GetMediaBox()
161 FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV FPDFPage_GetCropBox(FPDF_PAGE page, in FPDFPage_GetCropBox()
171 FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV FPDFPage_GetBleedBox(FPDF_PAGE page, in FPDFPage_GetBleedBox()
181 FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV FPDFPage_GetTrimBox(FPDF_PAGE page, in FPDFPage_GetTrimBox()
191 FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV FPDFPage_GetArtBox(FPDF_PAGE page, in FPDFPage_GetArtBox()
[all …]
Dfpdf_attachment.cpp55 FPDF_EXPORT int FPDF_CALLCONV
65 FPDF_EXPORT FPDF_ATTACHMENT FPDF_CALLCONV
94 FPDF_EXPORT FPDF_ATTACHMENT FPDF_CALLCONV
111 FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV
124 FPDF_EXPORT unsigned long FPDF_CALLCONV
137 FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV
148 FPDF_EXPORT FPDF_OBJECT_TYPE FPDF_CALLCONV
159 FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV
182 FPDF_EXPORT unsigned long FPDF_CALLCONV
212 FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV
[all …]
Dfpdf_editimg.cpp111 FPDF_EXPORT FPDF_PAGEOBJECT FPDF_CALLCONV
124 FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV
132 FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV
140 FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV
159 FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV
186 FPDF_EXPORT FPDF_BITMAP FPDF_CALLCONV
211 FPDF_EXPORT FPDF_BITMAP FPDF_CALLCONV
269 FPDF_EXPORT unsigned long FPDF_CALLCONV
290 FPDF_EXPORT unsigned long FPDF_CALLCONV
311 FPDF_EXPORT int FPDF_CALLCONV
[all …]

123