Home
last modified time | relevance | path

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

/external/pdfium/public/
Dfpdf_annot.h330 FPDFAnnot_CountAttachmentPoints(FPDF_ANNOTATION annot);
/external/pdfium/fpdfsdk/
Dfpdf_annot_embeddertest.cpp432 ASSERT_EQ(1u, FPDFAnnot_CountAttachmentPoints(annot)); in TEST_F()
450 ASSERT_EQ(1u, FPDFAnnot_CountAttachmentPoints(annot)); in TEST_F()
468 ASSERT_EQ(2u, FPDFAnnot_CountAttachmentPoints(annot)); in TEST_F()
491 EXPECT_EQ(0u, FPDFAnnot_CountAttachmentPoints(squareAnnot)); in TEST_F()
629 EXPECT_EQ(3u, FPDFAnnot_CountAttachmentPoints(annot.get())); in TEST_F()
634 EXPECT_EQ(0u, FPDFAnnot_CountAttachmentPoints(nullptr)); in TEST_F()
Dfpdf_view_c_api_test.c44 CHK(FPDFAnnot_CountAttachmentPoints); in CheckPDFiumCApi()
Dfpdf_annot.cpp679 FPDFAnnot_CountAttachmentPoints(FPDF_ANNOTATION annot) { in FPDFAnnot_CountAttachmentPoints() function
/external/pdfium/samples/
Dpdfium_test_write_helper.cc345 size_t qp_count = FPDFAnnot_CountAttachmentPoints(annot.get()); in WriteAnnot()