Searched refs:SetCommandPathMask (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 | 438 void SetCommandPathMask(ArkUINodeHandle node, ArkUI_CharPtr commands, ArkUI_Uint32 fillColor, ArkUI… in SetCommandPathMask() function 447 renderContext->SetCommandPathMask(std::string(commands), property); in SetCommandPathMask() 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 | 57 static ArkUINativeModuleValue SetCommandPathMask(ArkUIRuntimeCallInfo* runtimeCallInfo);
|
H A D | arkts_native_render_node_bridge.cpp | 729 ArkUINativeModuleValue RenderNodeBridge::SetCommandPathMask(ArkUIRuntimeCallInfo* runtimeCallInfo) in SetCommandPathMask() function in OHOS::Ace::NG::RenderNodeBridge
|
H A D | arkts_native_api_impl_bridge.cpp | 148 … panda::FunctionRef::New(const_cast<panda::EcmaVM*>(vm), RenderNodeBridge::SetCommandPathMask)); in RegisterRenderNodeBorderAndMaskAttributes()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/ |
H A D | render_context.h | 341 … virtual void SetCommandPathMask(const std::string& commands, const ShapeMaskProperty& property) {} in SetCommandPathMask() function
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/ |
H A D | rosen_render_context.h | 406 … void SetCommandPathMask(const std::string& commands, const ShapeMaskProperty& property) override;
|
H A D | rosen_render_context.cpp | 6391 void RosenRenderContext::SetCommandPathMask( function in OHOS::Ace::NG::RosenRenderContext
|