Searched refs:FPDFAnnot_GetAttachmentPoints (Results 1 – 5 of 5) sorted by relevance
/external/pdfium/fpdfsdk/ |
D | fpdf_annot_embeddertest.cpp | 186 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()
|
D | fpdf_view_c_api_test.c | 46 CHK(FPDFAnnot_GetAttachmentPoints); in CheckPDFiumCApi()
|
D | fpdf_annot.cpp | 690 FPDFAnnot_GetAttachmentPoints(FPDF_ANNOTATION annot, in FPDFAnnot_GetAttachmentPoints() function
|
/external/pdfium/public/ |
D | fpdf_annot.h | 341 FPDFAnnot_GetAttachmentPoints(FPDF_ANNOTATION annot,
|
/external/pdfium/samples/ |
D | pdfium_test_write_helper.cc | 351 if (FPDFAnnot_GetAttachmentPoints(annot.get(), j, &quadpoints)) { in WriteAnnot()
|