/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-ts/ |
H A D | ts-universal-attributes-image-effect-sys.md | 28 …| 否 | blendMode实现方式是否离屏。<br/>默认值:BlendApplyType.FAST<br/>**说明:**<br/>1. 设置BlendApplyType.FAS… 72 Text(String.fromCodePoint(0x1F600) + 'FAST')
|
H A D | ts-universal-attributes-image-effect.md | 240 …| 否 | blendMode实现方式是否离屏。<br/>默认值:BlendApplyType.FAST<br/>**说明:**<br/>1. 设置BlendApplyType.FAS… 254 | FAST | 在目标图像上按顺序混合视图的内容。 |
|
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/ |
H A D | ts-universal-attributes-image-effect-sys.md | 28 …nted offscreen.<br>Default value: **BlendApplyType.FAST**<br>**NOTE**<br>1. When **BlendApplyType.… 71 Text(String.fromCodePoint(0x1F600) + 'FAST')
|
H A D | ts-universal-attributes-image-effect.md | 240 …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 D | blend_mode.h | 66 …FAST = 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 D | media_asset_data_handler.h | 32 FAST = 0, enumerator
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/property/ |
H A D | rs_properties_def.h | 110 …FAST, // 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 D | audio_adapter_info.h | 127 FAST, enumerator
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/drawable/ |
H A D | rs_property_drawable_utils.cpp | 1061 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 D | rs_misc_drawable.cpp | 359 properties.GetColorBlendApplyType() == static_cast<int>(RSColorBlendApplyType::FAST)) { in OnUpdate()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/property/ |
H A D | rs_property_drawable_bounds_geometry.cpp | 1039 if (blendModeApplyType == static_cast<int>(RSColorBlendApplyType::FAST)) { in BlendSaveDrawableGenerate() 1090 …tiesPainter::IsDangerousBlendMode(blendMode_ - 1, static_cast<int>(RSColorBlendApplyType::FAST))) { in Draw()
|
H A D | rs_properties_painter.cpp | 1935 if (blendApplyType == static_cast<int>(RSColorBlendApplyType::FAST)) { in IsDangerousBlendMode()
|
/ohos5.0/foundation/multimedia/audio_framework/services/audio_policy/server/src/service/config/ |
H A D | audio_policy_parser.cpp | 808 return StreamType::FAST; in GetStreamTypeAsInt()
|
/ohos5.0/foundation/multimedia/media_library/frameworks/js/src/ |
H A D | media_asset_manager_napi.cpp | 845 case DeliveryMode::FAST: in OnHandleRequestImage() 881 case DeliveryMode::FAST: in OnHandleRequestVideo()
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/base/ |
H A D | view_abstract_test_ng.cpp | 186 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 D | canvastest.ts | 554 … 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 D | arkts_native_common_bridge.cpp | 5603 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 D | view_abstract.cpp | 4752 BlendApplyType value = BlendApplyType::FAST; in GetBlendApplyType()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/unittest/ui/ |
H A D | rs_node_test.cpp | 5763 RSColorBlendApplyType colorBlendApplyType = RSColorBlendApplyType::FAST;
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_view_abstract.cpp | 7008 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 D | js-apis-graphics-drawing.md | 88 | FAST | 1 | 允许采样范围超出源矩形范围,速度较快。 |
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | node_common_modifier.cpp | 4910 ViewAbstractModelNG::SetBlendApplyType(frameNode, OHOS::Ace::BlendApplyType::FAST); in ResetBlendMode()
|
/ohos5.0/docs/en/application-dev/reference/apis-arkgraphics2d/ |
H A D | js-apis-graphics-drawing.md | 88 | FAST | 1 | The sampling range is not limited to the source rectangle and can extend …
|