Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/
Dfpdf_annot_embeddertest.cpp122 ScopedFPDFAnnotation annot(FPDFPage_GetAnnot(page, 0)); in TEST_F()
212 ScopedFPDFAnnotation annot(FPDFPage_GetAnnot(page, 2)); in TEST_F()
269 ScopedFPDFAnnotation annot(FPDFPage_CreateAnnot(page, FPDF_ANNOT_TEXT)); in TEST_F()
280 ScopedFPDFAnnotation annot(FPDFPage_GetAnnot(page, 0)); in TEST_F()
363 ScopedFPDFAnnotation annot(FPDFPage_GetAnnot(page, 0)); in TEST_F()
374 ScopedFPDFAnnotation annot( in TEST_F()
399 ScopedFPDFAnnotation new_annot(FPDFPage_GetAnnot(page, 1)); in TEST_F()
540 ScopedFPDFAnnotation annot(FPDFPage_GetAnnot(page, 0)); in TEST_F()
598 ScopedFPDFAnnotation annot(FPDFPage_GetAnnot(page, 2)); in TEST_F()
625 ScopedFPDFAnnotation annot(FPDFPage_GetAnnot(page, 0)); in TEST_F()
[all …]
Dfpdf_annot_unittest.cpp47 ScopedFPDFAnnotation annot(FPDFPage_CreateAnnot(page.get(), FPDF_ANNOT_INK)); in TEST_F()
102 ScopedFPDFAnnotation annot(FPDFPage_CreateAnnot(page.get(), FPDF_ANNOT_INK)); in TEST_F()
Dfpdf_text_embeddertest.cpp753 ScopedFPDFAnnotation annot(FPDFPage_GetAnnot(page, i)); in TEST_F()
Dfpdf_edit_embeddertest.cpp2646 ScopedFPDFAnnotation annot( in TEST_F()
/external/pdfium/public/cpp/
Dfpdf_scopers.h15 using ScopedFPDFAnnotation = variable
/external/pdfium/samples/
Dpdfium_test_write_helper.cc284 ScopedFPDFAnnotation annot(FPDFPage_GetAnnot(page, i)); in WriteAnnot()