Home
last modified time | relevance | path

Searched refs:FAST (Results 1 – 23 of 23) sorted by relevance

/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-ts/
H A Dts-universal-attributes-image-effect-sys.md28 …| 否 | blendMode实现方式是否离屏。<br/>默认值:BlendApplyType.FAST<br/>**说明:**<br/>1. 设置BlendApplyType.FAS…
72 Text(String.fromCodePoint(0x1F600) + 'FAST')
H A Dts-universal-attributes-image-effect.md240 …| 否 | blendMode实现方式是否离屏。<br/>默认值:BlendApplyType.FAST<br/>**说明:**<br/>1. 设置BlendApplyType.FAS…
254 | FAST | 在目标图像上按顺序混合视图的内容。 |
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/
H A Dts-universal-attributes-image-effect-sys.md28 …nted offscreen.<br>Default value: **BlendApplyType.FAST**<br>**NOTE**<br>1. When **BlendApplyType.
71 Text(String.fromCodePoint(0x1F600) + 'FAST')
H A Dts-universal-attributes-image-effect.md240 …creen.<br>Default value: **BlendApplyType.FAST**<br>**NOTE**<br>1. Available options:<br>**BlendAp…
254 | FAST | The content of the view is blended in sequence on the target image. …
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
H A Dblend_mode.h66FAST = 0, // Apply blending by drawing the content with the blend mode, without using an offscr… enumerator
/ohos5.0/foundation/multimedia/media_library/interfaces/kits/js/include/
H A Dmedia_asset_data_handler.h32 FAST = 0, enumerator
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/property/
H A Drs_properties_def.h110FAST, // Apply blending by drawing the content with the blend mode, without using an offscr… enumerator
/ohos5.0/foundation/multimedia/audio_framework/services/audio_policy/server/include/service/common/
H A Daudio_adapter_info.h127 FAST, enumerator
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/drawable/
H A Drs_property_drawable_utils.cpp1061 if (blendApplyType == static_cast<int>(RSColorBlendApplyType::FAST)) { in IsDangerousBlendMode()
1077 if (blendModeApplyType == static_cast<int>(RSColorBlendApplyType::FAST)) { in BeginBlender()
1146 if (blendModeApplyType != static_cast<int>(RSColorBlendApplyType::FAST)) { in EndBlender()
H A Drs_misc_drawable.cpp359 properties.GetColorBlendApplyType() == static_cast<int>(RSColorBlendApplyType::FAST)) { in OnUpdate()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/property/
H A Drs_property_drawable_bounds_geometry.cpp1039 if (blendModeApplyType == static_cast<int>(RSColorBlendApplyType::FAST)) { in BlendSaveDrawableGenerate()
1090 …tiesPainter::IsDangerousBlendMode(blendMode_ - 1, static_cast<int>(RSColorBlendApplyType::FAST))) { in Draw()
H A Drs_properties_painter.cpp1935 if (blendApplyType == static_cast<int>(RSColorBlendApplyType::FAST)) { in IsDangerousBlendMode()
/ohos5.0/foundation/multimedia/audio_framework/services/audio_policy/server/src/service/config/
H A Daudio_policy_parser.cpp808 return StreamType::FAST; in GetStreamTypeAsInt()
/ohos5.0/foundation/multimedia/media_library/frameworks/js/src/
H A Dmedia_asset_manager_napi.cpp845 case DeliveryMode::FAST: in OnHandleRequestImage()
881 case DeliveryMode::FAST: in OnHandleRequestVideo()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/base/
H A Dview_abstract_test_ng.cpp186 BlendApplyType blendApplyType = BlendApplyType::FAST;
272 BlendApplyType blendApplyType = BlendApplyType::FAST;
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ets/ets/testcase/interface/
H A Dcanvastest.ts554 … constraint = ((i % 2) == 0) ? drawing.SrcRectConstraint.STRICT : drawing.SrcRectConstraint.FAST;
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_common_bridge.cpp5603 int32_t blendApplyTypeValue = static_cast<int32_t>(OHOS::Ace::BlendApplyType::FAST); in SetBlendMode()
5615 if (blendApplyTypeNum >= static_cast<int>(OHOS::Ace::BlendApplyType::FAST) && in SetBlendMode()
5647 int32_t blendApplyTypeValue = static_cast<int32_t>(OHOS::Ace::BlendApplyType::FAST); in SetAdvancedBlendMode()
5650 if (blendApplyTypeNum >= static_cast<int>(OHOS::Ace::BlendApplyType::FAST) && in SetAdvancedBlendMode()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dview_abstract.cpp4752 BlendApplyType value = BlendApplyType::FAST; in GetBlendApplyType()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/unittest/ui/
H A Drs_node_test.cpp5763 RSColorBlendApplyType colorBlendApplyType = RSColorBlendApplyType::FAST;
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_view_abstract.cpp7008 BlendApplyType blendApplyType = BlendApplyType::FAST; in JsBlendMode()
7050 BlendApplyType blendApplyType = BlendApplyType::FAST; in JsAdvancedBlendMode()
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkgraphics2d/
H A Djs-apis-graphics-drawing.md88 | FAST | 1 | 允许采样范围超出源矩形范围,速度较快。 |
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_common_modifier.cpp4910 ViewAbstractModelNG::SetBlendApplyType(frameNode, OHOS::Ace::BlendApplyType::FAST); in ResetBlendMode()
/ohos5.0/docs/en/application-dev/reference/apis-arkgraphics2d/
H A Djs-apis-graphics-drawing.md88 | FAST | 1 | The sampling range is not limited to the source rectangle and can extend …