Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Namespaces | Typedefs | Functions
opacity_layer_unittests.cc File Reference
#include "flutter/flow/layers/opacity_layer.h"
#include "flutter/flow/layers/clip_rect_layer.h"
#include "flutter/flow/layers/image_filter_layer.h"
#include "flutter/flow/layers/layer_tree.h"
#include "flutter/flow/layers/platform_view_layer.h"
#include "flutter/flow/layers/transform_layer.h"
#include "flutter/flow/raster_cache_util.h"
#include "flutter/flow/testing/diff_context_test.h"
#include "flutter/flow/testing/layer_test.h"
#include "flutter/flow/testing/mock_embedder.h"
#include "flutter/flow/testing/mock_layer.h"
#include "flutter/fml/macros.h"
#include "flutter/testing/display_list_testing.h"
#include "gtest/gtest.h"

Go to the source code of this file.

Namespaces

namespace  flutter
 
namespace  flutter::testing
 

Typedefs

using flutter::testing::OpacityLayerTest = LayerTest
 
using flutter::testing::OpacityLayerDiffTest = DiffContextTest
 

Functions

 flutter::testing::TEST_F (BackdropFilterLayerTest, PaintingEmptyLayerDies)
 
 flutter::testing::TEST_F (BackdropFilterLayerTest, PaintBeforePrerollDies)
 
 flutter::testing::TEST_F (OpacityLayerTest, TranslateChildren)
 
 flutter::testing::TEST_F (ColorFilterLayerTest, CacheChild)
 
 flutter::testing::TEST_F (ColorFilterLayerTest, CacheChildren)
 
 flutter::testing::TEST_F (OpacityLayerTest, ShouldNotCacheChildren)
 
 flutter::testing::TEST_F (OpacityLayerTest, FullyOpaque)
 
 flutter::testing::TEST_F (OpacityLayerTest, FullyTransparent)
 
 flutter::testing::TEST_F (OpacityLayerTest, HalfTransparent)
 
 flutter::testing::TEST_F (BackdropFilterLayerTest, Nested)
 
 flutter::testing::TEST_F (BackdropFilterLayerTest, Readback)
 
 flutter::testing::TEST_F (OpacityLayerTest, CullRectIsTransformed)
 
 flutter::testing::TEST_F (OpacityLayerTest, OpacityInheritanceCompatibleChild)
 
 flutter::testing::TEST_F (OpacityLayerTest, OpacityInheritanceIncompatibleChild)
 
 flutter::testing::TEST_F (OpacityLayerTest, OpacityInheritanceThroughContainer)
 
 flutter::testing::TEST_F (OpacityLayerTest, OpacityInheritanceThroughTransform)
 
 flutter::testing::TEST_F (OpacityLayerTest, OpacityInheritanceThroughImageFilter)
 
 flutter::testing::TEST_F (OpacityLayerTest, OpacityInheritanceNestedWithCompatibleChild)
 
 flutter::testing::TEST_F (OpacityLayerTest, OpacityInheritanceNestedWithIncompatibleChild)
 
 flutter::testing::TEST_F (DisplayListLayerDiffTest, FractionalTranslation)
 
 flutter::testing::TEST_F (DisplayListLayerDiffTest, FractionalTranslationWithRasterCache)
 
 flutter::testing::TEST_F (OpacityLayerTest, FullyOpaqueWithFractionalValues)
 
 flutter::testing::TEST_F (OpacityLayerTest, FullyTransparentDoesNotCullPlatformView)