Home
last modified time | relevance | path

Searched refs:RSColorfulShadowDrawable (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/property/
H A Drs_property_drawable_bounds_geometry.h211 class RSColorfulShadowDrawable : public RSShadowBaseDrawable {
213 explicit RSColorfulShadowDrawable(const RSProperties& properties);
214 ~RSColorfulShadowDrawable() override = default;
H A Drs_properties.h748 friend class RSColorfulShadowDrawable; variable
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/pipeline/
H A Drs_canvas_render_node.h86 friend class RSColorfulShadowDrawable; variable
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/property/
H A Drs_property_drawable_bounds_geometry.cpp442 return std::make_unique<RSColorfulShadowDrawable>(properties); in Generate()
553 RSColorfulShadowDrawable::RSColorfulShadowDrawable(const RSProperties& properties) : RSShadowBaseDr… in RSColorfulShadowDrawable() function in OHOS::Rosen::RSColorfulShadowDrawable
566 void RSColorfulShadowDrawable::Draw(const RSRenderContent& content, RSPaintFilterCanvas& canvas) co… in Draw()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rspropertydrawableboundsgeometry_fuzzer/
H A Drspropertydrawableboundsgeometry_fuzzer.cpp92 auto rsColorfulShadowDrawable = std::make_shared<RSColorfulShadowDrawable>(properties); in DoDraw()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/property/
H A Drs_property_drawable_bounds_geometry_test.cpp839 RSColorfulShadowDrawable shadowDrawable(properties);