Home
last modified time | relevance | path

Searched refs:ClipProperty (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/test/mock/core/render/
H A Dmock_render_property.cpp24 void ClipProperty::ToJsonValue(std::unique_ptr<JsonValue>& json) const {} in ToJsonValue()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/
H A Drender_context.cpp117 ACE_PROPERTY_TO_JSON_VALUE(propClip_, ClipProperty); in ToJsonValue()
H A Drender_property.h222 struct ClipProperty { struct
H A Drender_property.cpp275 void ClipProperty::ToJsonValue(std::unique_ptr<JsonValue>& json, const InspectorFilter& filter) con… in ToJsonValue()
H A Drender_context.h623 ACE_DEFINE_PROPERTY_GROUP(Clip, ClipProperty);
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/render/
H A Drender_property_test_ng.cpp356 NG::ClipProperty clipProperty;
665 NG::ClipProperty clipProperty;
H A Drender_context_test_ng.cpp73 renderContext.propClip_ = std::make_unique<NG::ClipProperty>(); in MakeProperty()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Drosen_render_context.h535 void PaintClipShape(const std::unique_ptr<ClipProperty>& clip, const SizeF& frameSize);
536 void PaintClipMask(const std::unique_ptr<ClipProperty>& clip, const SizeF& frameSize);
H A Drosen_render_context.cpp4599 void RosenRenderContext::PaintClipShape(const std::unique_ptr<ClipProperty>& clip, const SizeF& fra…
4630 void RosenRenderContext::PaintClipMask(const std::unique_ptr<ClipProperty>& clip, const SizeF& fram…