Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/drawable/
H A Drs_property_drawable_utils.h63 static Drawing::Path CreateShadowPath(const std::shared_ptr<RSPath> rsPath,
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/drawable/
H A Drs_property_drawable_utils_test.cpp59 rsPropertyDrawableUtils->CreateShadowPath(rsPath, clipBounds, rrect);
61 rsPropertyDrawableUtils->CreateShadowPath(rsPath, clipBounds, rrect);
63 rsPropertyDrawableUtils->CreateShadowPath(rsPath, clipBounds, rrect);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/drawable/
H A Drs_property_drawable_background.cpp75 stagingPath_ = RSPropertyDrawableUtils::CreateShadowPath(properties.GetShadowPath(), in OnUpdate()
H A Drs_property_drawable_utils.cpp948 Drawing::Path RSPropertyDrawableUtils::CreateShadowPath(const std::shared_ptr<RSPath> rsPath, in CreateShadowPath() function in OHOS::Rosen::RSPropertyDrawableUtils