#include <canvas.h>
Public Attributes | |
size_t | backdrop_count = 0 |
bool | all_filters_equal = true |
std::shared_ptr< Texture > | texture_slot |
std::optional< Snapshot > | shared_filter_snapshot |
std::shared_ptr< flutter::DlImageFilter > | last_backdrop |
bool impeller::BackdropData::all_filters_equal = true |
Definition at line 42 of file canvas.h.
Referenced by impeller::Canvas::SaveLayer().
size_t impeller::BackdropData::backdrop_count = 0 |
Definition at line 41 of file canvas.h.
Referenced by impeller::FirstPassDispatcher::saveLayer(), impeller::Canvas::SaveLayer(), and impeller::testing::TEST_P().
std::shared_ptr<flutter::DlImageFilter> impeller::BackdropData::last_backdrop |
std::optional<Snapshot> impeller::BackdropData::shared_filter_snapshot |
Definition at line 46 of file canvas.h.
Referenced by impeller::Canvas::SaveLayer().
std::shared_ptr<Texture> impeller::BackdropData::texture_slot |
Definition at line 43 of file canvas.h.
Referenced by impeller::Canvas::SaveLayer().