Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/
Dfpdfannot_embeddertest.cpp113 ASSERT_TRUE(FPDFAnnot_GetAttachmentPoints(annot, &quadpoints)); in TEST_F()
270 ASSERT_TRUE(FPDFAnnot_GetAttachmentPoints(annot, &quadpoints)); in TEST_F()
305 ASSERT_TRUE(FPDFAnnot_GetAttachmentPoints(new_annot, &new_quadpoints)); in TEST_F()
354 ASSERT_TRUE(FPDFAnnot_GetAttachmentPoints(annot, &quadpoints)); in TEST_F()
367 ASSERT_TRUE(FPDFAnnot_GetAttachmentPoints(annot, &new_quadpoints)); in TEST_F()
Dfpdfview_c_api_test.c58 CHK(FPDFAnnot_GetAttachmentPoints); in CheckPDFiumCApi()
Dfpdfannot.cpp624 FPDFAnnot_GetAttachmentPoints(FPDF_ANNOTATION annot, in FPDFAnnot_GetAttachmentPoints() function
/external/pdfium/public/
Dfpdf_annot.h321 FPDFAnnot_GetAttachmentPoints(FPDF_ANNOTATION annot,
/external/pdfium/samples/
Dpdfium_test.cc418 if (FPDFAnnot_GetAttachmentPoints(annot, &quadpoints)) { in WriteAnnot()