Home
last modified time | relevance | path

Searched refs:FPDF_ANNOTATION (Results 1 – 6 of 6) sorted by relevance

/external/pdfium/public/
Dfpdf_annot.h119 FPDF_EXPORT FPDF_ANNOTATION FPDF_CALLCONV
138 FPDF_EXPORT FPDF_ANNOTATION FPDF_CALLCONV FPDFPage_GetAnnot(FPDF_PAGE page,
150 FPDF_ANNOTATION annot);
158 FPDF_EXPORT void FPDF_CALLCONV FPDFPage_CloseAnnot(FPDF_ANNOTATION annot);
177 FPDFAnnot_GetSubtype(FPDF_ANNOTATION annot);
202 FPDFAnnot_UpdateObject(FPDF_ANNOTATION annot, FPDF_PAGEOBJECT obj);
216 FPDFAnnot_AppendObject(FPDF_ANNOTATION annot, FPDF_PAGEOBJECT obj);
225 FPDF_EXPORT int FPDF_CALLCONV FPDFAnnot_GetObjectCount(FPDF_ANNOTATION annot);
235 FPDFAnnot_GetObject(FPDF_ANNOTATION annot, int index);
245 FPDFAnnot_RemoveObject(FPDF_ANNOTATION annot, int index);
[all …]
Dfpdfview.h37 typedef void* FPDF_ANNOTATION; typedef
/external/pdfium/fpdfsdk/
Dfpdfannot.cpp179 CPDF_AnnotContext* CPDFAnnotContextFromFPDFAnnotation(FPDF_ANNOTATION annot) { in CPDFAnnotContextFromFPDFAnnotation()
209 FPDF_EXPORT FPDF_ANNOTATION FPDF_CALLCONV
241 FPDF_EXPORT FPDF_ANNOTATION FPDF_CALLCONV FPDFPage_GetAnnot(FPDF_PAGE page, in FPDFPage_GetAnnot()
257 FPDF_ANNOTATION annot) { in FPDFPage_GetAnnotIndex()
280 FPDF_EXPORT void FPDF_CALLCONV FPDFPage_CloseAnnot(FPDF_ANNOTATION annot) { in FPDFPage_CloseAnnot()
299 FPDFAnnot_GetSubtype(FPDF_ANNOTATION annot) { in FPDFAnnot_GetSubtype()
319 FPDFAnnot_UpdateObject(FPDF_ANNOTATION annot, FPDF_PAGEOBJECT obj) { in FPDFAnnot_UpdateObject()
353 FPDFAnnot_AppendObject(FPDF_ANNOTATION annot, FPDF_PAGEOBJECT obj) { in FPDFAnnot_AppendObject()
407 FPDF_EXPORT int FPDF_CALLCONV FPDFAnnot_GetObjectCount(FPDF_ANNOTATION annot) { in FPDFAnnot_GetObjectCount()
424 FPDFAnnot_GetObject(FPDF_ANNOTATION annot, int index) { in FPDFAnnot_GetObject()
[all …]
Dfpdfannot_embeddertest.cpp57 FPDF_ANNOTATION annot = FPDFPage_GetAnnot(page, 0); in TEST_F()
133 FPDF_ANNOTATION annot = FPDFPage_GetAnnot(page, 2); in TEST_F()
185 FPDF_ANNOTATION annot = FPDFPage_CreateAnnot(page, FPDF_ANNOT_TEXT); in TEST_F()
267 FPDF_ANNOTATION annot = FPDFPage_GetAnnot(page, 0); in TEST_F()
301 FPDF_ANNOTATION new_annot = FPDFPage_GetAnnot(page, 1); in TEST_F()
344 FPDF_ANNOTATION annot = FPDFPage_GetAnnot(page, 0); in TEST_F()
430 FPDF_ANNOTATION annot = FPDFPage_GetAnnot(page, 0); in TEST_F()
517 FPDF_ANNOTATION annot = FPDFPage_GetAnnot(page, 0); in TEST_F()
631 FPDF_ANNOTATION annot = FPDFPage_GetAnnot(page, 0); in TEST_F()
692 FPDF_ANNOTATION annot = FPDFPage_CreateAnnot(page, FPDF_ANNOT_STAMP); in TEST_F()
[all …]
Dfpdfedit_embeddertest.cpp932 FPDF_ANNOTATION annot = FPDFPage_CreateAnnot(page, FPDF_ANNOT_UNDERLINE); in TEST_F()
/external/pdfium/samples/
Dpdfium_test.cc355 FPDF_ANNOTATION annot = FPDFPage_GetAnnot(page, i); in WriteAnnot()