#include "flutter/flow/layers/container_layer.h"
#include "flutter/flow/layers/layer.h"
#include "flutter/flow/layers/layer_tree.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/SkMatrix.h"
Go to the source code of this file.
|
| flutter::testing::TEST_F (ContainerLayerTest, LayerWithParentHasPlatformView) |
|
| flutter::testing::TEST_F (ContainerLayerTest, LayerWithParentHasTextureLayer) |
|
| flutter::testing::TEST_F (BackdropFilterLayerTest, PaintingEmptyLayerDies) |
|
| flutter::testing::TEST_F (BackdropFilterLayerTest, PaintBeforePrerollDies) |
|
| flutter::testing::TEST_F (ContainerLayerTest, LayerWithParentHasTextureLayerNeedsResetFlag) |
|
| flutter::testing::TEST_F (ContainerLayerTest, Simple) |
|
| flutter::testing::TEST_F (ContainerLayerTest, Multiple) |
|
| flutter::testing::TEST_F (ContainerLayerTest, MultipleWithEmpty) |
|
| flutter::testing::TEST_F (ContainerLayerTest, NeedsSystemComposite) |
|
| flutter::testing::TEST_F (ContainerLayerTest, RasterCacheTest) |
|
| flutter::testing::TEST_F (BackdropFilterLayerTest, OpacityInheritance) |
|
| flutter::testing::TEST_F (ContainerLayerTest, CollectionCacheableLayer) |
|
| flutter::testing::TEST_F (ContainerLayerDiffTest, PictureLayerInsertion) |
|
| flutter::testing::TEST_F (ContainerLayerDiffTest, PictureInsertion) |
|
| flutter::testing::TEST_F (ContainerLayerDiffTest, LayerDeletion) |
|
| flutter::testing::TEST_F (ContainerLayerDiffTest, ReplaceLayer) |
|