Searched refs:bounding_rect (Results 1 – 2 of 2) sorted by relevance
/external/pdfium/fpdfsdk/ |
D | fpdf_annot_unittest.cpp | 55 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()
|
D | fpdf_annot_embeddertest.cpp | 1738 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()
|