Inherits flutter::LayerStateStack::Delegate.
|
| void | decommission () override |
| |
| DlRect | local_cull_rect () const override |
| |
| DlRect | device_cull_rect () const override |
| |
| DlMatrix | matrix () const override |
| |
| bool | content_culled (const DlRect &content_bounds) const override |
| |
| void | save () override |
| |
| void | saveLayer (const DlRect &bounds, LayerStateStack::RenderingAttributes &attributes, DlBlendMode blend, const DlImageFilter *backdrop, std::optional< int64_t > backdrop_id) override |
| |
| void | restore () override |
| |
| void | translate (DlScalar tx, DlScalar ty) override |
| |
| void | transform (const DlMatrix &matrix) override |
| |
| void | integralTransform () override |
| |
| void | clipRect (const DlRect &rect, DlClipOp op, bool is_aa) override |
| |
| void | clipRRect (const DlRoundRect &rrect, DlClipOp op, bool is_aa) override |
| |
| void | clipRSuperellipse (const DlRoundSuperellipse &rse, DlClipOp op, bool is_aa) override |
| |
| void | clipPath (const DlPath &path, DlClipOp op, bool is_aa) override |
| |
Definition at line 24 of file layer_state_stack.cc.
◆ clipPath()
| void flutter::DummyDelegate::clipPath |
( |
const DlPath & |
path, |
|
|
DlClipOp |
op, |
|
|
bool |
is_aa |
|
) |
| |
|
inlineoverride |
◆ clipRect()
| void flutter::DummyDelegate::clipRect |
( |
const DlRect & |
rect, |
|
|
DlClipOp |
op, |
|
|
bool |
is_aa |
|
) |
| |
|
inlineoverride |
◆ clipRRect()
◆ clipRSuperellipse()
◆ content_culled()
| bool flutter::DummyDelegate::content_culled |
( |
const DlRect & |
content_bounds | ) |
const |
|
inlineoverride |
◆ decommission()
| void flutter::DummyDelegate::decommission |
( |
| ) |
|
|
inlineoverride |
◆ device_cull_rect()
| DlRect flutter::DummyDelegate::device_cull_rect |
( |
| ) |
const |
|
inlineoverride |
◆ integralTransform()
| void flutter::DummyDelegate::integralTransform |
( |
| ) |
|
|
inlineoverride |
◆ local_cull_rect()
| DlRect flutter::DummyDelegate::local_cull_rect |
( |
| ) |
const |
|
inlineoverride |
◆ matrix()
| DlMatrix flutter::DummyDelegate::matrix |
( |
| ) |
const |
|
inlineoverride |
◆ restore()
| void flutter::DummyDelegate::restore |
( |
| ) |
|
|
inlineoverride |
◆ save()
| void flutter::DummyDelegate::save |
( |
| ) |
|
|
inlineoverride |
◆ saveLayer()
| void flutter::DummyDelegate::saveLayer |
( |
const DlRect & |
bounds, |
|
|
LayerStateStack::RenderingAttributes & |
attributes, |
|
|
DlBlendMode |
blend, |
|
|
const DlImageFilter * |
backdrop, |
|
|
std::optional< int64_t > |
backdrop_id |
|
) |
| |
|
inlineoverride |
◆ transform()
| void flutter::DummyDelegate::transform |
( |
const DlMatrix & |
matrix | ) |
|
|
inlineoverride |
◆ translate()
◆ kInstance
| const std::shared_ptr< DummyDelegate > flutter::DummyDelegate::kInstance |
|
static |
The documentation for this class was generated from the following file: