Flutter Engine
The Flutter Engine
|
#include <diff_context_test.h>
Definition at line 37 of file diff_context_test.h.
flutter::testing::DiffContextTest::DiffContextTest | ( | ) |
Definition at line 13 of file diff_context_test.cc.
std::shared_ptr< ContainerLayer > flutter::testing::DiffContextTest::CreateContainerLayer | ( | std::initializer_list< std::shared_ptr< Layer > > | layers | ) |
Definition at line 47 of file diff_context_test.cc.
|
inline |
Definition at line 61 of file diff_context_test.h.
sk_sp< DisplayList > flutter::testing::DiffContextTest::CreateDisplayList | ( | const SkRect & | bounds, |
DlColor | color = DlColor::kBlack() |
||
) |
Definition at line 34 of file diff_context_test.cc.
std::shared_ptr< DisplayListLayer > flutter::testing::DiffContextTest::CreateDisplayListLayer | ( | const sk_sp< DisplayList > & | display_list, |
const SkPoint & | offset = SkPoint::Make(0, 0) |
||
) |
Definition at line 41 of file diff_context_test.cc.
std::shared_ptr< OpacityLayer > flutter::testing::DiffContextTest::CreateOpacityLater | ( | std::initializer_list< std::shared_ptr< Layer > > | layers, |
SkAlpha | alpha, | ||
const SkPoint & | offset = SkPoint::Make(0, 0) |
||
) |
Definition at line 56 of file diff_context_test.cc.
Damage flutter::testing::DiffContextTest::DiffLayerTree | ( | MockLayerTree & | layer_tree, |
const MockLayerTree & | old_layer_tree, | ||
const SkIRect & | additional_damage = SkIRect::MakeEmpty() , |
||
int | horizontal_clip_alignment = 0 , |
||
int | vertical_alignment = 0 , |
||
bool | use_raster_cache = true , |
||
bool | impeller_enabled = false |
||
) |
Definition at line 15 of file diff_context_test.cc.