Home
last modified time | relevance | path

Searched refs:LIGHTEN (Results 1 – 20 of 20) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/svg/parse/
H A Dsvg_fe_blend.cpp40 case SvgFeBlendMode::LIGHTEN: in GetBlendMode()
41 return RSBlendMode::LIGHTEN; in GetBlendMode()
88 { "lighten", SvgFeBlendMode::LIGHTEN }, in ParseAndSetSpecializedAttr()
H A Dsvg_fe_composite.cpp78 return RSBlendMode::LIGHTEN; in BlendModeForOperator()
H A Dsvg_attributes_parser.h80 LIGHTEN enumerator
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/svg/
H A Dsvg_fe_blend_declaration.h28 LIGHTEN enumerator
67 { "lighten", FeBlendMode::LIGHTEN }, in SetBlendMode()
/ohos5.0/foundation/arkui/ace_engine/test/mock/core/rosen/
H A Dtesting_enums.h38 LIGHTEN, enumerator
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/draw/
H A Dblend_mode.h47 LIGHTEN, enumerator
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
H A Dblend_mode.h46 LIGHTEN, // rc = s + d - min(s*da, d*sa), ra = SRC_OVER enumerator
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/texgine/texgine_drawing/src/
H A Dtexgine_paint.h55 LIGHTEN, enumerator
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/property/
H A Drs_properties_def.h91 LIGHTEN, // rc = s + d - min(s*da, d*sa), ra = SRC_OVER enumerator
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/drawing/enum_napi/
H A Djs_enum.cpp66 { "LIGHTEN", static_cast<int32_t>(BlendMode::LIGHTEN) },
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-ts/
H A Dts-universal-attributes-image-effect.md423 | LIGHTEN | rc = s + d - min(s * da, d * sa), ra = kSrcOver,将源图像和目标图像中的像素进行比较,选取两者中较亮的像素作为最…
427 | SOFT_LIGHT | 根据源像素来决定使用LIGHTEN混合模式还是DARKEN混合模式。 …
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/
H A Dts-universal-attributes-image-effect.md421 | LIGHTEN | rc = s + d - min(s * da, d * sa), ra = kSrcOver: The darker of the pixels (sour…
425 | SOFT_LIGHT | The LIGHTEN or DARKEN mode is used, depending on the source pixels. …
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/svg/
H A Dparse_test_ng.cpp1342 EXPECT_EQ(svgFeBlendDeclaration.blendMode, SvgFeBlendMode::LIGHTEN);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/canvas/
H A Dcustom_paint_paint_method.cpp69 { CompositeOperation::LIGHTER, RSBlendMode::LIGHTEN },
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkgraphics2d/
H A Djs-apis-graphics-drawing.md54 | LIGHTEN | 17 | 变亮模式,rc = s + d - min(s * da, d * sa), ra = s + (1 - sa) * d | ![LIGHTEN](./…
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/custom_paint/
H A Drosen_render_custom_paint.cpp160 { CompositeOperation::LIGHTER, RSBlendMode::LIGHTEN },
H A Drosen_render_offscreen_canvas.cpp127 { CompositeOperation::LIGHTER, RSBlendMode::LIGHTEN },
/ohos5.0/docs/en/application-dev/reference/apis-arkgraphics2d/
H A Djs-apis-graphics-drawing.md54 | LIGHTEN | 17 | Lighten mode. rc = rc = s + d - min(s * da, d * sa), ra = s + (1 - sa) * d |…
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/
H A D_ark_u_i___native_module.md1752 | ARKUI_BLEND_MODE_SOFT_LIGHT | 根据源像素来决定使用LIGHTEN混合模式还是DARKEN混合模式。 |
/ohos5.0/docs/en/application-dev/reference/apis-arkui/
H A D_ark_u_i___native_module.md1723 | ARKUI_BLEND_MODE_SOFT_LIGHT | The LIGHTEN or DARKEN mode is used, depending on the source pixels…