Searched refs:FPDFAnnot_GetRect (Results 1 – 5 of 5) sorted by relevance
/external/pdfium/fpdfsdk/ |
D | fpdf_annot_embeddertest.cpp | 235 ASSERT_TRUE(FPDFAnnot_GetRect(annot.get(), &rect)); in TEST_F() 312 ASSERT_TRUE(FPDFAnnot_GetRect(annot.get(), &rect)); in TEST_F() 321 ASSERT_TRUE(FPDFAnnot_GetRect(annot.get(), &rect)); in TEST_F() 576 ASSERT_TRUE(FPDFAnnot_GetRect(annot.get(), &rect)); in TEST_F() 586 ASSERT_TRUE(FPDFAnnot_GetRect(annot.get(), &new_rect)); in TEST_F() 603 ASSERT_TRUE(FPDFAnnot_GetRect(annot.get(), &rect)); in TEST_F() 607 ASSERT_TRUE(FPDFAnnot_GetRect(annot.get(), &new_rect)); in TEST_F() 649 ASSERT_TRUE(FPDFAnnot_GetRect(annot.get(), &rect)); in TEST_F() 655 ASSERT_TRUE(FPDFAnnot_GetRect(annot.get(), &rect)); in TEST_F() 661 ASSERT_TRUE(FPDFAnnot_GetRect(annot.get(), &rect)); in TEST_F() [all …]
|
D | fpdf_view_c_api_test.c | 61 CHK(FPDFAnnot_GetRect); in CheckPDFiumCApi()
|
D | fpdf_annot.cpp | 731 FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV FPDFAnnot_GetRect(FPDF_ANNOTATION annot, in FPDFAnnot_GetRect() function
|
/external/pdfium/public/ |
D | fpdf_annot.h | 365 FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV FPDFAnnot_GetRect(FPDF_ANNOTATION annot,
|
/external/pdfium/samples/ |
D | pdfium_test_write_helper.cc | 366 if (FPDFAnnot_GetRect(annot.get(), &rect)) { in WriteAnnot()
|