Searched refs:SetRoundRectMask (Results 1 – 7 of 7) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | render_node_modifier.cpp | 396 void SetRoundRectMask(ArkUINodeHandle node, const ArkUI_Float32* roundRect, const ArkUI_Uint32 roun… in SetRoundRectMask() function 419 renderContext->SetRoundRectMask(roundRectInstance, property); in SetRoundRectMask() 550 …SetRoundRectMask, SetOvalMask, SetCommandPathMask, SetRectClip, SetCircleClip, SetRoundRectClip, S… in GetRenderNodeModifier() 562 SetRoundRectMask, SetOvalMask, SetCommandPathMask, SetPosition, SetMarkNodeGroup }; in GetCJUIRenderNodeModifier()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/ |
H A D | arkts_native_render_node_bridge.h | 55 static ArkUINativeModuleValue SetRoundRectMask(ArkUIRuntimeCallInfo* runtimeCallInfo);
|
H A D | arkts_native_render_node_bridge.cpp | 719 ArkUINativeModuleValue RenderNodeBridge::SetRoundRectMask(ArkUIRuntimeCallInfo* runtimeCallInfo) in SetRoundRectMask() function in OHOS::Ace::NG::RenderNodeBridge
|
H A D | arkts_native_api_impl_bridge.cpp | 144 … panda::FunctionRef::New(const_cast<panda::EcmaVM*>(vm), RenderNodeBridge::SetRoundRectMask)); in RegisterRenderNodeBorderAndMaskAttributes()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/ |
H A D | render_context.h | 339 virtual void SetRoundRectMask(const RoundRect& roundRect, const ShapeMaskProperty& property) {} in SetRoundRectMask() function
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/ |
H A D | rosen_render_context.h | 404 void SetRoundRectMask(const RoundRect& roundRect, const ShapeMaskProperty& property) override;
|
H A D | rosen_render_context.cpp | 6349 void RosenRenderContext::SetRoundRectMask(const RoundRect& roundRect, const ShapeMaskProperty& prop… function in OHOS::Ace::NG::RosenRenderContext
|