/ohos5.0/foundation/arkui/ace_engine/test/mock/core/rosen/ |
H A D | testing_enums.h | 29 DST_OUT, enumerator
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/draw/ |
H A D | blend_mode.h | 38 DST_OUT, enumerator
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/properties/ |
H A D | blend_mode.h | 36 DST_OUT, // r = d * (1-sa) enumerator
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/texgine/texgine_drawing/src/ |
H A D | texgine_paint.h | 46 DST_OUT, enumerator
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/property/ |
H A D | rs_properties_def.h | 81 DST_OUT, // r = d * (1-sa) enumerator
|
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/drawing/enum_napi/ |
H A D | js_enum.cpp | 57 { "DST_OUT", static_cast<int32_t>(BlendMode::DST_OUT) },
|
/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/display/ |
H A D | _display_v10.md | 117 | BLEND_DSTOUT | DST_OUT 混合操作 |
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/drawable/ |
H A D | rs_property_drawable_utils.cpp | 1048 (1 << static_cast<int>(Drawing::BlendMode::DST_OUT)) + in IsDangerousBlendMode() 1056 (1 << static_cast<int>(Drawing::BlendMode::DST_OUT)) + in IsDangerousBlendMode()
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-ts/ |
H A D | ts-universal-attributes-image-effect.md | 414 | DST_OUT | r = d * (1 - sa),只显示目标像素中与源像素不重叠的部分。 |
|
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/tabtitlebar/source/ |
H A D | tabtitlebar.ets | 80 .blendMode(BlendMode.DST_OUT)
|
/ohos5.0/drivers/interface/display/composer/v1_0/ |
H A D | DisplayComposerType.idl | 222 BLEND_DSTOUT, /**< DST_OUT blending */
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/display_composer_v1_0/foo/display/composer/v1_0/ |
H A D | DisplayComposerType.idl | 222 BLEND_DSTOUT, /**< DST_OUT blending */
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/display_composer_v1_1/foo/display/composer/v1_0/ |
H A D | DisplayComposerType.idl | 222 BLEND_DSTOUT, /**< DST_OUT blending */
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/property/ |
H A D | rs_properties_painter.cpp | 1922 (1 << static_cast<int>(Drawing::BlendMode::DST_OUT)) + in IsDangerousBlendMode() 1930 (1 << static_cast<int>(Drawing::BlendMode::DST_OUT)) + in IsDangerousBlendMode()
|
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/tabtitlebar/interfaces/ |
H A D | tabtitlebar.js | 144 Column.blendMode(BlendMode.DST_OUT);
|
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/filter/source/ |
H A D | filter.ets | 117 .blendMode(BlendMode.DST_OUT)
|
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/filter/interfaces/ |
H A D | filter.js | 154 Column.blendMode(BlendMode.DST_OUT);
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkgraphics2d/ |
H A D | js-apis-graphics-drawing.md | 45 | DST_OUT | 8 | r = d * (1 - sa) | ;
|
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/ |
H A D | ts-universal-attributes-image-effect.md | 412 | DST_OUT | r = d * (1 - sa): Only the part of the target pixels that do not overlap with t…
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/canvas/ |
H A D | custom_paint_paint_method.cpp | 68 { CompositeOperation::DESTINATION_OUT, RSBlendMode::DST_OUT },
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/custom_paint/ |
H A D | rosen_render_custom_paint.cpp | 159 { CompositeOperation::DESTINATION_OUT, RSBlendMode::DST_OUT },
|
H A D | rosen_render_offscreen_canvas.cpp | 126 { CompositeOperation::DESTINATION_OUT, RSBlendMode::DST_OUT },
|
/ohos5.0/docs/en/application-dev/reference/apis-arkgraphics2d/ |
H A D | js-apis-graphics-drawing.md | 45 | DST_OUT | 8 | r = d * (1 - sa) | ;
|