Home
last modified time | relevance | path

Searched refs:bounding_rect (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/fpdfsdk/
Dfpdf_annot_unittest.cpp55 const FS_RECTF bounding_rect{206.0f, 753.0f, 339.0f, 709.0f}; in TEST_F() local
56 EXPECT_TRUE(FPDFAnnot_SetRect(annot.get(), &bounding_rect)); in TEST_F()
108 const FS_RECTF bounding_rect{206.0f, 753.0f, 339.0f, 709.0f}; in TEST_F() local
109 EXPECT_TRUE(FPDFAnnot_SetRect(annot.get(), &bounding_rect)); in TEST_F()
Dfpdf_annot_embeddertest.cpp1738 const FS_RECTF bounding_rect{206.0f, 753.0f, 339.0f, 709.0f}; in TEST_F() local
1739 EXPECT_TRUE(FPDFAnnot_SetRect(annot.get(), &bounding_rect)); in TEST_F()