Searched refs:FPDF_ANNOTATION (Results 1 – 7 of 7) sorted by relevance
/external/pdfium/public/ |
D | fpdf_annot.h | 111 FPDF_EXPORT FPDF_ANNOTATION FPDF_CALLCONV 130 FPDF_EXPORT FPDF_ANNOTATION FPDF_CALLCONV FPDFPage_GetAnnot(FPDF_PAGE page, 142 FPDF_ANNOTATION annot); 150 FPDF_EXPORT void FPDF_CALLCONV FPDFPage_CloseAnnot(FPDF_ANNOTATION annot); 169 FPDFAnnot_GetSubtype(FPDF_ANNOTATION annot); 194 FPDFAnnot_UpdateObject(FPDF_ANNOTATION annot, FPDF_PAGEOBJECT obj); 208 FPDFAnnot_AppendObject(FPDF_ANNOTATION annot, FPDF_PAGEOBJECT obj); 217 FPDF_EXPORT int FPDF_CALLCONV FPDFAnnot_GetObjectCount(FPDF_ANNOTATION annot); 227 FPDFAnnot_GetObject(FPDF_ANNOTATION annot, int index); 237 FPDFAnnot_RemoveObject(FPDF_ANNOTATION annot, int index); [all …]
|
D | fpdfview.h | 55 typedef struct fpdf_annotation_t__* FPDF_ANNOTATION; typedef
|
/external/pdfium/fpdfsdk/ |
D | fpdf_annot.cpp | 216 CPDF_Dictionary* GetAnnotDictFromFPDFAnnotation(FPDF_ANNOTATION annot) { in GetAnnotDictFromFPDFAnnotation() 259 CPDF_FormField* GetFormField(FPDF_FORMHANDLE hHandle, FPDF_ANNOTATION annot) { in GetFormField() 285 FPDF_EXPORT FPDF_ANNOTATION FPDF_CALLCONV 316 FPDF_EXPORT FPDF_ANNOTATION FPDF_CALLCONV FPDFPage_GetAnnot(FPDF_PAGE page, in FPDFPage_GetAnnot() 337 FPDF_ANNOTATION annot) { in FPDFPage_GetAnnotIndex() 362 FPDF_EXPORT void FPDF_CALLCONV FPDFPage_CloseAnnot(FPDF_ANNOTATION annot) { in FPDFPage_CloseAnnot() 381 FPDFAnnot_GetSubtype(FPDF_ANNOTATION annot) { in FPDFAnnot_GetSubtype() 397 FPDFAnnot_UpdateObject(FPDF_ANNOTATION annot, FPDF_PAGEOBJECT obj) { in FPDFAnnot_UpdateObject() 430 FPDFAnnot_AppendObject(FPDF_ANNOTATION annot, FPDF_PAGEOBJECT obj) { in FPDFAnnot_AppendObject() 478 FPDF_EXPORT int FPDF_CALLCONV FPDFAnnot_GetObjectCount(FPDF_ANNOTATION annot) { in FPDFAnnot_GetObjectCount() [all …]
|
D | cpdfsdk_helpers.h | 60 inline FPDF_ANNOTATION FPDFAnnotationFromCPDFAnnotContext( in FPDFAnnotationFromCPDFAnnotContext() 62 return reinterpret_cast<FPDF_ANNOTATION>(annot); in FPDFAnnotationFromCPDFAnnotContext() 65 FPDF_ANNOTATION annot) { in CPDFAnnotContextFromFPDFAnnotation()
|
D | fpdf_annot_embeddertest.cpp | 423 FPDF_ANNOTATION annot = FPDFPage_GetAnnot(page, 0); in TEST_F() 485 FPDF_ANNOTATION squareAnnot = FPDFPage_GetAnnot(page, 2); in TEST_F()
|
/external/pdfium/public/cpp/ |
D | fpdf_deleters.h | 21 inline void operator()(FPDF_ANNOTATION annot) { FPDFPage_CloseAnnot(annot); } in operator()
|
D | fpdf_scopers.h | 16 std::unique_ptr<std::remove_pointer<FPDF_ANNOTATION>::type,
|