Home
last modified time | relevance | path

Searched refs:RSEffectDataGenerateDrawable (Results 1 – 3 of 3) sorted by relevance

/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/property/
Drs_property_drawable_bounds_geometry.h343 class RSEffectDataGenerateDrawable : public RSPropertyDrawable {
345 explicit RSEffectDataGenerateDrawable() = default;
346 ~RSEffectDataGenerateDrawable() override = default;
Drs_properties.h483 friend class RSEffectDataGenerateDrawable; variable
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/property/
Drs_property_drawable_bounds_geometry.cpp968 return std::make_unique<RSEffectDataGenerateDrawable>(); in Generate()
1007 bool RSEffectDataGenerateDrawable::Update(const RSRenderContent& content) in Update()
1012 void RSEffectDataGenerateDrawable::Draw(const RSRenderContent& content, RSPaintFilterCanvas& canvas… in Draw()