Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/
Dfpdf_annot_embeddertest.cpp34 EXPECT_FALSE(FPDFPage_GetAnnot(nullptr, 0)); in TEST_F()
35 EXPECT_FALSE(FPDFPage_GetAnnot(nullptr, -1)); in TEST_F()
36 EXPECT_FALSE(FPDFPage_GetAnnot(nullptr, 1)); in TEST_F()
37 EXPECT_FALSE(FPDFPage_GetAnnot(page, -1)); in TEST_F()
38 EXPECT_FALSE(FPDFPage_GetAnnot(page, 1)); in TEST_F()
69 EXPECT_FALSE(FPDFPage_GetAnnot(page, 0)); in TEST_F()
122 ScopedFPDFAnnotation annot(FPDFPage_GetAnnot(page, 0)); in TEST_F()
212 ScopedFPDFAnnotation annot(FPDFPage_GetAnnot(page, 2)); in TEST_F()
280 ScopedFPDFAnnotation annot(FPDFPage_GetAnnot(page, 0)); in TEST_F()
363 ScopedFPDFAnnotation annot(FPDFPage_GetAnnot(page, 0)); in TEST_F()
[all …]
Dfpdf_view_c_api_test.c80 CHK(FPDFPage_GetAnnot); in CheckPDFiumCApi()
Dfpdf_annot.cpp316 FPDF_EXPORT FPDF_ANNOTATION FPDF_CALLCONV FPDFPage_GetAnnot(FPDF_PAGE page, in FPDFPage_GetAnnot() function
957 return FPDFPage_GetAnnot(page, annot_index); in FPDFAnnot_GetFormFieldAtPoint()
Dfpdf_text_embeddertest.cpp753 ScopedFPDFAnnotation annot(FPDFPage_GetAnnot(page, i)); in TEST_F()
/external/pdfium/public/
Dfpdf_annot.h130 FPDF_EXPORT FPDF_ANNOTATION FPDF_CALLCONV FPDFPage_GetAnnot(FPDF_PAGE page,
/external/pdfium/samples/
Dpdfium_test_write_helper.cc284 ScopedFPDFAnnotation annot(FPDFPage_GetAnnot(page, i)); in WriteAnnot()