/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/draw/ |
H A D | canvas_test.cpp | 389 BlendMode::SRC, SamplingOptions(), nullptr); 393 BlendMode::SRC, SamplingOptions(), &cullRect); 395 BlendMode::SRC, SamplingOptions(), &cullRect); 397 BlendMode::SRC, SamplingOptions(), &cullRect); 399 BlendMode::SRC, SamplingOptions(), &cullRect); 401 BlendMode::SRC, SamplingOptions(), &cullRect); 403 BlendMode::SRC, SamplingOptions(), &cullRect);
|
/ohos5.0/foundation/communication/bluetooth_service/test/example/bluetoothtest/doc/ProfileDoc/ |
H A D | Profile功能界面使用说明文档.md | 60 - Source(源)(SRC)–当设备用作数字音频流的源时,即为SRC,该数字音频流被传送到微微网的SNK。 61 - Sink(槽)(SNK)–当设备充当同一微微网上从SRC传送的数字音频流的接收器时,它就是SNK。
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ets/ets/pages/ |
H A D | testbase.ts | 217 brush.setBlendMode(drawing.BlendMode.SRC); 219 …let filter = drawing.ColorFilter.createBlendModeColorFilter(blendModeColor, drawing.BlendMode.SRC); 253 pen.setBlendMode(drawing.BlendMode.SRC); 255 …let filter = drawing.ColorFilter.createBlendModeColorFilter(blendModeColor, drawing.BlendMode.SRC);
|
/ohos5.0/foundation/multimedia/media_foundation/test/unittest/ |
H A D | CMakeLists.txt | 44 set(SRC variable 52 add_executable(histreamer_unittest ${SRC})
|
/ohos5.0/foundation/arkui/ace_engine/test/mock/core/rosen/ |
H A D | testing_enums.h | 22 SRC, enumerator
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/draw/ |
H A D | blend_mode.h | 31 SRC, enumerator
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/properties/ |
H A D | blend_mode.h | 29 SRC, // r = s enumerator
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/effect/ |
H A D | color_filter_test.cpp | 63 …to colorFilter = ColorFilter::CreateBlendModeColorFilter(10, OHOS::Rosen::Drawing::BlendMode::SRC); 232 ColorFilter::FilterType::SRGB_GAMMA_TO_LINEAR, 2, OHOS::Rosen::Drawing::BlendMode::SRC);
|
H A D | shader_effect_test.cpp | 356 … ShaderEffect::ShaderEffectType::RADIAL_GRADIENT, shaderEffect3, shaderEffect4, BlendMode::SRC); 372 … ShaderEffect::ShaderEffectType::SWEEP_GRADIENT, shaderEffect3, shaderEffect4, BlendMode::SRC);
|
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/ |
H A D | extension_form_profile.h | 31 constexpr const char* SRC = "src"; variable
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/texgine/texgine_drawing/src/ |
H A D | texgine_paint.h | 39 SRC, enumerator
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/property/ |
H A D | rs_properties_def.h | 74 SRC, // r = s enumerator
|
/ohos5.0/foundation/arkui/ace_engine/interfaces/inner_api/drawable_descriptor/ |
H A D | drawable_descriptor.cpp | 524 brush.SetBlendMode(Rosen::Drawing::BlendMode::SRC); in CompositeIconAdaptive() 592 brush.SetBlendMode(Rosen::Drawing::BlendMode::SRC); in CompositeIconNotAdaptive() 685 brush.SetBlendMode(Rosen::Drawing::BlendMode::SRC); in GetCompositePixelMapWithBadge()
|
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/drawing/enum_napi/ |
H A D | js_enum.cpp | 50 { "SRC", static_cast<int32_t>(BlendMode::SRC) },
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/pipeline/ |
H A D | rs_canvas_render_node_test.cpp | 181 return Drawing::BlendMode::SRC; in __anonfffa92db0102()
|
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/base/ |
H A D | keys.h | 267 KEYWORD(SRC, src) // common attributes, use for image view, video compnent
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-ts/ |
H A D | ts-basic-components-imagespan.md | 301 …createBlendModeColorFilter({ alpha: 255, red: 112, green: 112, blue: 112 }, drawing.BlendMode.SRC))
|
H A D | ts-universal-attributes-image-effect.md | 407 | SRC | r = s,只显示源像素。 |
|
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/ |
H A D | extension_form_profile.cpp | 171 ExtensionFormProfileReader::SRC, in from_json()
|
/ohos5.0/base/theme/wallpaper_mgr/services/src/ |
H A D | wallpaper_service.cpp | 118 constexpr const char *SRC = "src"; variable 1670 if (root.contains(IMAGE) && root[IMAGE].contains(SRC)) { in GetWallpaperPathInJson() 1671 std::string srcValue = root[IMAGE][SRC]; in GetWallpaperPathInJson()
|
/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/display/ |
H A D | _display_v10.md | 111 | BLEND_SRC | SRC 混合操作 |
|
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/ |
H A D | ts-basic-components-imagespan.md | 301 …createBlendModeColorFilter({ alpha: 255, red: 112, green: 112, blue: 112 }, drawing.BlendMode.SRC))
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/drawable/ |
H A D | rs_surface_render_node_drawable.cpp | 966 brush.SetBlendMode(Drawing::BlendMode::SRC); in EnableGpuOverDrawDrawBufferOptimization()
|
/ohos5.0/drivers/interface/display/composer/v1_0/ |
H A D | DisplayComposerType.idl | 216 BLEND_SRC, /**< SRC blending */
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/display_composer_v1_0/foo/display/composer/v1_0/ |
H A D | DisplayComposerType.idl | 216 BLEND_SRC, /**< SRC blending */
|