Searched refs:FPDFPage_CreateAnnot (Results 1 – 6 of 6) sorted by relevance
/external/pdfium/fpdfsdk/ |
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_annot_embeddertest.cpp | 255 ASSERT_FALSE(FPDFPage_CreateAnnot(page, -1)); in TEST_F() 269 ScopedFPDFAnnotation annot(FPDFPage_CreateAnnot(page, FPDF_ANNOT_TEXT)); in TEST_F() 375 FPDFPage_CreateAnnot(page, FPDF_ANNOT_UNDERLINE)); in TEST_F() 808 ScopedFPDFAnnotation annot(FPDFPage_CreateAnnot(page, FPDF_ANNOT_STAMP)); in TEST_F() 959 ScopedFPDFAnnotation annot(FPDFPage_CreateAnnot(page, FPDF_ANNOT_STAMP)); in TEST_F() 1047 ScopedFPDFAnnotation annot(FPDFPage_CreateAnnot(page, FPDF_ANNOT_STAMP)); in TEST_F() 1715 ScopedFPDFAnnotation annot(FPDFPage_CreateAnnot(page, FPDF_ANNOT_TEXT)); in TEST_F() 1736 ScopedFPDFAnnotation annot(FPDFPage_CreateAnnot(page, FPDF_ANNOT_STAMP)); in TEST_F()
|
D | fpdf_view_c_api_test.c | 79 CHK(FPDFPage_CreateAnnot); in CheckPDFiumCApi()
|
D | fpdf_annot.cpp | 286 FPDFPage_CreateAnnot(FPDF_PAGE page, FPDF_ANNOTATION_SUBTYPE subtype) { in FPDFPage_CreateAnnot() function
|
D | fpdf_edit_embeddertest.cpp | 2647 FPDFPage_CreateAnnot(page, FPDF_ANNOT_UNDERLINE)); in TEST_F()
|
/external/pdfium/public/ |
D | fpdf_annot.h | 112 FPDFPage_CreateAnnot(FPDF_PAGE page, FPDF_ANNOTATION_SUBTYPE subtype);
|