Home
last modified time | relevance | path

Searched refs:SetRenderGroup (Results 1 – 13 of 13) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dview_abstract.h252 static void SetRenderGroup(bool isRenderGroup);
540 static void SetRenderGroup(FrameNode* frameNode, bool isRenderGroup);
H A Dview_abstract_model_ng.h714 void SetRenderGroup(bool isRenderGroup) override in SetRenderGroup() function
716 ViewAbstract::SetRenderGroup(isRenderGroup); in SetRenderGroup()
H A Dview_abstract_model.h208 virtual void SetRenderGroup(bool isRenderGroup) = 0;
H A Dview_abstract.cpp2889 void ViewAbstract::SetRenderGroup(bool isRenderGroup) in SetRenderGroup() function in OHOS::Ace::NG::ViewAbstract
3166 void ViewAbstract::SetRenderGroup(FrameNode* frameNode, bool isRenderGroup) in SetRenderGroup() function in OHOS::Ace::NG::ViewAbstract
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dview_abstract_model_impl.h141 void SetRenderGroup(bool isRenderGroup) override {} in SetRenderGroup() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_common_bridge.h129 static ArkUINativeModuleValue SetRenderGroup(ArkUIRuntimeCallInfo* runtimeCallInfo);
H A Darkts_native_common_bridge.cpp3574 ArkUINativeModuleValue CommonBridge::SetRenderGroup(ArkUIRuntimeCallInfo *runtimeCallInfo) in SetRenderGroup() function in OHOS::Ace::NG::CommonBridge
H A Darkts_native_api_impl_bridge.cpp635 panda::FunctionRef::New(const_cast<panda::EcmaVM*>(vm), CommonBridge::SetRenderGroup)); in GetArkUINativeModule()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/base/
H A Dview_abstract_test_ng_new.cpp273 ViewAbstract::SetRenderGroup(false);
274 ViewAbstract::SetRenderGroup(nullptr, false);
H A Dview_abstract_test_ng.cpp1054 ViewAbstract::SetRenderGroup(false);
1103 ViewAbstract::SetRenderGroup(false);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_common_modifier.cpp2521 void SetRenderGroup(ArkUINodeHandle node, ArkUI_Bool isRenderGroup) in SetRenderGroup() function
2525 ViewAbstract::SetRenderGroup(frameNode, isRenderGroup); in SetRenderGroup()
2532 ViewAbstract::SetRenderGroup(frameNode, false); in ResetRenderGroup()
6274 … SetLightUpEffect, ResetLightUpEffect, SetSphericalEffect, ResetSphericalEffect, SetRenderGroup, in GetCommonModifier()
6348 … SetLightUpEffect, ResetLightUpEffect, SetSphericalEffect, ResetSphericalEffect, SetRenderGroup, in GetCJUICommonModifier()
/ohos5.0/foundation/arkui/ace_engine/interfaces/native/node/
H A Dstyle_modifier.cpp3629 int32_t SetRenderGroup(ArkUI_NodeHandle node, const ArkUI_AttributeItem* item) in SetRenderGroup() function
12782 SetRenderGroup, in SetCommonAttribute()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_view_abstract.cpp10275 ViewAbstractModel::GetInstance()->SetRenderGroup(isRenderGroup); in JSRenderGroup()