Home
last modified time | relevance | path

Searched refs:pathCmd (Results 1 - 9 of 9) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/shape/
H A Dpath_model_ng.cpp38 void PathModelNG::SetCommands(const std::string& pathCmd) in SetCommands() argument
40 ACE_UPDATE_PAINT_PROPERTY(PathPaintProperty, Commands, pathCmd); in SetCommands()
43 void PathModelNG::SetCommands(FrameNode* frameNode, const std::string& pathCmd) in SetCommands() argument
45 ACE_UPDATE_NODE_PAINT_PROPERTY(PathPaintProperty, Commands, pathCmd, frameNode); in SetCommands()
H A Dpath_model_ng.h27 void SetCommands(const std::string& pathCmd) override;
29 static void SetCommands(FrameNode* frameNode, const std::string& pathCmd);
H A Dpath_model.h30 virtual void SetCommands(const std::string& pathCmd);
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dpath_model_impl.cpp30 void PathModelImpl::SetCommands(const std::string& pathCmd) in SetCommands() argument
36 component->SetPathCmd(pathCmd, option); in SetCommands()
H A Dpath_model_impl.h26 void SetCommands(const std::string& pathCmd) override;
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/cppview/
H A Dshape_abstract.cpp140 NativePath::NativePath(const std::string& pathCmd) : NativeShapeAbstract() in NativePath() argument
143 path->SetValue(pathCmd); in NativePath()
H A Dshape_abstract.h71 explicit NativePath(const std::string& pathCmd);
/foundation/graphic/graphic_utils_lite/interfaces/kits/gfx_utils/diagram/vertexprimitive/
H A Dgeometry_path_storage.h469 uint32_t pathCmd; in JoinPath() local
471 pathCmd = uint32_t(PATH_CMD_LINE_TO); in JoinPath()
473 pathCmd = pathCommand; in JoinPath()
475 vertices_.AddVertex(x, y, pathCmd); in JoinPath()
/foundation/arkui/ace_engine/frameworks/core/components/shape/
H A Dshape_component.h75 void SetPathCmd(const std::string& pathCmd, const AnimationOption& option = AnimationOption()) in SetPathCmd() argument
77 pathCmd_ = AnimatablePath(pathCmd, option); in SetPathCmd()

Completed in 4 milliseconds