class RectangleCompositorTest_OverlapTest_Test
Defined at line 414 of file ../../src/ui/lib/escher/test/flatland/rectangle_compositor_unittest.cc
This test makes sure that depth is taken into account when
rendering rectangles. Rectangle depth is implicit, with later
rectangles being higher up than earlier rectangles. So this test
renders two renderables, directly on top of eachother, red then
green. Since the green one is inserted second, it should cover the
red one, which should not have any pixels rendered.
Public Methods
void RectangleCompositorTest_OverlapTest_Test ()
Defined at line 414 of file ../../src/ui/lib/escher/test/flatland/rectangle_compositor_unittest.cc
void RectangleCompositorTest_OverlapTest_Test (const RectangleCompositorTest_OverlapTest_Test & )
Defined at line 414 of file ../../src/ui/lib/escher/test/flatland/rectangle_compositor_unittest.cc
RectangleCompositorTest_OverlapTest_Test & operator= (const RectangleCompositorTest_OverlapTest_Test & )
Defined at line 414 of file ../../src/ui/lib/escher/test/flatland/rectangle_compositor_unittest.cc