Inherits flutter::LayerStateStack::Delegate.
|
void | decommission () override |
|
SkRect | local_cull_rect () const override |
|
SkRect | device_cull_rect () const override |
|
SkM44 | matrix_4x4 () const override |
|
SkMatrix | matrix_3x3 () const override |
|
bool | content_culled (const SkRect &content_bounds) const override |
|
void | save () override |
|
void | saveLayer (const SkRect &bounds, LayerStateStack::RenderingAttributes &attributes, DlBlendMode blend, const DlImageFilter *backdrop) override |
|
void | restore () override |
|
void | translate (SkScalar tx, SkScalar ty) override |
|
void | transform (const SkM44 &m44) override |
|
void | transform (const SkMatrix &matrix) override |
|
void | integralTransform () override |
|
void | clipRect (const SkRect &rect, ClipOp op, bool is_aa) override |
|
void | clipRRect (const SkRRect &rrect, ClipOp op, bool is_aa) override |
|
void | clipPath (const SkPath &path, ClipOp op, bool is_aa) override |
|
Definition at line 24 of file layer_state_stack.cc.
◆ clipPath()
void flutter::DummyDelegate::clipPath |
( |
const SkPath & |
path, |
|
|
ClipOp |
op, |
|
|
bool |
is_aa |
|
) |
| |
|
inlineoverride |
◆ clipRect()
void flutter::DummyDelegate::clipRect |
( |
const SkRect & |
rect, |
|
|
ClipOp |
op, |
|
|
bool |
is_aa |
|
) |
| |
|
inlineoverride |
◆ clipRRect()
void flutter::DummyDelegate::clipRRect |
( |
const SkRRect & |
rrect, |
|
|
ClipOp |
op, |
|
|
bool |
is_aa |
|
) |
| |
|
inlineoverride |
◆ content_culled()
bool flutter::DummyDelegate::content_culled |
( |
const SkRect & |
content_bounds | ) |
const |
|
inlineoverride |
◆ decommission()
void flutter::DummyDelegate::decommission |
( |
| ) |
|
|
inlineoverride |
◆ device_cull_rect()
SkRect flutter::DummyDelegate::device_cull_rect |
( |
| ) |
const |
|
inlineoverride |
◆ integralTransform()
void flutter::DummyDelegate::integralTransform |
( |
| ) |
|
|
inlineoverride |
◆ local_cull_rect()
SkRect flutter::DummyDelegate::local_cull_rect |
( |
| ) |
const |
|
inlineoverride |
◆ matrix_3x3()
SkMatrix flutter::DummyDelegate::matrix_3x3 |
( |
| ) |
const |
|
inlineoverride |
◆ matrix_4x4()
SkM44 flutter::DummyDelegate::matrix_4x4 |
( |
| ) |
const |
|
inlineoverride |
◆ restore()
void flutter::DummyDelegate::restore |
( |
| ) |
|
|
inlineoverride |
◆ save()
void flutter::DummyDelegate::save |
( |
| ) |
|
|
inlineoverride |
◆ saveLayer()
void flutter::DummyDelegate::saveLayer |
( |
const SkRect & |
bounds, |
|
|
LayerStateStack::RenderingAttributes & |
attributes, |
|
|
DlBlendMode |
blend, |
|
|
const DlImageFilter * |
backdrop |
|
) |
| |
|
inlineoverride |
◆ transform() [1/2]
void flutter::DummyDelegate::transform |
( |
const SkM44 & |
m44 | ) |
|
|
inlineoverride |
◆ transform() [2/2]
void flutter::DummyDelegate::transform |
( |
const SkMatrix & |
matrix | ) |
|
|
inlineoverride |
◆ translate()
◆ kInstance
const std::shared_ptr< DummyDelegate > flutter::DummyDelegate::kInstance |
|
static |
The documentation for this class was generated from the following file: