Flutter Engine
 
Loading...
Searching...
No Matches
opacity_layer_unittests.cc File Reference

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)