Searched refs:ParseAutoFill (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 | 51 …static std::vector<double> ParseAutoFill(const std::vector<std::string>& strs, double size, double…
|
H A D | templates_parser.cpp | 271 return ParseAutoFill(strs, size, gap); in ParseArgs() 337 std::vector<double> TemplatesParser::ParseAutoFill(const std::vector<std::string>& strs, double siz… in ParseAutoFill() function in OHOS::Ace::TemplatesParser
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/property/ |
H A D | templates_parser.cpp | 289 std::pair<std::vector<double>, double> ParseAutoFill(const std::vector<std::string>& strs, double s… in ParseAutoFill() function 353 return ParseAutoFill(strs, size, gap); in ParseArgsWithoutAutoFill()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/grid_layout/ |
H A D | render_grid_layout.h | 272 … std::vector<double> ParseAutoFill(const std::vector<std::string>& strs, double size, double gap);
|
H A D | render_grid_layout.cpp | 566 return ParseAutoFill(strs, size, gap); in ParseArgsInner() 632 std::vector<double> RenderGridLayout::ParseAutoFill(const std::vector<std::string>& strs, double si… in ParseAutoFill() function in OHOS::Ace::RenderGridLayout
|