Lines Matching refs:screenshot
509 std::unique_ptr<ScreenCapture> screenshot() { in screenshot() function in android::LayerTransactionTest
510 std::unique_ptr<ScreenCapture> screenshot; in screenshot() local
511 ScreenCapture::captureScreen(&screenshot); in screenshot()
512 return screenshot; in screenshot()
595 return mDelegate->screenshot(); in getScreenCapture()
1064 std::unique_ptr<ScreenCapture> screenshot; in TEST_P() local
1067 ScreenCapture::captureLayers(&screenshot, parentHandle, Rect(0, 0, 32, 32)); in TEST_P()
1068 screenshot->expectColor(Rect(0, 0, 32, 32), Color::BLUE); in TEST_P()
1099 std::unique_ptr<ScreenCapture> screenshot; in TEST_P() local
1100 ScreenCapture::captureScreen(&screenshot); in TEST_P()
1101 screenshot->expectColor(Rect(0, 0, 20, 30), Color::RED); in TEST_P()
1112 std::unique_ptr<ScreenCapture> screenshot; in TEST_P() local
1113 ScreenCapture::captureScreen(&screenshot); in TEST_P()
1114 screenshot->expectColor(Rect(0, 0, 20, 30), Color::BLACK); in TEST_P()
1150 std::unique_ptr<ScreenCapture> screenshot; in TEST_P() local
1151 ScreenCapture::captureScreen(&screenshot); in TEST_P()
1152 screenshot->expectColor(Rect(0, 0, 20, 30), Color::RED); in TEST_P()
1162 std::unique_ptr<ScreenCapture> screenshot; in TEST_P() local
1163 ScreenCapture::captureScreen(&screenshot); in TEST_P()
1164 screenshot->expectColor(Rect(0, 0, 20, 30), Color::BLACK); in TEST_P()
1375 auto shot = screenshot(); in TEST_F()
1725 screenshot()->expectColor(Rect(0, 0, width, height), expectedColor); in setBackgroundColorHelper()
1732 auto shot = screenshot(); in setBackgroundColorHelper()
2618 auto shot = screenshot(); in TEST_P()
2654 auto shot = screenshot(); in TEST_P()
2690 auto shot = screenshot(); in TEST_P()
2930 auto shot = screenshot(); in TEST_F()
4440 mCapture = screenshot(); in SetUp()
4461 mCapture = screenshot(); in TEST_F()
4473 mCapture = screenshot(); in TEST_F()
4492 mCapture = screenshot(); in TEST_F()
4507 mCapture = screenshot(); in TEST_F()
4522 mCapture = screenshot(); in TEST_F()
4532 mCapture = screenshot(); in TEST_F()
4549 mCapture = screenshot(); in TEST_F()
4559 mCapture = screenshot(); in TEST_F()
4579 mCapture = screenshot(); in TEST_F()
4587 mCapture = screenshot(); in TEST_F()
4595 mCapture = screenshot(); in TEST_F()
4609 mCapture = screenshot(); in TEST_F()
4623 mCapture = screenshot(); in TEST_F()
4672 mCapture = screenshot(); in TEST_F()
4689 mCapture = screenshot(); in TEST_F()
4714 mCapture = screenshot(); in TEST_F()
4729 mCapture = screenshot(); in TEST_F()
4755 mCapture = screenshot(); in TEST_F()
4769 mCapture = screenshot(); in TEST_F()
4785 mCapture = screenshot(); in TEST_F()
4809 mCapture = screenshot(); in TEST_F()
4826 mCapture = screenshot(); in TEST_F()
4841 mCapture = screenshot(); in TEST_F()
4855 mCapture = screenshot(); in TEST_F()
4874 mCapture = screenshot(); in TEST_F()
4894 mCapture = screenshot(); in TEST_F()
4911 mCapture = screenshot(); in TEST_F()
4929 mCapture = screenshot(); in TEST_F()
4948 mCapture = screenshot(); in TEST_F()
4963 mCapture = screenshot(); in TEST_F()
4980 mCapture = screenshot(); in TEST_F()
5002 mCapture = screenshot(); in TEST_F()
5047 mCapture = screenshot(); in TEST_F()
5059 mCapture = screenshot(); in TEST_F()
5078 mCapture = screenshot(); in TEST_F()
5088 mCapture = screenshot(); in TEST_F()
5111 mCapture = screenshot(); in TEST_F()
5121 mCapture = screenshot(); in TEST_F()
5136 mCapture = screenshot(); in TEST_F()
5156 mCapture = screenshot(); in TEST_F()
5177 mCapture = screenshot(); in TEST_F()
5199 mCapture = screenshot(); in TEST_F()
5226 mCapture = screenshot(); in TEST_F()
5251 mCapture = screenshot(); in TEST_F()
5285 mCapture = screenshot(); in TEST_F()
5322 mCapture = screenshot(); in TEST_F()
5352 mCapture = screenshot(); in TEST_F()
5568 verify([&] { screenshot()->expectBGColor(64, 64); }); in TEST_F()
5579 verify([&] { screenshot()->expectBGColor(65, 65); }); in TEST_F()
5589 verify([&] { screenshot()->expectChildColor(80, 80); }); in TEST_F()
5749 auto shot = screenshot(); in SetUp()
5767 auto shot = screenshot(); in TEST_F()
5777 auto shot = screenshot(); in TEST_F()