Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
Djs_path.cpp55 JSRef<JSVal> commands = obj->GetProperty("commands"); in Create() local
62 void JSPath::SetCommands(const std::string& commands) in SetCommands()
84 JSRef<JSVal> commands = params->GetProperty("commands"); in ConstructorCallback() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/
Dsk_painter.cpp29 void SkPainter::DrawPath(RSCanvas& canvas, const std::string& commands, const ShapePaintProperty& s… in DrawPath()
Drender_context.h130 virtual void SetClipBoundsWithCommands(const std::string& commands) {}; in SetClipBoundsWithCommands()
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
Drosen_render_context.cpp1596 void RosenRenderContext::SetClipBoundsWithCommands(const std::string& commands) in SetClipBoundsWithCommands()