Home
last modified time | relevance | path

Searched refs:blendApplyType (Results 1 - 18 of 18) sorted by relevance

/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/drawable/
H A Drs_property_drawable_utils.h70 static bool IsDangerousBlendMode(int blendMode, int blendApplyType);
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/property/
H A Drs_properties_painter.h72 static bool IsDangerousBlendMode(int blendMode, int blendApplyType);
/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dview_abstract_model_ng.h844 void SetBlendApplyType(BlendApplyType blendApplyType) override
846 ViewAbstract::SetBlendApplyType(blendApplyType);
1453 static void SetBlendApplyType(FrameNode* frameNode, BlendApplyType blendApplyType) in SetBlendApplyType() argument
1455 ViewAbstract::SetBlendApplyType(frameNode, blendApplyType); in SetBlendApplyType()
H A Dview_abstract.h213 static void SetBlendApplyType(BlendApplyType blendApplyType);
606 static void SetBlendApplyType(FrameNode* frameNode, BlendApplyType blendApplyType);
H A Dview_abstract_model.h242 virtual void SetBlendApplyType(BlendApplyType blendApplyType) = 0;
H A Dview_abstract.cpp2106 void ViewAbstract::SetBlendApplyType(BlendApplyType blendApplyType) in SetBlendApplyType() argument
2111 ACE_UPDATE_RENDER_CONTEXT(BackBlendApplyType, blendApplyType); in SetBlendApplyType()
3682 void ViewAbstract::SetBlendApplyType(FrameNode* frameNode, BlendApplyType blendApplyType) in SetBlendApplyType() argument
3684 ACE_UPDATE_NODE_RENDER_CONTEXT(BackBlendApplyType, blendApplyType, frameNode); in SetBlendApplyType()
/foundation/arkui/ace_engine/test/unittest/core/base/
H A Dview_abstract_test_ng.cpp187 BlendApplyType blendApplyType = BlendApplyType::FAST; in HWTEST_F() local
188 ViewAbstract::SetBlendApplyType(blendApplyType); in HWTEST_F()
189 ViewAbstract::SetBlendApplyType(AceType::RawPtr(FRAME_NODE_REGISTER), blendApplyType); in HWTEST_F() local
278 BlendApplyType blendApplyType = BlendApplyType::FAST; in HWTEST_F() local
279 ViewAbstract::SetBlendApplyType(blendApplyType); in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dview_abstract_model_impl.h167 void SetBlendApplyType(BlendApplyType blendApplyType) override;
H A Dview_abstract_model_impl.cpp951 void ViewAbstractModelImpl::SetBlendApplyType(BlendApplyType blendApplyType) in SetBlendApplyType() argument
954 backDecoration->SetBlendApplyType(blendApplyType); in SetBlendApplyType()
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/
H A Drender_context.h815 virtual void OnBackBlendApplyTypeUpdate(BlendApplyType blendApplyType) {} in OnBackBlendApplyTypeUpdate() argument
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/drawable/
H A Drs_property_drawable_utils.cpp1006 bool RSPropertyDrawableUtils::IsDangerousBlendMode(int blendMode, int blendApplyType) in IsDangerousBlendMode() argument
1024 if (blendApplyType == static_cast<int>(RSColorBlendApplyType::FAST)) { in IsDangerousBlendMode()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_view_abstract.cpp6952 BlendApplyType blendApplyType = BlendApplyType::FAST; in JsBlendMode() local
6965 blendApplyType = BlendApplyType::OFFSCREEN; in JsBlendMode()
6969 blendApplyType = BlendApplyType::OFFSCREEN; in JsBlendMode()
6973 blendApplyType = BlendApplyType::OFFSCREEN; in JsBlendMode()
6981 blendApplyType = static_cast<BlendApplyType>(blendApplyTypeNum); in JsBlendMode()
6985 ViewAbstractModel::GetInstance()->SetBlendApplyType(blendApplyType); in JsBlendMode()
6994 BlendApplyType blendApplyType = BlendApplyType::FAST; in JsAdvancedBlendMode() local
7007 blendApplyType = BlendApplyType::OFFSCREEN; in JsAdvancedBlendMode()
7011 blendApplyType = BlendApplyType::OFFSCREEN; in JsAdvancedBlendMode()
7015 blendApplyType in JsAdvancedBlendMode()
[all...]
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/property/
H A Drs_properties_painter.cpp2040 bool RSPropertiesPainter::IsDangerousBlendMode(int blendMode, int blendApplyType) in IsDangerousBlendMode() argument
2058 if (blendApplyType == static_cast<int>(RSColorBlendApplyType::FAST)) { in IsDangerousBlendMode()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
H A DarkComponent.js1438 getUINativeModule().common.setBlendMode(node, this.value.blendMode, this.value.blendApplyType);
1451 getUINativeModule().common.setAdvancedBlendMode(node, this.value.blendMode, this.value.blendApplyType);
4152 blendMode(blendMode, blendApplyType) {
4155 arkBlendMode.blendApplyType = blendApplyType;
4159 advancedBlendMode(blendMode, blendApplyType) {
4162 arkBlendMode.blendApplyType = blendApplyType;
16020 this.blendApplyType = undefined;
16023 return (this.blendMode === another.blendMode) && (this.blendApplyType
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Drosen_render_context.cpp4139 void RosenRenderContext::OnBackBlendApplyTypeUpdate(BlendApplyType blendApplyType) argument
4142 auto rsBlendApplyType = static_cast<Rosen::RSColorBlendApplyType>(blendApplyType);
/foundation/arkui/ace_engine/interfaces/native/node/
H A Dstyle_modifier.cpp2830 int blendApplyType = NUM_0; in SetBlendMode() local
2832 blendApplyType = item->value[1].i32; in SetBlendMode()
2834 fullImpl->getNodeModifiers()->getCommonModifier()->setBlendMode(node->uiNodeHandle, blendMode, blendApplyType); in SetBlendMode()
2849 g_numberValues[NUM_1].i32 = options.blendApplyType; in GetBlendMode()
/foundation/arkui/ace_engine/frameworks/core/interfaces/arkoala/
H A Darkoala_api.h638 ArkUI_Int32 blendApplyType; member
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_common_modifier.cpp5307 options->blendApplyType = static_cast<ArkUI_Int32>(ViewAbstract::GetBlendApplyType(frameNode)); in GetBlendMode()

Completed in 124 milliseconds