Home
last modified time | relevance | path

Searched refs:PLUS (Results 1 – 25 of 28) sorted by relevance

12

/ohos5.0/foundation/ai/ai_engine/services/server/plugin_manager/source/
H A Dplugin_label.cpp24 const std::string PLUS = "+"; variable
59 std::string label = aid + PLUS + std::to_string(version); in GetLibPath()
/ohos5.0/foundation/arkui/ace_engine/test/mock/core/rosen/
H A Dtesting_enums.h33 PLUS, enumerator
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/draw/
H A Dblend_mode.h42 PLUS, enumerator
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
H A Dblend_mode.h40 PLUS, // r = min(s + d, 1) enumerator
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/texgine/texgine_drawing/src/
H A Dtexgine_paint.h50 PLUS, enumerator
/ohos5.0/foundation/ability/idl_tool/idl_tool_2/ast/
H A Dast_expr.h35 PLUS, // + enumerator
H A Dast_expr.cpp41 case UnaryOpKind::PLUS: in UnaryOpToString()
/ohos5.0/drivers/hdf_core/framework/tools/hdi-gen/ast/
H A Dast_expr.h28 PLUS, // + enumerator
H A Dast_expr.cpp34 case UnaryOpKind::PLUS: in UnaryOpToString()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/draw/
H A Dbrush_test.cpp414 brush->SetBlendMode(BlendMode::PLUS);
416 EXPECT_TRUE(blendMode == BlendMode::PLUS);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/property/
H A Drs_properties_def.h85 PLUS, // r = min(s + d, 1) enumerator
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/drawing/enum_napi/
H A Djs_enum.cpp61 { "PLUS", static_cast<int32_t>(BlendMode::PLUS) },
/ohos5.0/commonlibrary/rust/ylong_json/src/
H A Dconsts.rs21 pub(crate) const PLUS: u8 = b'+';
H A Dstates.rs410 Some(PLUS | MINUS) => deserializer.reader.discard(), in parse_number()
/ohos5.0/docs/zh-cn/device-dev/subsystems/
H A Dsubsys-application-framework-guide.md157 if (funcId == PLUS) {
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-ts/
H A Dts-universal-attributes-image-effect.md418 | PLUS | r = min(s + d, 1),将源像素值与目标像素值相加,并将结果作为新的像素值。 |
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/rosen/
H A Ddrawing_decoration_painter.cpp992 RSBlendMode::PLUS)); in PaintColorBlend()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/image/
H A Drosen_render_image.cpp778 RSBlendMode::PLUS));
/ohos5.0/drivers/hdf_core/framework/tools/hdi-gen/parser/
H A Dparser.cpp1493 expr->op_ = UnaryOpKind::PLUS; in ParseUnaryExpr()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_mgr_host_impl.cpp51 const std::string PLUS = "+"; variable
4607 dataDir = CLONE_APP_DIR_PREFIX + std::to_string(appIndex) + PLUS + bundleName; in GetDirForApp()
H A Dbundle_data_mgr.cpp113 const std::string PLUS = "+"; variable
9161 dataDir = ATOMIC_SERVICE_DIR_PREFIX + accountInfo.uid_ + PLUS + bundleName; in GetDirForAtomicService()
9194 dataDir = ATOMIC_SERVICE_DIR_PREFIX + accountInfo.uid_ + PLUS + bundleName; in GetDirForAtomicServiceByUserId()
9204 return CLONE_APP_DIR_PREFIX + std::to_string(appIndex) + PLUS + bundleName; in GetDirForApp()
/ohos5.0/foundation/ability/idl_tool/idl_tool_2/parser/
H A Dparser.cpp1710 expr->op_ = UnaryOpKind::PLUS; in ParseUnaryExpr()
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/
H A Dts-universal-attributes-image-effect.md416 | PLUS | r = min(s + d, 1): New pixels resulting from adding the source pixels to the ta…
/ohos5.0/docs/en/device-dev/subsystems/
H A Dsubsys-application-framework-guide.md338 if (funcId == PLUS) {
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkgraphics2d/
H A Djs-apis-graphics-drawing.md49 | PLUS | 12 | r = min(s + d, 1) | ![PLUS](./fig…

12