Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/test/unittest/core/base/
Dview_abstract_test_ng.cpp186 BlendApplyType blendApplyType = BlendApplyType::FAST; variable
272 BlendApplyType blendApplyType = BlendApplyType::FAST; variable
/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
Dview_abstract_model_ng.h845 void SetBlendApplyType(BlendApplyType blendApplyType) override in SetBlendApplyType()
1456 static void SetBlendApplyType(FrameNode* frameNode, BlendApplyType blendApplyType) in SetBlendApplyType()
Dview_abstract.cpp2212 void ViewAbstract::SetBlendApplyType(BlendApplyType blendApplyType) in SetBlendApplyType()
3796 void ViewAbstract::SetBlendApplyType(FrameNode* frameNode, BlendApplyType blendApplyType) in SetBlendApplyType()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/drawable/
Drs_property_drawable_utils.cpp1043 bool RSPropertyDrawableUtils::IsDangerousBlendMode(int blendMode, int blendApplyType) in IsDangerousBlendMode()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_component/src/
DArkClassDefine.ts998 blendApplyType: number; property in ArkBlendMode
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/property/
Drs_properties_painter.cpp1917 bool RSPropertiesPainter::IsDangerousBlendMode(int blendMode, int blendApplyType) in IsDangerousBlendMode()
/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
Ddecoration.h1251 void SetBlendApplyType(BlendApplyType blendApplyType)
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/
Drender_context.h808 virtual void OnBackBlendApplyTypeUpdate(BlendApplyType blendApplyType) {} in OnBackBlendApplyTypeUpdate()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
Dview_abstract_model_impl.cpp967 void ViewAbstractModelImpl::SetBlendApplyType(BlendApplyType blendApplyType) in SetBlendApplyType()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
Djs_view_abstract.cpp7008 BlendApplyType blendApplyType = BlendApplyType::FAST; in JsBlendMode() local
7050 BlendApplyType blendApplyType = BlendApplyType::FAST; in JsAdvancedBlendMode() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
Drosen_render_context.cpp4181 void RosenRenderContext::OnBackBlendApplyTypeUpdate(BlendApplyType blendApplyType)
/foundation/arkui/ace_engine/interfaces/native/node/
Dstyle_modifier.cpp2843 int blendApplyType = NUM_0; in SetBlendMode() local
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
DarkComponent.js4276 blendMode(blendMode, blendApplyType) { argument
4283 advancedBlendMode(blendMode, blendApplyType) { argument
/foundation/arkui/ace_engine/frameworks/core/interfaces/arkoala/
Darkoala_api.h638 ArkUI_Int32 blendApplyType; member