| /foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/ |
| D | cj_path_ffi.cpp | 27 void FfiOHOSAceFrameworkPathCreate(const char* commands) in FfiOHOSAceFrameworkPathCreate() 34 double width, int32_t widthUnit, double height, int32_t heightUnit, const char* commands) in FfiOHOSAceFrameworkPathCreateWithSize() 46 int64_t FfiOHOSAceFrameworkPathInsCreate(const char* commands) in FfiOHOSAceFrameworkPathInsCreate() 56 double width, int32_t widthUnit, double height, int32_t heightUnit, const char* commands) in FfiOHOSAceFrameworkPathInsCreateWithSize() 69 void FfiOHOSAceFrameworkPathSetCommands(const char* commands) in FfiOHOSAceFrameworkPathSetCommands()
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/ |
| D | path_painter.cpp | 37 void PathPainter::DrawPath(RSCanvas& canvas, const std::string& commands, const OffsetF& offset) in DrawPath() 46 SizeF PathPainter::GetPathSize(const std::string& commands) in GetPathSize()
|
| D | sk_painter.cpp | 28 void SkPainter::DrawPath(RSCanvas& canvas, const std::string& commands, const ShapePaintProperty& s… in DrawPath() 256 void SkPainter::DrawPath(RSCanvas& canvas, const std::string& commands, const OffsetF& offset) in DrawPath() 272 SizeF SkPainter::GetPathSize(const std::string& commands) in GetPathSize()
|
| D | rosen_render_context.cpp | 4732 void RosenRenderContext::SetClipBoundsWithCommands(const std::string& commands) 6421 const std::string& commands, const ShapeMaskProperty& property)
|
| /foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
| D | js_path.cpp | 59 JSRef<JSVal> commands = obj->GetProperty("commands"); in Create() local 66 void JSPath::SetCommands(const std::string& commands) in SetCommands() 88 JSRef<JSVal> commands = params->GetProperty("commands"); in ConstructorCallback() local
|
| D | js_path_shape.cpp | 27 JSRef<JSVal> commands = params->GetProperty("commands"); in ConstructorCallback() local
|
| /foundation/arkui/ace_engine/test/mock/core/render/ |
| D | mock_path_painter.cpp | 23 void PathPainter::DrawPath(RSCanvas& canvas, const std::string& commands, const OffsetF& offset) {} in DrawPath() 25 SizeF PathPainter::GetPathSize(const std::string& commands) in GetPathSize()
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/rosen/ |
| D | drawing_painter.cpp | 20 RSCanvas& canvas, const std::string& commands, const ShapePaintProperty& shapePaintProperty) in DrawPath() 132 void DrawingPainter::DrawPath(RSCanvas& canvas, const std::string& commands, const OffsetF& offset) in DrawPath() 144 SizeF DrawingPainter::GetPathSize(const std::string& commands) in GetPathSize()
|
| /foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_shape/src/ |
| D | PathShape.ts | 18 commands?: string; property
|
| /foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_component/src/ |
| D | ArkPath.ts | 21 commands(value: string): this { method in ArkPathComponent
|
| /foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/ |
| D | arkts_native_path_bridge.cpp | 27 std::string commands = secondArg->ToString(vm)->ToString(vm); in SetPathCommands() local
|
| /foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
| D | path_modifier.cpp | 25 void SetPathCommands(ArkUINodeHandle node, ArkUI_CharPtr commands) in SetPathCommands()
|
| D | render_node_modifier.cpp | 438 void SetCommandPathMask(ArkUINodeHandle node, ArkUI_CharPtr commands, ArkUI_Uint32 fillColor, ArkUI… in SetCommandPathMask() 521 void SetCommandPathClip(ArkUINodeHandle node, ArkUI_CharPtr commands) in SetCommandPathClip()
|
| D | node_slider_modifier.cpp | 392 … ArkUINodeHandle node, const char* type, const ArkUI_Float32 (*attribute)[2], const char* commands) in SetSliderBlockPath()
|
| D | node_common_modifier.cpp | 3974 …UINodeHandle node, ArkUI_CharPtr type, const ArkUI_Float32 (*attribute)[2], ArkUI_CharPtr commands, in SetClipPath() 4556 …ArkUI_Float32 strokeWidth, const ArkUI_Float32 (*attribute)[2], ArkUI_CharPtr commands, ArkUI_Int3… in SetMaskPath()
|
| /foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/ |
| D | jsShape.js | 111 commands(commands) { method in PathShape
|
| D | stateMgmt.js | 7051 onDumpInfo(commands) { argument 7107 processOnDumpCommands(commands) { argument
|
| D | arkComponent.js | 30884 commands(value) { method in ArkPathComponent
|
| /foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/dumper/src/ |
| D | dump_helper.cpp | 48 std::vector<std::shared_ptr<CommandNode>> commands; in Dump() local 71 …ParseCommand(const std::vector<std::string> &args, std::vector<std::shared_ptr<CommandNode>> &comm… in ParseCommand() 127 void DumpHelper::GetCommandNodes(int fd, std::vector<std::shared_ptr<CommandNode>> &commands) in GetCommandNodes()
|
| /foundation/communication/netmanager_base/services/netmanagernative/src/netsys/ |
| D | iptables_wrapper.cpp | 127 …IptablesWrapper::RunMutipleCommands(const IpType &ipType, const std::vector<std::string> &commands) in RunMutipleCommands()
|
| /foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_node/src/ |
| D | render_node.ts | 130 commands: string property
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/render/ |
| D | render_context.h | 234 virtual void SetClipBoundsWithCommands(const std::string& commands) {}; in SetClipBoundsWithCommands() 345 … virtual void SetCommandPathMask(const std::string& commands, const ShapeMaskProperty& property) {} in SetCommandPathMask()
|
| /foundation/arkui/ace_engine/frameworks/core/interfaces/arkoala/ |
| D | arkoala_api.h | 482 ArkUI_CharPtr commands; member 509 ArkUI_CharPtr commands; member
|