Home
last modified time | relevance | path

Searched refs:SetRectMask (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Drender_node_modifier.cpp358 void SetRectMask(ArkUINodeHandle node, in SetRectMask() function
369 renderContext->SetRectMask(rect, property); in SetRectMask()
549 …SetTranslate, SetBorderStyle, SetBorderWidth, SetBorderColor, SetBorderRadius, SetRectMask, SetCir… in GetRenderNodeModifier()
561 …SetTranslate, SetBorderStyle, SetBorderWidth, SetBorderColor, SetBorderRadius, SetRectMask, SetCir… in GetCJUIRenderNodeModifier()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_render_node_bridge.h53 static ArkUINativeModuleValue SetRectMask(ArkUIRuntimeCallInfo* runtimeCallInfo);
H A Darkts_native_render_node_bridge.cpp709 ArkUINativeModuleValue RenderNodeBridge::SetRectMask(ArkUIRuntimeCallInfo* runtimeCallInfo) in SetRectMask() function in OHOS::Ace::NG::RenderNodeBridge
H A Darkts_native_api_impl_bridge.cpp140 panda::FunctionRef::New(const_cast<panda::EcmaVM*>(vm), RenderNodeBridge::SetRectMask)); in RegisterRenderNodeBorderAndMaskAttributes()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/
H A Drender_context.h337 virtual void SetRectMask(const RectF& rect, const ShapeMaskProperty& property) {} in SetRectMask() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Drosen_render_context.h402 void SetRectMask(const RectF& rect, const ShapeMaskProperty& property) override;
H A Drosen_render_context.cpp6323 void RosenRenderContext::SetRectMask(const RectF& rect, const ShapeMaskProperty& property) function in OHOS::Ace::NG::RosenRenderContext