Home
last modified time | relevance | path

Searched refs:FPDFAnnot_SetAttachmentPoints (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/public/
Dfpdf_annot.h305 FPDFAnnot_SetAttachmentPoints(FPDF_ANNOTATION annot,
/external/pdfium/fpdfsdk/
Dfpdf_view_c_api_test.c72 CHK(FPDFAnnot_SetAttachmentPoints); in CheckPDFiumCApi()
Dfpdf_annot_embeddertest.cpp447 ASSERT_TRUE(FPDFAnnot_SetAttachmentPoints(annot, 0, &new_quadpoints)); in TEST_F()
478 EXPECT_FALSE(FPDFAnnot_SetAttachmentPoints(annot, 300000, &quadpoints)); in TEST_F()
492 EXPECT_FALSE(FPDFAnnot_SetAttachmentPoints(squareAnnot, 0, &quadpoints)); in TEST_F()
561 ASSERT_TRUE(FPDFAnnot_SetAttachmentPoints(annot.get(), 0, &quadpoints)); in TEST_F()
Dfpdf_annot.cpp645 FPDFAnnot_SetAttachmentPoints(FPDF_ANNOTATION annot, in FPDFAnnot_SetAttachmentPoints() function