#include "flutter/flow/layers/backdrop_filter_layer.h"
#include "flutter/flow/layers/clip_rect_layer.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"
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 (BackdropFilterLayerTest, NonSrcOverBlend) |
|
| flutter::testing::TEST_F (BackdropFilterLayerTest, MultipleChildren) |
|
| flutter::testing::TEST_F (BackdropFilterLayerTest, Nested) |
|
| flutter::testing::TEST_F (BackdropFilterLayerTest, Readback) |
|
| flutter::testing::TEST_F (BackdropFilterLayerTest, OpacityInheritance) |
|
| flutter::testing::TEST_F (BackdropLayerDiffTest, BackdropLayer) |
|
| flutter::testing::TEST_F (BackdropLayerDiffTest, ReadbackOutsideOfPaintArea) |
|
| flutter::testing::TEST_F (BackdropLayerDiffTest, BackdropLayerInvalidTransform) |
|