/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/ |
H A D | view_abstract.h | 252 static void SetRenderGroup(bool isRenderGroup); 540 static void SetRenderGroup(FrameNode* frameNode, bool isRenderGroup);
|
H A D | view_abstract_model_ng.h | 714 void SetRenderGroup(bool isRenderGroup) override in SetRenderGroup() function 716 ViewAbstract::SetRenderGroup(isRenderGroup); in SetRenderGroup()
|
H A D | view_abstract_model.h | 208 virtual void SetRenderGroup(bool isRenderGroup) = 0;
|
H A D | view_abstract.cpp | 2889 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 D | view_abstract_model_impl.h | 141 void SetRenderGroup(bool isRenderGroup) override {} in SetRenderGroup() function
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/ |
H A D | arkts_native_common_bridge.h | 129 static ArkUINativeModuleValue SetRenderGroup(ArkUIRuntimeCallInfo* runtimeCallInfo);
|
H A D | arkts_native_common_bridge.cpp | 3574 ArkUINativeModuleValue CommonBridge::SetRenderGroup(ArkUIRuntimeCallInfo *runtimeCallInfo) in SetRenderGroup() function in OHOS::Ace::NG::CommonBridge
|
H A D | arkts_native_api_impl_bridge.cpp | 635 panda::FunctionRef::New(const_cast<panda::EcmaVM*>(vm), CommonBridge::SetRenderGroup)); in GetArkUINativeModule()
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/base/ |
H A D | view_abstract_test_ng_new.cpp | 273 ViewAbstract::SetRenderGroup(false); 274 ViewAbstract::SetRenderGroup(nullptr, false);
|
H A D | view_abstract_test_ng.cpp | 1054 ViewAbstract::SetRenderGroup(false); 1103 ViewAbstract::SetRenderGroup(false);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | node_common_modifier.cpp | 2521 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 D | style_modifier.cpp | 3629 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 D | js_view_abstract.cpp | 10275 ViewAbstractModel::GetInstance()->SetRenderGroup(isRenderGroup); in JSRenderGroup()
|