Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/
Dfpdf_annot_embeddertest.cpp186 ASSERT_TRUE(FPDFAnnot_GetAttachmentPoints(annot.get(), 0, &quadpoints)); in TEST_F()
365 ASSERT_TRUE(FPDFAnnot_GetAttachmentPoints(annot.get(), 0, &quadpoints)); in TEST_F()
404 FPDFAnnot_GetAttachmentPoints(new_annot.get(), 0, &new_quadpoints)); in TEST_F()
428 ASSERT_TRUE(FPDFAnnot_GetAttachmentPoints(annot, 0, &quadpoints)); in TEST_F()
451 ASSERT_TRUE(FPDFAnnot_GetAttachmentPoints(annot, 0, &quadpoints)); in TEST_F()
469 ASSERT_TRUE(FPDFAnnot_GetAttachmentPoints(annot, 1, &quadpoints)); in TEST_F()
479 EXPECT_FALSE(FPDFAnnot_GetAttachmentPoints(annot, 300000, &quadpoints)); in TEST_F()
550 ASSERT_TRUE(FPDFAnnot_GetAttachmentPoints(annot.get(), 0, &quadpoints)); in TEST_F()
563 ASSERT_TRUE(FPDFAnnot_GetAttachmentPoints(annot.get(), 0, &new_quadpoints)); in TEST_F()
Dfpdf_view_c_api_test.c46 CHK(FPDFAnnot_GetAttachmentPoints); in CheckPDFiumCApi()
Dfpdf_annot.cpp690 FPDFAnnot_GetAttachmentPoints(FPDF_ANNOTATION annot, in FPDFAnnot_GetAttachmentPoints() function
/external/pdfium/public/
Dfpdf_annot.h341 FPDFAnnot_GetAttachmentPoints(FPDF_ANNOTATION annot,
/external/pdfium/samples/
Dpdfium_test_write_helper.cc351 if (FPDFAnnot_GetAttachmentPoints(annot.get(), j, &quadpoints)) { in WriteAnnot()