Searched refs:ScopedFPDFAnnotation (Results 1 – 6 of 6) sorted by relevance
/external/pdfium/fpdfsdk/ |
D | fpdf_annot_embeddertest.cpp | 122 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 …]
|
D | fpdf_annot_unittest.cpp | 47 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()
|
D | fpdf_text_embeddertest.cpp | 753 ScopedFPDFAnnotation annot(FPDFPage_GetAnnot(page, i)); in TEST_F()
|
D | fpdf_edit_embeddertest.cpp | 2646 ScopedFPDFAnnotation annot( in TEST_F()
|
/external/pdfium/public/cpp/ |
D | fpdf_scopers.h | 15 using ScopedFPDFAnnotation = variable
|
/external/pdfium/samples/ |
D | pdfium_test_write_helper.cc | 284 ScopedFPDFAnnotation annot(FPDFPage_GetAnnot(page, i)); in WriteAnnot()
|