Home
last modified time | relevance | path

Searched refs:FPDFAnnot_GetRect (Results 1 – 5 of 5) sorted by relevance

/external/pdfium/fpdfsdk/
Dfpdf_annot_embeddertest.cpp235 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 …]
Dfpdf_view_c_api_test.c61 CHK(FPDFAnnot_GetRect); in CheckPDFiumCApi()
Dfpdf_annot.cpp731 FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV FPDFAnnot_GetRect(FPDF_ANNOTATION annot, in FPDFAnnot_GetRect() function
/external/pdfium/public/
Dfpdf_annot.h365 FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV FPDFAnnot_GetRect(FPDF_ANNOTATION annot,
/external/pdfium/samples/
Dpdfium_test_write_helper.cc366 if (FPDFAnnot_GetRect(annot.get(), &rect)) { in WriteAnnot()