Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
H A Dblend_mode.h26 // 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 Dmedia_asset_data_handler.h32 FAST = 0, member in OHOS::Media::DeliveryMode
/foundation/graphic/graphic_2d/graphic_test/graphic_test/rs_display_effect/property_display/
H A Dtest_RSBackground_BeginBlender.cpp97 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 Drs_properties_def.h71 // 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 Daudio_adapter_info.h127 FAST, member in OHOS::AudioStandard::StreamType
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/drawable/
H A Drs_misc_drawable.cpp373 properties.GetColorBlendApplyType() == static_cast<int>(RSColorBlendApplyType::FAST)) {
H A Drs_property_drawable_utils.cpp1024 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 Daudio_policy_parser.cpp818 return StreamType::FAST; in GetStreamTypeAsInt()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/property/
H A Drs_property_drawable_bounds_geometry.cpp1058 if (blendModeApplyType == static_cast<int>(RSColorBlendApplyType::FAST)) { in BlendSaveDrawableGenerate()
1117 RSPropertiesPainter::IsDangerousBlendMode(blendMode_ - 1, static_cast<int>(RSColorBlendApplyType::FAST))) { in Draw()
H A Drs_properties_painter.cpp2058 if (blendApplyType == static_cast<int>(RSColorBlendApplyType::FAST)) { in IsDangerousBlendMode()
/foundation/arkui/ace_engine/test/unittest/core/base/
H A Dview_abstract_test_ng.cpp187 BlendApplyType blendApplyType = BlendApplyType::FAST; in HWTEST_F()
278 BlendApplyType blendApplyType = BlendApplyType::FAST; in HWTEST_F()
/foundation/multimedia/media_library/frameworks/js/src/
H A Dmedia_asset_manager_napi.cpp983 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 Drs_property_drawable_bounds_geometry_test.cpp1998 content.GetMutableRenderProperties().SetColorBlendApplyType(static_cast<int>(RSColorBlendApplyType::FAST)); in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_common_bridge.cpp5530 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 Dview_abstract.cpp4624 BlendApplyType value = BlendApplyType::FAST; in GetBlendApplyType()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_view_abstract.cpp6952 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 Drs_node_test.cpp5852 RSColorBlendApplyType colorBlendApplyType = RSColorBlendApplyType::FAST; in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_common_modifier.cpp4894 ViewAbstractModelNG::SetBlendApplyType(frameNode, OHOS::Ace::BlendApplyType::FAST); in ResetBlendMode()

Completed in 138 milliseconds