/foundation/ai/ai_engine/services/server/plugin_manager/source/ |
H A D | plugin_label.cpp | 24 const std::string PLUS = "+"; member 59 std::string label = aid + PLUS + std::to_string(version); in GetLibPath()
|
/foundation/arkui/ace_engine/test/mock/core/rosen/ |
H A D | testing_enums.h | 33 PLUS, member in OHOS::Ace::Testing::BlendMode
|
/foundation/arkui/ace_engine/frameworks/core/components/common/properties/ |
H A D | blend_mode.h | 40 PLUS, // r = min(s + d, 1) member in OHOS::Ace::BlendMode
|
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/draw/ |
H A D | blend_mode.h | 42 PLUS, member in OHOS::Rosen::Drawing::BlendMode
|
/foundation/ability/idl_tool/idl_tool_2/ast/ |
H A D | ast_expr.h | 35 PLUS, // +
member in OHOS::Idl::UnaryOpKind
|
H A D | ast_expr.cpp | 41 case UnaryOpKind::PLUS:
in UnaryOpToString()
|
/foundation/graphic/graphic_2d/rosen/modules/texgine/texgine_drawing/src/ |
H A D | texgine_paint.h | 50 PLUS,
|
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/draw/ |
H A D | brush_test.cpp | 414 brush->SetBlendMode(BlendMode::PLUS); in HWTEST_F() 416 EXPECT_TRUE(blendMode == BlendMode::PLUS); in HWTEST_F()
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/property/ |
H A D | rs_properties_def.h | 85 PLUS, // r = min(s + d, 1) member in OHOS::Rosen::Gravity::RSColorBlendMode
|
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/drawing/enum_napi/ |
H A D | js_enum.cpp | 61 { "PLUS", static_cast<int32_t>(BlendMode::PLUS) },
|
/foundation/arkui/ace_engine/frameworks/core/components/image/ |
H A D | rosen_render_image.cpp | 778 RSBlendMode::PLUS));
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/rosen/ |
H A D | drawing_decoration_painter.cpp | 992 RSBlendMode::PLUS)); in PaintColorBlend() member in OHOS::Ace::NG::RSBlendMode
|
/foundation/ability/idl_tool/idl_tool_2/parser/ |
H A D | parser.cpp | 1710 expr->op_ = UnaryOpKind::PLUS;
in ParseUnaryExpr()
|
/foundation/arkui/ace_engine/frameworks/core/components/common/painter/ |
H A D | rosen_decoration_painter.cpp | 1553 RSColorFilter::CreateBlendModeColorFilter(colorBlend.GetValue(), RSBlendMode::PLUS); in PaintColorBlend()
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/property/ |
H A D | rs_properties.cpp | 3648 Drawing::BlendMode::PLUS); in GenerateColorFilter()
|