Lines Matching refs:RED

702     fillLayerColor(ISurfaceComposerClient::eFXSurfaceBufferQueue, newParentSurface, Color::RED, 32,  in TEST_F()
713 mCapture->expectColor(Rect(20, 20, 52, 52), Color::RED); in TEST_F()
746 ASSERT_NO_FATAL_FAILURE(fillBufferQueueLayerColor(mFGSurfaceControl, Color::RED, 32, 32)); in TEST_F()
754 mCapture->expectBorder(rect, Color::RED); in TEST_F()
1452 sp<SurfaceControl> child = createColorLayer("Child layer", Color::RED, mFGSurfaceControl.get()); in TEST_F()
1461 sc.expectColor(Rect(0, 0, 9, 9), Color::RED); in TEST_F()
1465 sp<SurfaceControl> child = createColorLayer("Child layer", Color::RED, mFGSurfaceControl.get()); in TEST_F()
1475 sc.expectColor(Rect(0, 0, 9, 9), Color::RED); in TEST_F()
1479 sp<SurfaceControl> child = createColorLayer("Child layer", Color::RED, mFGSurfaceControl.get()); in TEST_F()
1499 TransactionUtils::fillSurfaceRGBA8(child, Color::RED); in TEST_F()
1503 sc.expectColor(Rect(0, 0, 9, 9), Color::RED); in TEST_F()
1639 ASSERT_NO_FATAL_FAILURE(fillBufferQueueLayerColor(redLayer, Color::RED, 60, 60)); in TEST_F()
1654 mCapture->expectColor(Rect(0, 30, 59, 59), Color::RED); in TEST_F()
1656 mCapture->expectColor(Rect(30, 0, 59, 59), Color::RED); in TEST_F()
1671 ASSERT_NO_FATAL_FAILURE(fillBufferQueueLayerColor(redLayer, Color::RED, 60, 60)); in TEST_F()
1686 mCapture->expectColor(Rect(0, 30, 59, 59), Color::RED); in TEST_F()
1688 mCapture->expectColor(Rect(30, 0, 59, 59), Color::RED); in TEST_F()
1694 mCapture->expectColor(Rect(0, 15, 29, 29), Color::RED); in TEST_F()
1696 mCapture->expectColor(Rect(15, 0, 29, 29), Color::RED); in TEST_F()
1703 ASSERT_NO_FATAL_FAILURE(fillBufferQueueLayerColor(redLayer, Color::RED, 60, 60)); in TEST_F()