Lines Matching refs:framebufferSpace
292 mOutput->editState().framebufferSpace.bounds = displayRect; in TEST_F()
317 EXPECT_EQ(displayRect, state.framebufferSpace.bounds); in TEST_F()
318 EXPECT_EQ(Rect(900, 50, 940, 100), state.framebufferSpace.content); in TEST_F()
319 EXPECT_EQ(orientation, state.framebufferSpace.orientation); in TEST_F()
330 mOutput->editState().framebufferSpace.bounds = framebufferRect; in TEST_F()
355 EXPECT_EQ(framebufferRect, state.framebufferSpace.bounds); in TEST_F()
356 EXPECT_EQ(Rect(450, 25, 470, 50), state.framebufferSpace.content); in TEST_F()
357 EXPECT_EQ(orientation, state.framebufferSpace.orientation); in TEST_F()
371 mOutput->editState().framebufferSpace.content = Rect(0, 0, 900, 1800); in TEST_F()
372 mOutput->editState().framebufferSpace.bounds = Rect(0, 0, 1000, 2000); in TEST_F()
373 mOutput->editState().framebufferSpace.orientation = ui::ROTATION_90; in TEST_F()
397 EXPECT_EQ(displayRect, state.framebufferSpace.bounds); in TEST_F()
398 EXPECT_EQ(ui::ROTATION_90, state.framebufferSpace.orientation); in TEST_F()
563 EXPECT_EQ(Rect(newDisplaySize), mOutput->getState().framebufferSpace.bounds); in TEST_F()
3010 mOutput.mState.framebufferSpace.content = kDefaultOutputDestinationClip; in OutputComposeSurfacesTest()