Home
last modified time | relevance | path

Searched defs:commands (Results 1 – 17 of 17) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
Dpath_painter.cpp40 void PathPainter::DrawPath(RSCanvas& canvas, const std::string& commands, const OffsetF& offset) in DrawPath()
49 SizeF PathPainter::GetPathSize(const std::string& commands) in GetPathSize()
Dsk_painter.cpp28 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()
Drosen_render_context.cpp3485 void RosenRenderContext::SetClipBoundsWithCommands(const std::string& commands)
4870 const std::string& commands, const ShapeMaskProperty& property)
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
Djs_path.cpp59 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
/foundation/arkui/ace_engine/test/mock/core/render/
Dmock_path_painter.cpp23 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/
Ddrawing_painter.cpp23 RSCanvas& canvas, const std::string& commands, const ShapePaintProperty& shapePaintProperty) in DrawPath()
135 void DrawingPainter::DrawPath(RSCanvas& canvas, const std::string& commands, const OffsetF& offset) in DrawPath()
147 SizeF DrawingPainter::GetPathSize(const std::string& commands) in GetPathSize()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_component/src/
DArkPath.ts21 commands(value: string): this { method in ArkPathComponent
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
Dpath_modifier.cpp25 void SetPathCommands(NodeHandle node, const char* commands) in SetPathCommands()
Drender_node_modifier.cpp314 NodeHandle node, const std::string& commands, const ShapeMaskProperty& property) in SetCommandPathMask()
Dnode_common_modifier.cpp2869 …pPath(ArkUINodeHandle node, const char* type, const ArkUI_Float32* attribute, const char* commands) in SetClipPath()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
Darkts_native_path_bridge.cpp29 std::string commands = secondArg->ToString(vm)->ToString(); in SetPathCommands() local
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/dumper/src/
Ddump_helper.cpp48 std::vector<std::shared_ptr<CommandNode>> commands; in Dump() local
70 …ParseCommand(const std::vector<std::string> &args, std::vector<std::shared_ptr<CommandNode>> &comm… in ParseCommand()
126 void DumpHelper::GetCommandNodes(int fd, std::vector<std::shared_ptr<CommandNode>> &commands) in GetCommandNodes()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_node/src/
Drender_node.ts113 commands: string property
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/
Drender_context.h189 virtual void SetClipBoundsWithCommands(const std::string& commands) {}; in SetClipBoundsWithCommands()
279 … virtual void SetCommandPathMask(const std::string& commands, const ShapeMaskProperty& property) {} in SetCommandPathMask()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
DstateMgmt.js5930 onDumpInfo(commands) { argument
5985 processOnDumpCommands(commands) { argument
DarkComponent.js19149 commands(value) { method in ArkPathComponent
/foundation/arkui/ace_engine/interfaces/native/node/
Dstyle_modifier.cpp707 std::string commands(attributeProps[NUM_2]); in SetClip() local