5#ifndef FLUTTER_FLOW_LAYERS_OPACITY_LAYER_H_
6#define FLUTTER_FLOW_LAYERS_OPACITY_LAYER_H_
8#include "flutter/flow/layers/cacheable_layer.h"
9#include "flutter/flow/layers/layer.h"
42 return children_can_accept_opacity_;
45 children_can_accept_opacity_ =
value;
53 bool children_can_accept_opacity_ =
false;
constexpr SkAlpha SK_AlphaOPAQUE
void Diff(DiffContext *context, const Layer *old_layer) override
bool children_can_accept_opacity() const
void Preroll(PrerollContext *context) override
void Paint(PaintContext &context) const override
void set_children_can_accept_opacity(bool value)
OpacityLayer(SkAlpha alpha, const SkPoint &offset)