Searched refs:MULTIPLY (Results 1 - 9 of 9) sorted by relevance
/foundation/arkui/ace_engine/frameworks/core/components_ng/svg/parse/ |
H A D | svg_fe_blend.cpp | 34 case SvgFeBlendMode::MULTIPLY: in GetBlendMode() 35 return RSBlendMode::MULTIPLY; in GetBlendMode() 89 { "multiply", SvgFeBlendMode::MULTIPLY }, in ParseAndSetSpecializedAttr()
|
H A D | svg_attributes_parser.h | 81 MULTIPLY, member in OHOS::Ace::NG::SvgFeBlendMode
|
/foundation/arkui/ace_engine/frameworks/core/components/declaration/svg/ |
H A D | svg_fe_blend_declaration.h | 25 MULTIPLY, member in OHOS::Ace::FeBlendMode 68 { "multiply", FeBlendMode::MULTIPLY }, in SetBlendMode()
|
/foundation/arkui/ace_engine/test/mock/core/rosen/ |
H A D | testing_enums.h | 45 MULTIPLY, member in OHOS::Ace::Testing::BlendMode
|
/foundation/arkui/ace_engine/frameworks/core/components/common/properties/ |
H A D | blend_mode.h | 54 MULTIPLY, // r = s*(1-da) + d*(1-sa) + s*d member in OHOS::Ace::BlendMode
|
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/draw/ |
H A D | blend_mode.h | 54 MULTIPLY, member in OHOS::Rosen::Drawing::BlendMode
|
/foundation/graphic/graphic_2d/rosen/modules/texgine/texgine_drawing/src/ |
H A D | texgine_paint.h | 62 MULTIPLY,
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/property/ |
H A D | rs_properties_def.h | 98 MULTIPLY, // r = s*(1-da) + d*(1-sa) + s*d member in OHOS::Rosen::Gravity::RSColorBlendMode
|
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/drawing/enum_napi/ |
H A D | js_enum.cpp | 73 { "MULTIPLY", static_cast<int32_t>(BlendMode::MULTIPLY) },
|
Completed in 4 milliseconds