Lines Matching refs:page_y
164 double page_y = 0.0; in TEST_F() local
166 device_x, device_y, &page_x, &page_y)); in TEST_F()
168 EXPECT_NEAR(775.5, page_y, kTolerance); in TEST_F()
173 device_x, device_y, &page_x, &page_y)); in TEST_F()
175 EXPECT_NEAR(12.375, page_y, kTolerance); in TEST_F()
180 device_x, device_y, &page_x, &page_y)); in TEST_F()
182 EXPECT_NEAR(16.5, page_y, kTolerance); in TEST_F()
187 device_x, device_y, &page_x, &page_y)); in TEST_F()
189 EXPECT_NEAR(779.625, page_y, kTolerance); in TEST_F()
196 device_x, device_y, &page_x, &page_y)); in TEST_F()
198 EXPECT_NEAR(775.5, page_y, kTolerance); in TEST_F()
204 device_x, device_y, &page_x, &page_y)); in TEST_F()
206 EXPECT_NEAR(device_y, page_y, kTolerance); in TEST_F()
210 page_y = 5678.0; in TEST_F()
212 rotate, device_x, device_y, &page_x, &page_y)); in TEST_F()
215 EXPECT_NEAR(5678.0, page_y, kTolerance); in TEST_F()
241 double page_y = 775.0; in TEST_F() local
246 page_x, page_y, &device_x, &device_y)); in TEST_F()
254 page_x, page_y, &device_x, &device_y)); in TEST_F()
261 page_x, page_y, &device_x, &device_y)); in TEST_F()
268 page_x, page_y, &device_x, &device_y)); in TEST_F()
277 page_x, page_y, &device_x, &device_y)); in TEST_F()
285 page_x, page_y, &device_x, &device_y)); in TEST_F()
293 rotate, page_x, page_y, &device_x, &device_y)); in TEST_F()
300 page_x, page_y, nullptr, nullptr)); in TEST_F()