/foundation/arkui/ace_engine/frameworks/core/components/common/properties/ |
H A D | blend_mode.h | 26 // with RSColorBlendApplyType::FAST, it does not modify the blend mode of subsequent content. 66 FAST = 0, // Apply blending by drawing the content with the blend mode, without using an offscreen buffer member in OHOS::Ace::BlendApplyType
|
/foundation/multimedia/media_library/interfaces/kits/js/include/ |
H A D | media_asset_data_handler.h | 32 FAST = 0, member in OHOS::Media::DeliveryMode
|
/foundation/graphic/graphic_2d/graphic_test/graphic_test/rs_display_effect/property_display/ |
H A D | test_RSBackground_BeginBlender.cpp | 97 for (auto i = static_cast<int>(RSColorBlendApplyType::FAST); i <= static_cast<int>(RSColorBlendApplyType::MAX); in GRAPHIC_TEST()
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/property/ |
H A D | rs_properties_def.h | 71 // with RSColorBlendApplyType::FAST, it does not modify the blend mode of subsequent content. 110 FAST, // Apply blending by drawing the content with the blend mode, without using an offscreen buffer member in OHOS::Rosen::Gravity::RSColorBlendApplyType
|
/foundation/multimedia/audio_framework/services/audio_policy/server/include/service/common/ |
H A D | audio_adapter_info.h | 127 FAST, member in OHOS::AudioStandard::StreamType
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/drawable/ |
H A D | rs_misc_drawable.cpp | 373 properties.GetColorBlendApplyType() == static_cast<int>(RSColorBlendApplyType::FAST)) {
|
H A D | rs_property_drawable_utils.cpp | 1024 if (blendApplyType == static_cast<int>(RSColorBlendApplyType::FAST)) { in IsDangerousBlendMode() 1040 if (blendModeApplyType == static_cast<int>(RSColorBlendApplyType::FAST)) { in BeginBlender() 1061 if (blendModeApplyType != static_cast<int>(RSColorBlendApplyType::FAST)) { in EndBlender()
|
/foundation/multimedia/audio_framework/services/audio_policy/server/src/service/config/ |
H A D | audio_policy_parser.cpp | 818 return StreamType::FAST; in GetStreamTypeAsInt()
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/property/ |
H A D | rs_property_drawable_bounds_geometry.cpp | 1058 if (blendModeApplyType == static_cast<int>(RSColorBlendApplyType::FAST)) { in BlendSaveDrawableGenerate() 1117 RSPropertiesPainter::IsDangerousBlendMode(blendMode_ - 1, static_cast<int>(RSColorBlendApplyType::FAST))) { in Draw()
|
H A D | rs_properties_painter.cpp | 2058 if (blendApplyType == static_cast<int>(RSColorBlendApplyType::FAST)) { in IsDangerousBlendMode()
|
/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/multimedia/media_library/frameworks/js/src/ |
H A D | media_asset_manager_napi.cpp | 983 case DeliveryMode::FAST: in OnHandleRequestImage() 1019 case DeliveryMode::FAST: in OnHandleRequestVideo()
|
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/property/ |
H A D | rs_property_drawable_bounds_geometry_test.cpp | 1998 content.GetMutableRenderProperties().SetColorBlendApplyType(static_cast<int>(RSColorBlendApplyType::FAST)); 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() 5542 if (blendApplyTypeNum >= static_cast<int>(OHOS::Ace::BlendApplyType::FAST) && 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()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/base/ |
H A D | view_abstract.cpp | 4624 BlendApplyType value = BlendApplyType::FAST; in GetBlendApplyType()
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_view_abstract.cpp | 6952 BlendApplyType blendApplyType = BlendApplyType::FAST; in JsBlendMode() 6994 BlendApplyType blendApplyType = BlendApplyType::FAST; in JsAdvancedBlendMode()
|
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/unittest/ui/ |
H A D | rs_node_test.cpp | 5852 RSColorBlendApplyType colorBlendApplyType = RSColorBlendApplyType::FAST; in HWTEST_F()
|
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | node_common_modifier.cpp | 4894 ViewAbstractModelNG::SetBlendApplyType(frameNode, OHOS::Ace::BlendApplyType::FAST); in ResetBlendMode()
|