Searched refs:pathCmd (Results 1 - 9 of 9) sorted by relevance
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/shape/ |
H A D | path_model_ng.cpp | 38 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 D | path_model_ng.h | 27 void SetCommands(const std::string& pathCmd) override; 29 static void SetCommands(FrameNode* frameNode, const std::string& pathCmd);
|
H A D | path_model.h | 30 virtual void SetCommands(const std::string& pathCmd);
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/ |
H A D | path_model_impl.cpp | 30 void PathModelImpl::SetCommands(const std::string& pathCmd) in SetCommands() argument 36 component->SetPathCmd(pathCmd, option); in SetCommands()
|
H A D | path_model_impl.h | 26 void SetCommands(const std::string& pathCmd) override;
|
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/cppview/ |
H A D | shape_abstract.cpp | 140 NativePath::NativePath(const std::string& pathCmd) : NativeShapeAbstract() in NativePath() argument 143 path->SetValue(pathCmd); in NativePath()
|
H A D | shape_abstract.h | 71 explicit NativePath(const std::string& pathCmd);
|
/foundation/graphic/graphic_utils_lite/interfaces/kits/gfx_utils/diagram/vertexprimitive/ |
H A D | geometry_path_storage.h | 469 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 D | shape_component.h | 75 void SetPathCmd(const std::string& pathCmd, const AnimationOption& option = AnimationOption()) in SetPathCmd() argument 77 pathCmd_ = AnimatablePath(pathCmd, option); in SetPathCmd()
|
Completed in 4 milliseconds