Definition at line 413 of file dl_rendering_unittests.cc.
◆ ImpellerRenderResult()
flutter::testing::ImpellerRenderResult::ImpellerRenderResult |
( |
sk_sp< DlPixelData > |
screenshot, |
|
|
SkRect |
render_bounds |
|
) |
| |
|
inlineexplicit |
◆ ~ImpellerRenderResult()
flutter::testing::ImpellerRenderResult::~ImpellerRenderResult |
( |
| ) |
|
|
overridedefault |
◆ addr32()
const uint32_t * flutter::testing::ImpellerRenderResult::addr32 |
( |
int |
x, |
|
|
int |
y |
|
) |
| const |
|
inlineoverridevirtual |
◆ height()
int flutter::testing::ImpellerRenderResult::height |
( |
| ) |
const |
|
inlineoverridevirtual |
◆ image()
sk_sp< SkImage > flutter::testing::ImpellerRenderResult::image |
( |
| ) |
const |
|
inlineoverridevirtual |
◆ render_bounds()
const SkRect & flutter::testing::ImpellerRenderResult::render_bounds |
( |
| ) |
const |
|
inline |
◆ width()
int flutter::testing::ImpellerRenderResult::width |
( |
| ) |
const |
|
inlineoverridevirtual |
◆ write()
void flutter::testing::ImpellerRenderResult::write |
( |
const std::string & |
path | ) |
const |
|
inlineoverridevirtual |
Implements flutter::testing::RenderResult.
Definition at line 426 of file dl_rendering_unittests.cc.
426 {
427 screenshot_->write(
path);
428 }
DEF_SWITCHES_START aot vmservice shared library Name of the *so containing AOT compiled Dart assets for launching the service isolate vm snapshot The VM snapshot data that will be memory mapped as read only SnapshotAssetPath must be present isolate snapshot The isolate snapshot data that will be memory mapped as read only SnapshotAssetPath must be present cache dir path
The documentation for this class was generated from the following file: