Searched refs:FPDFAnnot_SetRect (Results 1 – 5 of 5) sorted by relevance
/external/pdfium/fpdfsdk/ |
D | fpdf_annot_unittest.cpp | 56 EXPECT_TRUE(FPDFAnnot_SetRect(annot.get(), &bounding_rect)); in TEST_F() 109 EXPECT_TRUE(FPDFAnnot_SetRect(annot.get(), &bounding_rect)); in TEST_F()
|
D | fpdf_annot_embeddertest.cpp | 319 ASSERT_TRUE(FPDFAnnot_SetRect(annot.get(), &rect)); in TEST_F() 585 ASSERT_TRUE(FPDFAnnot_SetRect(annot.get(), &rect)); in TEST_F() 606 ASSERT_TRUE(FPDFAnnot_SetRect(annot.get(), &rect)); in TEST_F() 814 EXPECT_TRUE(FPDFAnnot_SetRect(annot.get(), &rect)); in TEST_F() 966 EXPECT_TRUE(FPDFAnnot_SetRect(annot.get(), &rect)); in TEST_F() 1054 EXPECT_TRUE(FPDFAnnot_SetRect(annot.get(), &rect)); in TEST_F() 1739 EXPECT_TRUE(FPDFAnnot_SetRect(annot.get(), &bounding_rect)); in TEST_F()
|
D | fpdf_view_c_api_test.c | 75 CHK(FPDFAnnot_SetRect); in CheckPDFiumCApi()
|
D | fpdf_annot.cpp | 705 FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV FPDFAnnot_SetRect(FPDF_ANNOTATION annot, in FPDFAnnot_SetRect() function
|
/external/pdfium/public/ |
D | fpdf_annot.h | 355 FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV FPDFAnnot_SetRect(FPDF_ANNOTATION annot,
|