Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Namespaces | Typedefs | Functions
color_filter_layer_unittests.cc File Reference
#include "flutter/display_list/display_list.h"
#include "flutter/display_list/dl_color.h"
#include "flutter/display_list/dl_paint.h"
#include "flutter/flow/compositor_context.h"
#include "flutter/flow/layers/color_filter_layer.h"
#include "flutter/display_list/effects/dl_color_filter.h"
#include "flutter/flow/layers/layer_tree.h"
#include "flutter/flow/layers/opacity_layer.h"
#include "flutter/flow/raster_cache.h"
#include "flutter/flow/raster_cache_key.h"
#include "flutter/flow/testing/layer_test.h"
#include "flutter/flow/testing/mock_layer.h"
#include "flutter/fml/macros.h"

Go to the source code of this file.

Namespaces

namespace  flutter
 
namespace  flutter::testing
 

Typedefs

using flutter::testing::ColorFilterLayerTest = LayerTest
 

Functions

 flutter::testing::TEST_F (BackdropFilterLayerTest, PaintingEmptyLayerDies)
 
 flutter::testing::TEST_F (BackdropFilterLayerTest, PaintBeforePrerollDies)
 
 flutter::testing::TEST_F (BackdropFilterLayerTest, EmptyFilter)
 
 flutter::testing::TEST_F (BackdropFilterLayerTest, SimpleFilter)
 
 flutter::testing::TEST_F (BackdropFilterLayerTest, MultipleChildren)
 
 flutter::testing::TEST_F (BackdropFilterLayerTest, Nested)
 
 flutter::testing::TEST_F (BackdropFilterLayerTest, Readback)
 
 flutter::testing::TEST_F (ColorFilterLayerTest, CacheChild)
 
 flutter::testing::TEST_F (ColorFilterLayerTest, CacheChildren)
 
 flutter::testing::TEST_F (ColorFilterLayerTest, CacheColorFilterLayerSelf)
 
 flutter::testing::TEST_F (BackdropFilterLayerTest, OpacityInheritance)