Home
last modified time | relevance | path

Searched refs:RSShadowBaseDrawable (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/property/
H A Drs_property_drawable_bounds_geometry.h189 class RSShadowBaseDrawable : public RSPropertyDrawable {
191 explicit RSShadowBaseDrawable(const RSProperties& properties);
192 ~RSShadowBaseDrawable() override = default;
202 class RSShadowDrawable : public RSShadowBaseDrawable {
211 class RSColorfulShadowDrawable : public RSShadowBaseDrawable {
222 class RSHardwareAccelerationShadowDrawable : public RSShadowBaseDrawable {
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/property/
H A Drs_property_drawable_bounds_geometry.cpp434 RSPropertyDrawable::DrawablePtr RSShadowBaseDrawable::Generate(const RSRenderContent& content) in Generate()
453 RSShadowBaseDrawable::RSShadowBaseDrawable(const RSProperties& properties) in RSShadowBaseDrawable() function in OHOS::Rosen::RSShadowBaseDrawable
459 : RSShadowBaseDrawable(properties), radius_(properties.GetShadowRadius()) in RSShadowDrawable()
462 void RSShadowBaseDrawable::ClipShadowPath( in ClipShadowPath()
518 : RSShadowBaseDrawable(properties), shadowElevation_(properties.GetShadowElevation()) in RSHardwareAccelerationShadowDrawable()
553 …awable::RSColorfulShadowDrawable(const RSProperties& properties) : RSShadowBaseDrawable(properties) in RSColorfulShadowDrawable()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/property/
H A Drs_property_drawable_bounds_geometry_test.cpp745 RSShadowBaseDrawable::Generate(content);
752 RSShadowBaseDrawable::Generate(content);
757 RSShadowBaseDrawable::Generate(content);
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rspropertydrawableboundsgeometry_fuzzer/
H A Drspropertydrawableboundsgeometry_fuzzer.cpp112 RSShadowBaseDrawable::Generate(content); in DoGenerate()
119 RSShadowBaseDrawable::Generate(content); in DoGenerate()