/ohos5.0/docs/zh-cn/release-notes/changelogs/OpenHarmony_4.1.6.3/ |
H A D | changelogs-blendMode.md | 16 1、使用blendMode接口时,开发者调用接口枚举发生变化。枚举NORMAL变为NONE,SOURCE_IN变为SRC_IN, DESTINATION_IN变为DST_IN。<br> 33 1、开发者需将原先调用枚举由NORMAL改为NONE,SOURCE_IN改为SRC_IN,DESTINATION_IN改为DST_IN。<br>
|
/ohos5.0/foundation/arkui/ace_engine/test/mock/core/rosen/ |
H A D | testing_enums.h | 27 DST_IN, enumerator
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/draw/ |
H A D | blend_mode.h | 36 DST_IN, enumerator
|
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_4.1.6.3/ |
H A D | changelogs-blendMode.md | 16 … **NONE**, **SOURCE_IN** is changed to **SRC_IN**, and **DESTINATION_IN** is changed to **DST_IN**. 33 …, change **NORMAL** to **NONE**, **SOURCE_IN** to **SRC_IN**, and **DESTINATION_IN** to **DST_IN**.
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/properties/ |
H A D | blend_mode.h | 34 DST_IN, // r = d * sa enumerator
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/texgine/texgine_drawing/src/ |
H A D | texgine_paint.h | 44 DST_IN, enumerator
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/pipeline/ |
H A D | rs_canvas_render_node_test.cpp | 174 { static_cast<int>(RSColorBlendMode::DST_IN), Drawing::BlendMode::DST_IN }, in __anonfffa92db0102()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/ |
H A D | rs_particles_drawable.cpp | 216 …as.DrawAtlas(circleImage_.get(), rsxform, tex, colors, MAX_ATLAS_COUNT, Drawing::BlendMode::DST_IN, in DrawCircle() 223 …canvas.DrawAtlas(circleImage_.get(), rsxform, tex, colors, pointCount_, Drawing::BlendMode::DST_IN, in DrawCircle()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scrollable/ |
H A D | scrollable_paint_method.cpp | 71 overlayRenderContext_->UpdateBackBlendMode(BlendMode::DST_IN); in UpdateFadingGradient()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/property/ |
H A D | rs_properties_def.h | 79 DST_IN, // r = d * sa enumerator
|
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/drawing/enum_napi/ |
H A D | js_enum.cpp | 55 { "DST_IN", static_cast<int32_t>(BlendMode::DST_IN) },
|
/ohos5.0/foundation/arkui/ace_engine/interfaces/inner_api/drawable_descriptor/ |
H A D | drawable_descriptor.cpp | 537 brush.SetBlendMode(Rosen::Drawing::BlendMode::DST_IN); in CompositeIconAdaptive() 598 brush.SetBlendMode(Rosen::Drawing::BlendMode::DST_IN); in CompositeIconNotAdaptive()
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-ts/ |
H A D | ts-universal-attributes-background.md | 569 .blendMode(BlendMode.DST_IN, BlendApplyType.OFFSCREEN)
|
H A D | ts-universal-attributes-image-effect.md | 412 | DST_IN | r = d * sa,只显示目标像素中与源像素重叠的部分。 |
|
/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/display/ |
H A D | _display_v10.md | 115 | BLEND_DSTIN | DST_IN 混合操作 |
|
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/chipgroup/interfaces/ |
H A D | chipgroup.js | 866 Stack.blendMode(BlendMode.DST_IN, BlendApplyType.OFFSCREEN);
|
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/chipgroup/source/ |
H A D | chipgroup.ets | 635 .blendMode(BlendMode.DST_IN, BlendApplyType.OFFSCREEN)
|
/ohos5.0/drivers/interface/display/composer/v1_0/ |
H A D | DisplayComposerType.idl | 220 BLEND_DSTIN, /**< DST_IN blending */
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/display_composer_v1_0/foo/display/composer/v1_0/ |
H A D | DisplayComposerType.idl | 220 BLEND_DSTIN, /**< DST_IN blending */
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/display_composer_v1_1/foo/display/composer/v1_0/ |
H A D | DisplayComposerType.idl | 220 BLEND_DSTIN, /**< DST_IN blending */
|
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/ |
H A D | ts-universal-attributes-background.md | 558 .blendMode(BlendMode.DST_IN, BlendApplyType.OFFSCREEN)
|
H A D | ts-universal-attributes-image-effect.md | 410 | DST_IN | r = d * sa: Only the part of the target pixels that overlap with the source pix…
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/drawable/ |
H A D | rs_property_drawable_utils.cpp | 1054 (1 << static_cast<int>(Drawing::BlendMode::DST_IN)) + in IsDangerousBlendMode()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/property/ |
H A D | rs_properties_painter.cpp | 1928 (1 << static_cast<int>(Drawing::BlendMode::DST_IN)) + in IsDangerousBlendMode()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/canvas/ |
H A D | custom_paint_paint_method.cpp | 67 { CompositeOperation::DESTINATION_IN, RSBlendMode::DST_IN },
|