Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/modifier/
H A Drs_render_modifier.cpp103 auto modifier = new RSCustomClipToFrameRenderModifier(prop); in __anon35d38fe50502()
268 bool RSCustomClipToFrameRenderModifier::Marshalling(Parcel& parcel) in Marshalling()
275 void RSCustomClipToFrameRenderModifier::Apply(RSModifierContext& context) const in Apply()
283 void RSCustomClipToFrameRenderModifier::Update(const std::shared_ptr<RSRenderPropertyBase>& prop, b… in Update()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/modifier/
H A Drs_render_modifier.h301 class RSB_EXPORT RSCustomClipToFrameRenderModifier : public RSForegroundRenderModifier {
303 RSCustomClipToFrameRenderModifier(const std::shared_ptr<RSRenderPropertyBase>& property) in RSCustomClipToFrameRenderModifier() function
308 ~RSCustomClipToFrameRenderModifier() override = default;
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/modifier/
H A Drs_render_modifier_test.cpp493 auto modifier = std::make_shared<RSCustomClipToFrameRenderModifier>(property);
515 auto RSEFC = std::make_shared<RSCustomClipToFrameRenderModifier>(property);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/modifier/
H A Drs_property_modifier.cpp65 auto renderModifier = std::make_shared<RSCustomClipToFrameRenderModifier>(renderProperty); in CreateRenderModifier()