Searched refs:FPDFAnnot_CountAttachmentPoints (Results 1 – 5 of 5) sorted by relevance
330 FPDFAnnot_CountAttachmentPoints(FPDF_ANNOTATION annot);
432 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()
44 CHK(FPDFAnnot_CountAttachmentPoints); in CheckPDFiumCApi()
679 FPDFAnnot_CountAttachmentPoints(FPDF_ANNOTATION annot) { in FPDFAnnot_CountAttachmentPoints() function
345 size_t qp_count = FPDFAnnot_CountAttachmentPoints(annot.get()); in WriteAnnot()