#include <display_list.h>
Public Member Functions | |
| SaveLayerOptions () | |
| SaveLayerOptions (const SaveLayerOptions &options) | |
| SaveLayerOptions (const SaveLayerOptions *options) | |
| SaveLayerOptions | without_optimizations () const |
| bool | renders_with_attributes () const |
| SaveLayerOptions | with_renders_with_attributes () const |
| bool | can_distribute_opacity () const |
| SaveLayerOptions | with_can_distribute_opacity () const |
| bool | bounds_from_caller () const |
| SaveLayerOptions | with_bounds_from_caller () const |
| SaveLayerOptions | without_bounds_from_caller () const |
| bool | bounds_were_calculated () const |
| bool | content_is_clipped () const |
| SaveLayerOptions | with_content_is_clipped () const |
| bool | contains_backdrop_filter () const |
| SaveLayerOptions | with_contains_backdrop_filter () const |
| bool | content_is_unbounded () const |
| SaveLayerOptions | with_content_is_unbounded () const |
| SaveLayerOptions & | operator= (const SaveLayerOptions &other) |
| bool | operator== (const SaveLayerOptions &other) const |
Static Public Attributes | |
| static const SaveLayerOptions | kWithAttributes |
| static const SaveLayerOptions | kNoAttributes = SaveLayerOptions() |
Definition at line 167 of file display_list.h.
|
inline |
Definition at line 172 of file display_list.h.
|
inline |
Definition at line 173 of file display_list.h.
|
inlineexplicit |
Definition at line 174 of file display_list.h.
|
inline |
Definition at line 201 of file display_list.h.
References fBoundsFromCaller.
Referenced by impeller::DlDispatcherBase::saveLayer(), flutter::testing::SaveLayerBoundsExpector::saveLayer(), and flutter::DlSkCanvasDispatcher::saveLayer().
|
inline |
|
inline |
Definition at line 191 of file display_list.h.
References fCanDistributeOpacity.
Referenced by std::operator<<(), impeller::DlDispatcherBase::saveLayer(), flutter::DlSkCanvasDispatcher::saveLayer(), and flutter::testing::TEST_F().
|
inline |
Definition at line 225 of file display_list.h.
References fHasBackdropFilter.
Referenced by std::operator<<().
|
inline |
Definition at line 218 of file display_list.h.
References fContentIsClipped.
Referenced by impeller::DlDispatcherBase::saveLayer(), flutter::testing::SaveLayerBoundsExpector::saveLayer(), and flutter::DlSkCanvasDispatcher::saveLayer().
|
inline |
Definition at line 232 of file display_list.h.
References fContentIsUnbounded.
Referenced by std::operator<<(), impeller::DlDispatcherBase::saveLayer(), flutter::testing::TEST_F(), and flutter::testing::TEST_F().
|
inline |
Definition at line 239 of file display_list.h.
References flags_.
|
inline |
Definition at line 243 of file display_list.h.
References flags_.
|
inline |
Definition at line 184 of file display_list.h.
References fRendersWithAttributes.
Referenced by std::operator<<(), impeller::DlDispatcherBase::saveLayer(), and flutter::DlSkCanvasDispatcher::saveLayer().
|
inline |
Definition at line 202 of file display_list.h.
References fBoundsFromCaller.
Referenced by flutter::testing::SaveLayerBoundsExpector::addSuppliedExpectation(), and flutter::DisplayListBuilder::SaveLayer().
|
inline |
Definition at line 192 of file display_list.h.
References fCanDistributeOpacity.
|
inline |
Definition at line 226 of file display_list.h.
References fHasBackdropFilter.
|
inline |
Definition at line 219 of file display_list.h.
References fContentIsClipped.
Referenced by flutter::testing::SaveLayerBoundsExpector::addSuppliedExpectation().
|
inline |
Definition at line 233 of file display_list.h.
References fContentIsUnbounded.
|
inline |
Definition at line 185 of file display_list.h.
References fRendersWithAttributes.
Referenced by flutter::DisplayListBuilder::SaveLayer().
|
inline |
Definition at line 207 of file display_list.h.
References fBoundsFromCaller.
|
inline |
Definition at line 177 of file display_list.h.
References fBoundsFromCaller, and fRendersWithAttributes.
| unsigned flutter::SaveLayerOptions::fBoundsFromCaller |
Definition at line 252 of file display_list.h.
Referenced by bounds_from_caller(), bounds_were_calculated(), with_bounds_from_caller(), without_bounds_from_caller(), and without_optimizations().
| unsigned flutter::SaveLayerOptions::fCanDistributeOpacity |
Definition at line 251 of file display_list.h.
Referenced by can_distribute_opacity(), and with_can_distribute_opacity().
| unsigned flutter::SaveLayerOptions::fContentIsClipped |
Definition at line 253 of file display_list.h.
Referenced by content_is_clipped(), and with_content_is_clipped().
| unsigned flutter::SaveLayerOptions::fContentIsUnbounded |
Definition at line 255 of file display_list.h.
Referenced by content_is_unbounded(), and with_content_is_unbounded().
| unsigned flutter::SaveLayerOptions::fHasBackdropFilter |
Definition at line 254 of file display_list.h.
Referenced by contains_backdrop_filter(), and with_contains_backdrop_filter().
| uint32_t flutter::SaveLayerOptions::flags_ |
Definition at line 257 of file display_list.h.
Referenced by operator=(), and operator==().
| unsigned flutter::SaveLayerOptions::fRendersWithAttributes |
Definition at line 250 of file display_list.h.
Referenced by renders_with_attributes(), with_renders_with_attributes(), and without_optimizations().
|
static |
Definition at line 170 of file display_list.h.
Referenced by flutter::testing::CreateAllSaveRestoreOps(), flutter::testing::TEST_F(), flutter::testing::TEST_F(), flutter::testing::TEST_F(), and flutter::testing::TEST_F().
|
static |
Definition at line 169 of file display_list.h.
Referenced by flutter::testing::CreateAllSaveRestoreOps(), flutter::testing::TEST_F(), flutter::testing::TEST_F(), flutter::testing::TEST_F(), flutter::testing::TEST_F(), flutter::testing::TEST_F(), flutter::testing::TEST_F(), flutter::testing::TEST_F(), flutter::testing::TEST_F(), flutter::testing::TEST_F(), and flutter::testing::TEST_F().