#include "flutter/display_list/dl_tile_mode.h"
#include "flutter/flow/layers/image_filter_layer.h"
#include "flutter/flow/layers/layer_tree.h"
#include "flutter/flow/layers/transform_layer.h"
#include "flutter/flow/testing/diff_context_test.h"
#include "flutter/flow/testing/layer_test.h"
#include "flutter/flow/testing/mock_layer.h"
#include "flutter/fml/macros.h"
#include "gtest/gtest.h"
#include "include/core/SkPath.h"
#include "third_party/skia/include/effects/SkImageFilters.h"
Go to the source code of this file.
|
| 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 (ImageFilterLayerTest, SimpleFilterWithOffset) |
|
| flutter::testing::TEST_F (ImageFilterLayerTest, SimpleFilterBounds) |
|
| 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 (ImageFilterLayerTest, CacheImageFilterLayerSelf) |
|
| flutter::testing::TEST_F (BackdropFilterLayerTest, OpacityInheritance) |
|
| flutter::testing::TEST_F (ImageFilterLayerDiffTest, ImageFilterLayer) |
|
| flutter::testing::TEST_F (ImageFilterLayerDiffTest, ImageFilterLayerInflatestChildSize) |
|
| flutter::testing::TEST_F (ImageFilterLayerTest, EmptyFilterWithOffset) |
|