(
&mut self,
_blend: impl Into<peniko::BlendMode>,
_alpha: f32,
_transform: kurbo::Affine,
_clip: &impl kurbo::Shape,
_filter: Option<Arc<Filter>>,
| 97 | fn reset(&mut self) {} |
| 98 | |
| 99 | fn push_layer( |
| 100 | &mut self, |
| 101 | _blend: impl Into<peniko::BlendMode>, |
| 102 | _alpha: f32, |
| 103 | _transform: kurbo::Affine, |
| 104 | _clip: &impl kurbo::Shape, |
| 105 | _filter: Option<Arc<Filter>>, |
| 106 | _backdrop_filter: Option<Arc<Filter>>, |
| 107 | ) { |
| 108 | } |
| 109 | |
| 110 | fn push_clip_layer(&mut self, _transform: kurbo::Affine, _clip: &impl kurbo::Shape) {} |
| 111 |
nothing calls this directly
no outgoing calls
no test coverage detected