Searched refs:FPDFAnnot_GetAttachmentPoints (Results 1 – 5 of 5) sorted by relevance
113 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()
58 CHK(FPDFAnnot_GetAttachmentPoints); in CheckPDFiumCApi()
624 FPDFAnnot_GetAttachmentPoints(FPDF_ANNOTATION annot, in FPDFAnnot_GetAttachmentPoints() function
321 FPDFAnnot_GetAttachmentPoints(FPDF_ANNOTATION annot,
418 if (FPDFAnnot_GetAttachmentPoints(annot, &quadpoints)) { in WriteAnnot()