Searched refs:ParseArgsWithAutoFill (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/layout/ |
H A D | templates_parser.h | 55 std::vector<double> ParseArgsWithAutoFill(const std::string& args, double size, double gap);
|
H A D | templates_parser.cpp | 188 std::vector<double> TemplatesParser::ParseArgsWithAutoFill(const std::string& args, double size, do… in ParseArgsWithAutoFill() function in OHOS::Ace::TemplatesParser 252 return ParseArgsWithAutoFill(args, size, gap); in ParseArgs()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/property/ |
H A D | templates_parser.cpp | 210 std::pair<std::vector<double>, double> ParseArgsWithAutoFill( in ParseArgsWithAutoFill() function 497 return ParseArgsWithAutoFill(args, size, gap, childrenCount); in ParseTemplateArgs()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/grid_layout/ |
H A D | render_grid_layout.h | 620 std::vector<double> ParseArgsWithAutoFill(const std::string& args, double size, double gap);
|
H A D | render_grid_layout.cpp | 3350 std::vector<double> RenderGridLayout::ParseArgsWithAutoFill(const std::string& args, double size, d… in ParseArgsWithAutoFill() function in OHOS::Ace::RenderGridLayout 3404 return ParseArgsWithAutoFill(args, size, gap); in ParseArgs()
|