#include <display_list.h>
Definition at line 152 of file display_list.h.
◆ SaveLayerOptions() [1/3]
flutter::SaveLayerOptions::SaveLayerOptions |
( |
| ) |
|
|
inline |
◆ SaveLayerOptions() [2/3]
◆ SaveLayerOptions() [3/3]
◆ bounds_from_caller()
bool flutter::SaveLayerOptions::bounds_from_caller |
( |
| ) |
const |
|
inline |
◆ bounds_were_calculated()
bool flutter::SaveLayerOptions::bounds_were_calculated |
( |
| ) |
const |
|
inline |
◆ can_distribute_opacity()
bool flutter::SaveLayerOptions::can_distribute_opacity |
( |
| ) |
const |
|
inline |
◆ contains_backdrop_filter()
bool flutter::SaveLayerOptions::contains_backdrop_filter |
( |
| ) |
const |
|
inline |
◆ content_is_clipped()
bool flutter::SaveLayerOptions::content_is_clipped |
( |
| ) |
const |
|
inline |
◆ operator!=()
bool flutter::SaveLayerOptions::operator!= |
( |
const SaveLayerOptions & |
other | ) |
const |
|
inline |
◆ operator=()
◆ operator==()
bool flutter::SaveLayerOptions::operator== |
( |
const SaveLayerOptions & |
other | ) |
const |
|
inline |
◆ renders_with_attributes()
bool flutter::SaveLayerOptions::renders_with_attributes |
( |
| ) |
const |
|
inline |
◆ with_bounds_from_caller()
◆ with_can_distribute_opacity()
SaveLayerOptions flutter::SaveLayerOptions::with_can_distribute_opacity |
( |
| ) |
const |
|
inline |
◆ with_contains_backdrop_filter()
SaveLayerOptions flutter::SaveLayerOptions::with_contains_backdrop_filter |
( |
| ) |
const |
|
inline |
◆ with_content_is_clipped()
◆ with_renders_with_attributes()
SaveLayerOptions flutter::SaveLayerOptions::with_renders_with_attributes |
( |
| ) |
const |
|
inline |
◆ without_bounds_from_caller()
SaveLayerOptions flutter::SaveLayerOptions::without_bounds_from_caller |
( |
| ) |
const |
|
inline |
◆ without_optimizations()
◆ fBoundsFromCaller
unsigned flutter::SaveLayerOptions::fBoundsFromCaller |
◆ fCanDistributeOpacity
unsigned flutter::SaveLayerOptions::fCanDistributeOpacity |
◆ fContentIsClipped
unsigned flutter::SaveLayerOptions::fContentIsClipped |
◆ fHasBackdropFilter
unsigned flutter::SaveLayerOptions::fHasBackdropFilter |
◆ flags_
uint32_t flutter::SaveLayerOptions::flags_ |
◆ fRendersWithAttributes
unsigned flutter::SaveLayerOptions::fRendersWithAttributes |
◆ kNoAttributes
◆ kWithAttributes
Initial value:=
static const SaveLayerOptions kNoAttributes
SaveLayerOptions with_renders_with_attributes() const
Definition at line 154 of file display_list.h.
The documentation for this class was generated from the following files: