Searched refs:SetRectMask (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 | 358 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 D | arkts_native_render_node_bridge.h | 53 static ArkUINativeModuleValue SetRectMask(ArkUIRuntimeCallInfo* runtimeCallInfo);
|
H A D | arkts_native_render_node_bridge.cpp | 709 ArkUINativeModuleValue RenderNodeBridge::SetRectMask(ArkUIRuntimeCallInfo* runtimeCallInfo) in SetRectMask() function in OHOS::Ace::NG::RenderNodeBridge
|
H A D | arkts_native_api_impl_bridge.cpp | 140 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 D | render_context.h | 337 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 D | rosen_render_context.h | 402 void SetRectMask(const RectF& rect, const ShapeMaskProperty& property) override;
|
H A D | rosen_render_context.cpp | 6323 void RosenRenderContext::SetRectMask(const RectF& rect, const ShapeMaskProperty& property) function in OHOS::Ace::NG::RosenRenderContext
|