Home
last modified time | relevance | path

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

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