Searched refs:FPDFAnnot_GetRect (Results 1 – 5 of 5) sorted by relevance
/external/pdfium/fpdfsdk/ |
D | fpdfannot_embeddertest.cpp | 155 ASSERT_TRUE(FPDFAnnot_GetRect(annot, &rect)); in TEST_F() 227 ASSERT_TRUE(FPDFAnnot_GetRect(annot, &rect)); in TEST_F() 236 ASSERT_TRUE(FPDFAnnot_GetRect(annot, &rect)); in TEST_F() 380 ASSERT_TRUE(FPDFAnnot_GetRect(annot, &rect)); in TEST_F() 391 ASSERT_TRUE(FPDFAnnot_GetRect(annot, &new_rect)); in TEST_F() 406 ASSERT_TRUE(FPDFAnnot_GetRect(annot, &rect)); in TEST_F() 410 ASSERT_TRUE(FPDFAnnot_GetRect(annot, &new_rect)); in TEST_F() 432 ASSERT_TRUE(FPDFAnnot_GetRect(annot, &rect)); in TEST_F() 437 ASSERT_TRUE(FPDFAnnot_GetRect(annot, &rect)); in TEST_F() 442 ASSERT_TRUE(FPDFAnnot_GetRect(annot, &rect)); in TEST_F() [all …]
|
D | fpdfview_c_api_test.c | 60 CHK(FPDFAnnot_GetRect); in CheckPDFiumCApi()
|
D | fpdfannot.cpp | 679 FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV FPDFAnnot_GetRect(FPDF_ANNOTATION annot, in FPDFAnnot_GetRect() function
|
/external/pdfium/public/ |
D | fpdf_annot.h | 344 FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV FPDFAnnot_GetRect(FPDF_ANNOTATION annot,
|
/external/pdfium/samples/ |
D | pdfium_test.cc | 431 if (FPDFAnnot_GetRect(annot, &rect)) { in WriteAnnot()
|