/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/svg/parse/ |
H A D | svg_fe_blend.cpp | 40 case SvgFeBlendMode::LIGHTEN: in GetBlendMode() 41 return RSBlendMode::LIGHTEN; in GetBlendMode() 88 { "lighten", SvgFeBlendMode::LIGHTEN }, in ParseAndSetSpecializedAttr()
|
H A D | svg_fe_composite.cpp | 78 return RSBlendMode::LIGHTEN; in BlendModeForOperator()
|
H A D | svg_attributes_parser.h | 80 LIGHTEN enumerator
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/svg/ |
H A D | svg_fe_blend_declaration.h | 28 LIGHTEN enumerator 67 { "lighten", FeBlendMode::LIGHTEN }, in SetBlendMode()
|
/ohos5.0/foundation/arkui/ace_engine/test/mock/core/rosen/ |
H A D | testing_enums.h | 38 LIGHTEN, enumerator
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/draw/ |
H A D | blend_mode.h | 47 LIGHTEN, enumerator
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/properties/ |
H A D | blend_mode.h | 46 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 D | texgine_paint.h | 55 LIGHTEN, enumerator
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/property/ |
H A D | rs_properties_def.h | 91 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 D | js_enum.cpp | 66 { "LIGHTEN", static_cast<int32_t>(BlendMode::LIGHTEN) },
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-ts/ |
H A D | ts-universal-attributes-image-effect.md | 423 | 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 D | ts-universal-attributes-image-effect.md | 421 | 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 D | parse_test_ng.cpp | 1342 EXPECT_EQ(svgFeBlendDeclaration.blendMode, SvgFeBlendMode::LIGHTEN);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/canvas/ |
H A D | custom_paint_paint_method.cpp | 69 { CompositeOperation::LIGHTER, RSBlendMode::LIGHTEN },
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkgraphics2d/ |
H A D | js-apis-graphics-drawing.md | 54 | LIGHTEN | 17 | 变亮模式,rc = s + d - min(s * da, d * sa), ra = s + (1 - sa) * d | , ra = s + (1 - sa) * d |…
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/ |
H A D | _ark_u_i___native_module.md | 1752 | ARKUI_BLEND_MODE_SOFT_LIGHT | 根据源像素来决定使用LIGHTEN混合模式还是DARKEN混合模式。 |
|
/ohos5.0/docs/en/application-dev/reference/apis-arkui/ |
H A D | _ark_u_i___native_module.md | 1723 | ARKUI_BLEND_MODE_SOFT_LIGHT | The LIGHTEN or DARKEN mode is used, depending on the source pixels…
|