Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/
Dfpdfannot_embeddertest.cpp155 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 …]
Dfpdfview_c_api_test.c60 CHK(FPDFAnnot_GetRect); in CheckPDFiumCApi()
Dfpdfannot.cpp679 FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV FPDFAnnot_GetRect(FPDF_ANNOTATION annot, in FPDFAnnot_GetRect() function
/external/pdfium/public/
Dfpdf_annot.h344 FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV FPDFAnnot_GetRect(FPDF_ANNOTATION annot,
/external/pdfium/samples/
Dpdfium_test.cc431 if (FPDFAnnot_GetRect(annot, &rect)) { in WriteAnnot()