/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/drawable/ |
H A D | rs_property_drawable_utils.h | 70 static bool IsDangerousBlendMode(int blendMode, int blendApplyType);
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/property/ |
H A D | rs_properties_painter.h | 72 static bool IsDangerousBlendMode(int blendMode, int blendApplyType);
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/base/ |
H A D | view_abstract_model_ng.h | 844 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 D | view_abstract.h | 213 static void SetBlendApplyType(BlendApplyType blendApplyType); 606 static void SetBlendApplyType(FrameNode* frameNode, BlendApplyType blendApplyType);
|
H A D | view_abstract_model.h | 242 virtual void SetBlendApplyType(BlendApplyType blendApplyType) = 0;
|
H A D | view_abstract.cpp | 2106 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 D | view_abstract_test_ng.cpp | 187 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 D | view_abstract_model_impl.h | 167 void SetBlendApplyType(BlendApplyType blendApplyType) override;
|
H A D | view_abstract_model_impl.cpp | 951 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 D | render_context.h | 815 virtual void OnBackBlendApplyTypeUpdate(BlendApplyType blendApplyType) {} in OnBackBlendApplyTypeUpdate() argument
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/drawable/ |
H A D | rs_property_drawable_utils.cpp | 1006 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 D | js_view_abstract.cpp | 6952 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 D | rs_properties_painter.cpp | 2040 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 D | arkComponent.js | 1438 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 D | rosen_render_context.cpp | 4139 void RosenRenderContext::OnBackBlendApplyTypeUpdate(BlendApplyType blendApplyType) argument 4142 auto rsBlendApplyType = static_cast<Rosen::RSColorBlendApplyType>(blendApplyType);
|
/foundation/arkui/ace_engine/interfaces/native/node/ |
H A D | style_modifier.cpp | 2830 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 D | arkoala_api.h | 638 ArkUI_Int32 blendApplyType; member
|
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | node_common_modifier.cpp | 5307 options->blendApplyType = static_cast<ArkUI_Int32>(ViewAbstract::GetBlendApplyType(frameNode)); in GetBlendMode()
|