Home
last modified time | relevance | path

Searched defs:blendApplyType (Results 1 – 10 of 10) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
Dview_abstract_model_ng.h680 void SetBlendApplyType(BlendApplyType blendApplyType) override in SetBlendApplyType()
1113 static void SetBlendApplyType(FrameNode* frameNode, BlendApplyType blendApplyType) in SetBlendApplyType()
Dview_abstract.cpp1559 void ViewAbstract::SetBlendApplyType(BlendApplyType blendApplyType) in SetBlendApplyType()
2737 void ViewAbstract::SetBlendApplyType(FrameNode* frameNode, BlendApplyType blendApplyType) in SetBlendApplyType()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_component/src/
DArkClassDefine.ts828 blendApplyType: number; property in ArkBlendMode
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/
Drender_context.h662 virtual void OnBackBlendApplyTypeUpdate(BlendApplyType blendApplyType) {} in OnBackBlendApplyTypeUpdate()
/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
Ddecoration.h1214 void SetBlendApplyType(BlendApplyType blendApplyType)
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
Dview_abstract_model_impl.cpp966 void ViewAbstractModelImpl::SetBlendApplyType(BlendApplyType blendApplyType) in SetBlendApplyType()
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
Dcommon_modifier.cpp2807 …OHOS::Ace::BlendApplyType blendApplyType = static_cast<OHOS::Ace::BlendApplyType>(blendApplyTypeVa… in SetBlendMode() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
Drosen_render_context.cpp3083 void RosenRenderContext::OnBackBlendApplyTypeUpdate(BlendApplyType blendApplyType)
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
Djs_view_abstract.cpp5384 BlendApplyType blendApplyType = BlendApplyType::FAST; in JsBlendMode() local
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
DarkComponent.js3214 blendMode(blendMode, blendApplyType) { argument