Home
last modified time | relevance | path

Searched refs:FPDF_BOOL (Results 1 – 25 of 40) sorted by relevance

12

/external/pdfium/public/
Dfpdf_edit.h181 FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV FPDFPage_HasTransparency(FPDF_PAGE page);
191 FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV FPDFPage_GenerateContent(FPDF_PAGE page);
207 FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV
285 FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV
307 FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV
329 FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV
346 FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV
427 FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV
463 FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV
491 FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV
[all …]
Dfpdf_annot.h106 FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV
167 FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV FPDFPage_RemoveAnnot(FPDF_PAGE page,
187 FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV
201 FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV
215 FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV
244 FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV
258 FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV FPDFAnnot_SetColor(FPDF_ANNOTATION annot,
277 FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV FPDFAnnot_GetColor(FPDF_ANNOTATION annot,
296 FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV
309 FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV
[all …]
Dfpdf_formfill.h132 FPDF_BOOL bPassword,
197 FPDF_BOOL bUI,
229 FPDF_BOOL bUI,
232 FPDF_BOOL bSilent,
233 FPDF_BOOL bShrinkToFit,
234 FPDF_BOOL bPrintAsImage,
235 FPDF_BOOL bReverse,
236 FPDF_BOOL bAnnotations);
658 FPDF_BOOL is_focus);
747 FPDF_BOOL bVisible,
[all …]
Dfpdf_doc.h215 FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV
217 FPDF_BOOL* hasXCoord,
218 FPDF_BOOL* hasYCoord,
219 FPDF_BOOL* hasZoom,
279 FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV FPDFLink_Enumerate(FPDF_PAGE page,
289 FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV FPDFLink_GetAnnotRect(FPDF_LINK linkAnnot,
306 FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV
Dfpdf_text.h111 FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV FPDFText_GetCharBox(FPDF_TEXTPAGE text_page,
133 FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV
230 FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV FPDFText_GetRect(FPDF_TEXTPAGE text_page,
303 FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV FPDFText_FindNext(FPDF_SCHHANDLE handle);
313 FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV FPDFText_FindPrev(FPDF_SCHHANDLE handle);
436 FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV FPDFLink_GetRect(FPDF_PAGELINK link_page,
Dfpdfview.h63 typedef int FPDF_BOOL; typedef
239 FPDF_BOOL enable);
267 FPDF_EXPORT void FPDF_CALLCONV FPDF_SetPrintTextWithGDI(FPDF_BOOL use_gdi);
280 FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV
294 FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV FPDF_SetPrintMode(int mode);
470 FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV FPDF_GetFileVersion(FPDF_DOCUMENT doc,
567 FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV FPDF_GetPageBoundingBox(FPDF_PAGE page,
1001 FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV
Dfpdf_attachment.h58 FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV
83 FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV
107 FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV
145 FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV
Dfpdf_transformpage.h62 FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV FPDFPage_GetMediaBox(FPDF_PAGE page,
80 FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV FPDFPage_GetCropBox(FPDF_PAGE page,
100 FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV
Dfpdf_ppo.h26 FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV FPDF_ImportPages(FPDF_DOCUMENT dest_doc,
37 FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV
Dfpdf_save.h62 FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV FPDF_SaveAsCopy(FPDF_DOCUMENT document,
78 FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV
Dfpdf_sysfontinfo.h116 FPDF_BOOL bItalic,
120 FPDF_BOOL* bExact);
/external/pdfium/fpdfsdk/
Dfpdfeditpath.cpp56 FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV
74 FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV
93 FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV
104 FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV FPDFPath_SetFillColor(FPDF_PAGEOBJECT path, in FPDFPath_SetFillColor()
112 FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV FPDFPath_GetFillColor(FPDF_PAGEOBJECT path, in FPDFPath_GetFillColor()
147 FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV FPDFPath_MoveTo(FPDF_PAGEOBJECT path, in FPDFPath_MoveTo()
159 FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV FPDFPath_LineTo(FPDF_PAGEOBJECT path, in FPDFPath_LineTo()
171 FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV FPDFPath_BezierTo(FPDF_PAGEOBJECT path, in FPDFPath_BezierTo()
189 FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV FPDFPath_Close(FPDF_PAGEOBJECT path) { in FPDFPath_Close()
202 FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV FPDFPath_SetDrawMode(FPDF_PAGEOBJECT path, in FPDFPath_SetDrawMode()
[all …]
Dcpdfsdk_formfillenvironment.h127 FPDF_BOOL bVisible,
165 FPDF_BOOL PutRequestURL(const wchar_t* wsURL,
183 FPDF_BOOL bPassword,
192 FPDF_BOOL bUI,
198 void JS_docprint(FPDF_BOOL bUI,
201 FPDF_BOOL bSilent,
202 FPDF_BOOL bShrinkToFit,
203 FPDF_BOOL bPrintAsImage,
204 FPDF_BOOL bReverse,
205 FPDF_BOOL bAnnotations);
Dfpdfannot.cpp199 FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV
284 FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV FPDFPage_RemoveAnnot(FPDF_PAGE page, in FPDFPage_RemoveAnnot()
312 FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV
318 FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV
352 FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV
441 FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV
467 FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV FPDFAnnot_SetColor(FPDF_ANNOTATION annot, in FPDFAnnot_SetColor()
505 FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV FPDFAnnot_GetColor(FPDF_ANNOTATION annot, in FPDFAnnot_GetColor()
571 FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV
582 FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV
[all …]
Dfpdfformfill.cpp339 FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV FORM_OnMouseMove(FPDF_FORMHANDLE hHandle, in FORM_OnMouseMove()
350 FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV FORM_OnFocus(FPDF_FORMHANDLE hHandle, in FORM_OnFocus()
361 FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV FORM_OnLButtonDown(FPDF_FORMHANDLE hHandle, in FORM_OnLButtonDown()
372 FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV FORM_OnLButtonUp(FPDF_FORMHANDLE hHandle, in FORM_OnLButtonUp()
384 FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV FORM_OnRButtonDown(FPDF_FORMHANDLE hHandle, in FORM_OnRButtonDown()
395 FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV FORM_OnRButtonUp(FPDF_FORMHANDLE hHandle, in FORM_OnRButtonUp()
407 FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV FORM_OnKeyDown(FPDF_FORMHANDLE hHandle, in FORM_OnKeyDown()
417 FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV FORM_OnKeyUp(FPDF_FORMHANDLE hHandle, in FORM_OnKeyUp()
427 FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV FORM_OnChar(FPDF_FORMHANDLE hHandle, in FORM_OnChar()
469 FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV
[all …]
Dfpdftext.cpp108 FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV FPDFText_GetCharBox(FPDF_TEXTPAGE text_page, in FPDFText_GetCharBox()
130 FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV
210 FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV FPDFText_GetRect(FPDF_TEXTPAGE text_page, in FPDFText_GetRect()
276 FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV FPDFText_FindNext(FPDF_SCHHANDLE handle) { in FPDFText_FindNext()
284 FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV FPDFText_FindPrev(FPDF_SCHHANDLE handle) { in FPDFText_FindPrev()
369 FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV FPDFLink_GetRect(FPDF_PAGELINK link_page, in FPDFLink_GetRect()
Dfpdfdoc.cpp231 FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV
233 FPDF_BOOL* hasXVal, in FPDFDest_GetLocationInPage()
234 FPDF_BOOL* hasYVal, in FPDFDest_GetLocationInPage()
235 FPDF_BOOL* hasZoomVal, in FPDFDest_GetLocationInPage()
319 FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV FPDFLink_Enumerate(FPDF_PAGE page, in FPDFLink_Enumerate()
344 FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV FPDFLink_GetAnnotRect(FPDF_LINK linkAnnot, in FPDFLink_GetAnnotRect()
365 FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV
Dcpdfsdk_formfillenvironment.cpp83 FPDF_BOOL bPassword, in JS_appResponse()
163 FPDF_BOOL bUI, in JS_docmailForm()
184 void CPDFSDK_FormFillEnvironment::JS_docprint(FPDF_BOOL bUI, in JS_docprint()
187 FPDF_BOOL bSilent, in JS_docprint()
188 FPDF_BOOL bShrinkToFit, in JS_docprint()
189 FPDF_BOOL bPrintAsImage, in JS_docprint()
190 FPDF_BOOL bReverse, in JS_docprint()
191 FPDF_BOOL bAnnotations) { in JS_docprint()
329 FPDF_BOOL bVisible, in DisplayCaret()
496 FPDF_BOOL CPDFSDK_FormFillEnvironment::PutRequestURL(const wchar_t* wsURL, in PutRequestURL()
Dfsdk_define.h91 void FSDK_SetSandBoxPolicy(FPDF_DWORD policy, FPDF_BOOL enable);
92 FPDF_BOOL FSDK_IsSandBoxPolicyEnabled(FPDF_DWORD policy);
107 FPDF_BOOL FPDFPageObj_SetFillColor(FPDF_PAGEOBJECT page_object,
Dfpdfeditimg.cpp86 FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV
94 FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV
102 FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV
122 FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV
258 FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV
Dfpdfeditpage.cpp204 FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV FPDFPage_HasTransparency(FPDF_PAGE page) { in FPDFPage_HasTransparency()
213 FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV
255 FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV FPDFPage_GenerateContent(FPDF_PAGE page) { in FPDFPage_GenerateContent()
336 FPDF_BOOL FPDFPageObj_SetFillColor(FPDF_PAGEOBJECT page_object, in FPDFPageObj_SetFillColor()
353 FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV
Dfpdfattachment.cpp116 FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV
141 FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV
161 FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV
209 FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV
Dfpdfsave.cpp244 FPDF_BOOL bSetVersion, in FPDF_Doc_Save()
277 FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV FPDF_SaveAsCopy(FPDF_DOCUMENT document, in FPDF_SaveAsCopy()
283 FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV
Dfpdfview.cpp440 void FSDK_SetSandBoxPolicy(FPDF_DWORD policy, FPDF_BOOL enable) { in FSDK_SetSandBoxPolicy()
453 FPDF_BOOL FSDK_IsSandBoxPolicyEnabled(FPDF_DWORD policy) { in FSDK_IsSandBoxPolicyEnabled()
539 FPDF_BOOL enable) { in FPDF_SetSandBoxPolicy()
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()
601 FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV FPDF_LoadXFA(FPDF_DOCUMENT document) { in FPDF_LoadXFA()
647 FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV FPDF_GetFileVersion(FPDF_DOCUMENT doc, in FPDF_GetFileVersion()
729 FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV FPDF_GetPageBoundingBox(FPDF_PAGE page, in FPDF_GetPageBoundingBox()
1316 FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV
/external/pdfium/testing/
Dfake_file_access.cpp45 static FPDF_BOOL IsDataAvailImpl(FX_FILEAVAIL* pThis, in IsDataAvailImpl()
87 FPDF_BOOL FakeFileAccess::IsDataAvail(size_t offset, size_t size) const { in IsDataAvail()

12