Home
last modified time | relevance | path

Searched refs:RSModifierDrawable (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/property/
H A Drs_property_drawable_utilities.h102 class RSModifierDrawable : public RSPropertyDrawable {
104 explicit RSModifierDrawable(RSModifierType type);
105 ~RSModifierDrawable() override = default;
H A Drs_properties.h750 friend class RSModifierDrawable; variable
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/property/
H A Drs_property_drawable_utilities.cpp64 RSModifierDrawable::RSModifierDrawable(RSModifierType type) : type_(type) {} in RSModifierDrawable() function in OHOS::Rosen::RSModifierDrawable
65 void RSModifierDrawable::Draw(const RSRenderContent& content, RSPaintFilterCanvas& canvas) const in Draw()
H A Drs_property_drawable.cpp28 inline RSModifierDrawable::DrawablePtr CustomModifierAdapter(const RSRenderContent&) in CustomModifierAdapter()
30 return std::make_unique<RSModifierDrawable>(T); in CustomModifierAdapter()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/pipeline/
H A Drs_render_content.h53 friend class RSModifierDrawable; variable
H A Drs_render_node.h1125 friend class RSModifierDrawable; variable
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/property/
H A Drs_property_drawable_utilities_test.cpp67 RSModifierDrawable drawable(type);
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rspropertydrawableutilities_fuzzer/
H A Drspropertydrawableutilities_fuzzer.cpp238 auto rsModifierDrawable = std::make_shared<RSModifierDrawable>(type); in DoRSModifierDrawable()