/foundation/arkui/ace_engine/frameworks/core/components/common/properties/ |
H A D | blend_mode.h | 65 enum class BlendApplyType : int16_t { class
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scrollable/ |
H A D | scrollable_paint_method.cpp | 61 renderContext->UpdateBackBlendApplyType(BlendApplyType::OFFSCREEN); in UpdateFadingGradient() 70 overlayRenderContext_->UpdateBackBlendApplyType(BlendApplyType::OFFSCREEN); in UpdateFadingGradient()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/picker/ |
H A D | datepicker_column_layout_algorithm.cpp | 138 columnRenderContext->UpdateBackBlendApplyType(BlendApplyType::OFFSCREEN); in InitGradient() 141 blendRenderContext->UpdateBackBlendApplyType(BlendApplyType::OFFSCREEN); in InitGradient()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/time_picker/ |
H A D | timepicker_column_layout_algorithm.cpp | 141 columnRenderContext->UpdateBackBlendApplyType(BlendApplyType::OFFSCREEN); in InitGradient() 144 blendRenderContext->UpdateBackBlendApplyType(BlendApplyType::OFFSCREEN); in InitGradient()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_picker/ |
H A D | textpicker_layout_algorithm.cpp | 176 columnRenderContext->UpdateBackBlendApplyType(BlendApplyType::OFFSCREEN); in InitGradient() 179 blendRenderContext->UpdateBackBlendApplyType(BlendApplyType::OFFSCREEN); in InitGradient()
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/ |
H A D | jsEnumStyle.js | 387 var BlendApplyType; variable 388 (function (BlendApplyType) { 389 BlendApplyType[BlendApplyType["FAST"] = 0] = "FAST"; 390 BlendApplyType[BlendApplyType["OFFSCREEN"] = 1] = "OFFSCREEN"; 391 })(BlendApplyType || (BlendApplyType = {}));
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/ |
H A D | render_property.h | 207 ACE_DEFINE_PROPERTY_GROUP_ITEM(BackBlendApplyType, BlendApplyType);
|
H A D | render_context.h | 586 ACE_DEFINE_PROPERTY_FUNC_WITH_GROUP(Graphics, BackBlendApplyType, BlendApplyType); 815 virtual void OnBackBlendApplyTypeUpdate(BlendApplyType blendApplyType) {} in OnBackBlendApplyTypeUpdate()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/base/ |
H A D | view_abstract.h | 213 static void SetBlendApplyType(BlendApplyType blendApplyType); 606 static void SetBlendApplyType(FrameNode* frameNode, BlendApplyType blendApplyType); 737 static BlendApplyType GetBlendApplyType(FrameNode* frameNode);
|
H A D | view_abstract_model.h | 242 virtual void SetBlendApplyType(BlendApplyType blendApplyType) = 0;
|
H A D | view_abstract_model_ng.h | 844 void SetBlendApplyType(BlendApplyType blendApplyType) override 1453 static void SetBlendApplyType(FrameNode* frameNode, BlendApplyType blendApplyType) in SetBlendApplyType()
|
H A D | view_abstract.cpp | 2106 void ViewAbstract::SetBlendApplyType(BlendApplyType blendApplyType) in SetBlendApplyType() 3682 void ViewAbstract::SetBlendApplyType(FrameNode* frameNode, BlendApplyType blendApplyType) in SetBlendApplyType() 4622 BlendApplyType ViewAbstract::GetBlendApplyType(FrameNode* frameNode) in GetBlendApplyType() 4624 BlendApplyType value = BlendApplyType::FAST; in GetBlendApplyType()
|
/foundation/arkui/ace_engine/advanced_ui_component/chipgroup/interfaces/ |
H A D | chipgroup.js | 754 Stack.blendMode(BlendMode.SRC_OVER, BlendApplyType.OFFSCREEN); 866 Stack.blendMode(BlendMode.DST_IN, BlendApplyType.OFFSCREEN);
|
/foundation/arkui/ace_engine/test/unittest/core/base/ |
H A D | view_abstract_test_ng.cpp | 187 BlendApplyType blendApplyType = BlendApplyType::FAST; in HWTEST_F() 278 BlendApplyType blendApplyType = BlendApplyType::FAST; 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()
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_view_abstract.cpp | 6952 BlendApplyType blendApplyType = BlendApplyType::FAST; in JsBlendMode() 6965 blendApplyType = BlendApplyType::OFFSCREEN; in JsBlendMode() 6969 blendApplyType = BlendApplyType::OFFSCREEN; in JsBlendMode() 6973 blendApplyType = BlendApplyType::OFFSCREEN; in JsBlendMode() 6980 if (blendApplyTypeNum >= 0 && blendApplyTypeNum < static_cast<int>(BlendApplyType::MAX)) { in JsBlendMode() 6981 blendApplyType = static_cast<BlendApplyType>(blendApplyTypeNum); in JsBlendMode() 6994 BlendApplyType blendApplyType = BlendApplyType::FAST; in JsAdvancedBlendMode() 7007 blendApplyType = BlendApplyType in JsAdvancedBlendMode() [all...] |
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/indexer/ |
H A D | indexer_pattern.cpp | 1420 listRenderContext->UpdateBackBlendApplyType(BlendApplyType::OFFSCREEN); in DrawPopupListGradient() 1423 stackRenderContext->UpdateBackBlendApplyType(BlendApplyType::OFFSCREEN); in DrawPopupListGradient()
|
/foundation/arkui/ace_engine/advanced_ui_component/filter/interfaces/ |
H A D | filter.js | 291 Stack.blendMode(BlendMode.SRC_OVER, BlendApplyType.OFFSCREEN); 2065 Stack.blendMode(BlendMode.SRC_OVER, BlendApplyType.OFFSCREEN);
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/ |
H A D | rosen_render_context.h | 215 void OnBackBlendApplyTypeUpdate(BlendApplyType applyType) override;
|
H A D | rosen_render_context.cpp | 4139 void RosenRenderContext::OnBackBlendApplyTypeUpdate(BlendApplyType blendApplyType)
|
/foundation/arkui/ace_engine/test/unittest/core/rosen/ |
H A D | rosen_render_context_test_new.cpp | 675 rosenRenderContext->OnBackBlendApplyTypeUpdate(BlendApplyType::OFFSCREEN); in HWTEST_F()
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/ |
H A D | arkts_native_common_bridge.cpp | 5530 int32_t blendApplyTypeValue = static_cast<int32_t>(OHOS::Ace::BlendApplyType::FAST); in SetBlendMode() 5538 blendApplyTypeValue = static_cast<int32_t>(OHOS::Ace::BlendApplyType::OFFSCREEN); in SetBlendMode() 5542 if (blendApplyTypeNum >= static_cast<int>(OHOS::Ace::BlendApplyType::FAST) && in SetBlendMode() 5543 blendApplyTypeNum <= static_cast<int>(OHOS::Ace::BlendApplyType::OFFSCREEN)) { in SetBlendMode() 5574 int32_t blendApplyTypeValue = static_cast<int32_t>(OHOS::Ace::BlendApplyType::FAST); in SetAdvancedBlendMode() 5577 if (blendApplyTypeNum >= static_cast<int>(OHOS::Ace::BlendApplyType::FAST) && in SetAdvancedBlendMode() 5578 blendApplyTypeNum <= static_cast<int>(OHOS::Ace::BlendApplyType::OFFSCREEN)) { in SetAdvancedBlendMode() 5589 blendApplyTypeValue = static_cast<int32_t>(OHOS::Ace::BlendApplyType::OFFSCREEN); in SetAdvancedBlendMode()
|
/foundation/arkui/ace_engine/advanced_ui_component/tabtitlebar/interfaces/ |
H A D | tabtitlebar.js | 203 Stack.blendMode(BlendMode.SRC_OVER, BlendApplyType.OFFSCREEN);
|
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | node_common_modifier.cpp | 4886 ViewAbstractModelNG::SetBlendApplyType(frameNode, static_cast<OHOS::Ace::BlendApplyType>(blendApplyTypeValue)); in SetBlendMode() 4894 ViewAbstractModelNG::SetBlendApplyType(frameNode, OHOS::Ace::BlendApplyType::FAST); in ResetBlendMode() 6189 ViewAbstractModelNG::SetBlendApplyType(frameNode, static_cast<OHOS::Ace::BlendApplyType>(blendApplyTypeValue)); in SetBlendModeByBlender()
|