Home
last modified time | relevance | path

Searched refs:CreateSolidColorLayer (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/cc/trees/
Dlayer_tree_host_pixeltest_readback.cc78 scoped_refptr<SolidColorLayer> background = CreateSolidColorLayer( in TEST_F()
81 scoped_refptr<SolidColorLayer> green = CreateSolidColorLayer( in TEST_F()
92 scoped_refptr<SolidColorLayer> background = CreateSolidColorLayer( in TEST_F()
95 scoped_refptr<SolidColorLayer> green = CreateSolidColorLayer( in TEST_F()
106 scoped_refptr<SolidColorLayer> background = CreateSolidColorLayer( in TEST_F()
109 scoped_refptr<SolidColorLayer> green = CreateSolidColorLayer( in TEST_F()
120 scoped_refptr<SolidColorLayer> background = CreateSolidColorLayer( in TEST_F()
123 scoped_refptr<SolidColorLayer> green = CreateSolidColorLayer( in TEST_F()
135 scoped_refptr<SolidColorLayer> background = CreateSolidColorLayer( in TEST_F()
138 scoped_refptr<SolidColorLayer> green = CreateSolidColorLayer( in TEST_F()
[all …]
Dlayer_tree_host_pixeltest_filters.cc20 scoped_refptr<SolidColorLayer> background = CreateSolidColorLayer( in TEST_F()
25 scoped_refptr<SolidColorLayer> green = CreateSolidColorLayer( in TEST_F()
27 scoped_refptr<SolidColorLayer> blur = CreateSolidColorLayer( in TEST_F()
58 scoped_refptr<SolidColorLayer> background = CreateSolidColorLayer( in TEST_F()
68 scoped_refptr<SolidColorLayer> blur = CreateSolidColorLayer( in TEST_F()
100 scoped_refptr<SolidColorLayer> background = CreateSolidColorLayer( in TEST_F()
106 scoped_refptr<SolidColorLayer> green = CreateSolidColorLayer( in TEST_F()
157 CreateSolidColorLayer(gfx::Rect(200, 200), SK_ColorBLACK); in RunPixelTestType()
160 CreateSolidColorLayer(gfx::Rect(200, 200), SK_ColorYELLOW); in RunPixelTestType()
164 CreateSolidColorLayer(gfx::Rect(200, 200), SK_ColorRED); in RunPixelTestType()
Dlayer_tree_host_pixeltest_blending.cc34 CreateSolidColorLayer(gfx::Rect(kRootSize, kRootSize), kCSSOrange); in RunBlendingWithRootPixelTestType()
41 CreateSolidColorLayer(child_rect, kCSSGreen); in RunBlendingWithRootPixelTestType()
57 CreateSolidColorLayer(gfx::Rect(kRootSize, kRootSize), kCSSBrown); in RunBlendingWithTransparentPixelTestType()
59 scoped_refptr<SolidColorLayer> background = CreateSolidColorLayer( in RunBlendingWithTransparentPixelTestType()
70 CreateSolidColorLayer(child_rect, kCSSGreen); in RunBlendingWithTransparentPixelTestType()
91 CreateSolidColorLayer(gfx::Rect(kRootSize, kRootSize), kCSSOrange); in TEST_F()
99 CreateSolidColorLayer(child_rect, kCSSGreen); in TEST_F()
Dlayer_tree_host_pixeltest_masks.cc47 scoped_refptr<SolidColorLayer> background = CreateSolidColorLayer( in TEST_F()
68 scoped_refptr<SolidColorLayer> background = CreateSolidColorLayer( in TEST_F()
99 scoped_refptr<SolidColorLayer> background = CreateSolidColorLayer( in TEST_F()
128 scoped_refptr<SolidColorLayer> background = CreateSolidColorLayer( in TEST_F()
158 scoped_refptr<SolidColorLayer> background = CreateSolidColorLayer( in TEST_F()
198 scoped_refptr<SolidColorLayer> background = CreateSolidColorLayer( in TEST_F()
211 scoped_refptr<SolidColorLayer> orange = CreateSolidColorLayer( in TEST_F()
233 scoped_refptr<SolidColorLayer> background = CreateSolidColorLayer( in TEST_F()
254 scoped_refptr<SolidColorLayer> orange = CreateSolidColorLayer( in TEST_F()
/external/chromium_org/cc/test/
Dlayer_tree_pixel_test.cc122 scoped_refptr<SolidColorLayer> LayerTreePixelTest::CreateSolidColorLayer( in CreateSolidColorLayer() function in cc::LayerTreePixelTest
155 scoped_refptr<SolidColorLayer> layer = CreateSolidColorLayer(rect, color); in CreateSolidColorLayerWithBorder()
156 scoped_refptr<SolidColorLayer> border_top = CreateSolidColorLayer( in CreateSolidColorLayerWithBorder()
158 scoped_refptr<SolidColorLayer> border_left = CreateSolidColorLayer( in CreateSolidColorLayerWithBorder()
165 CreateSolidColorLayer(gfx::Rect(rect.width() - border_width, in CreateSolidColorLayerWithBorder()
170 scoped_refptr<SolidColorLayer> border_bottom = CreateSolidColorLayer( in CreateSolidColorLayerWithBorder()
Dlayer_tree_pixel_test.h47 scoped_refptr<SolidColorLayer> CreateSolidColorLayer(gfx::Rect rect,