Home
last modified time | relevance | path

Searched refs:FPDFPage_CreateAnnot (Results 1 – 5 of 5) sorted by relevance

/external/pdfium/fpdfsdk/
Dfpdfannot_embeddertest.cpp172 ASSERT_FALSE(FPDFPage_CreateAnnot(page, -1)); in TEST_F()
185 FPDF_ANNOTATION annot = FPDFPage_CreateAnnot(page, FPDF_ANNOT_TEXT); in TEST_F()
278 annot = FPDFPage_CreateAnnot(page, FPDF_ANNOT_UNDERLINE); in TEST_F()
562 annot = FPDFPage_CreateAnnot(page, FPDF_ANNOT_STAMP); in TEST_F()
692 FPDF_ANNOTATION annot = FPDFPage_CreateAnnot(page, FPDF_ANNOT_STAMP); in TEST_F()
765 FPDF_ANNOTATION annot = FPDFPage_CreateAnnot(page, FPDF_ANNOT_STAMP); in TEST_F()
Dfpdfview_c_api_test.c41 CHK(FPDFPage_CreateAnnot); in CheckPDFiumCApi()
Dfpdfannot.cpp210 FPDFPage_CreateAnnot(FPDF_PAGE page, FPDF_ANNOTATION_SUBTYPE subtype) { in FPDFPage_CreateAnnot() function
Dfpdfedit_embeddertest.cpp932 FPDF_ANNOTATION annot = FPDFPage_CreateAnnot(page, FPDF_ANNOT_UNDERLINE); in TEST_F()
/external/pdfium/public/
Dfpdf_annot.h120 FPDFPage_CreateAnnot(FPDF_PAGE page, FPDF_ANNOTATION_SUBTYPE subtype);