Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
Dpath_painter.cpp32 void PathPainter::DrawPath(RSCanvas& canvas, const std::string& commands, const OffsetF& offset) in DrawPath()
37 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()
142 void SkPainter::DrawPath(RSCanvas& canvas, const std::string& commands, const OffsetF& offset) in DrawPath()
158 SizeF SkPainter::GetPathSize(const std::string& commands) in GetPathSize()
Drosen_render_context.cpp2897 void RosenRenderContext::SetClipBoundsWithCommands(const std::string& commands)
/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/frameworks/core/components_ng/test/mock/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/communication/dsoftbus/core/connection/wifi_direct/
Dwifi_direct_command_manager.h48 struct ListNode commands; member
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/
Drender_context.h160 virtual void SetClipBoundsWithCommands(const std::string& commands) {}; in SetClipBoundsWithCommands()