Home
last modified time | relevance | path

Searched refs:suffixLens (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/property/
H A Dtemplates_parser.cpp225 std::vector<double> suffixLens; in ParseArgsWithAutoFill() local
237 suffixLens.push_back(sizeItem); in ParseArgsWithAutoFill()
261 lens.insert(lens.end(), suffixLens.begin(), suffixLens.end()); in ParseArgsWithAutoFill()
410 std::vector<double> suffixLens; in ParseArgsWithAutoFit() local
423 suffixLens.push_back(sizeItem); in ParseArgsWithAutoFit()
447 lens.insert(lens.end(), suffixLens.begin(), suffixLens.end()); in ParseArgsWithAutoFit()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/layout/
H A Dtemplates_parser.cpp202 std::vector<double> suffixLens; in ParseArgsWithAutoFill() local
214 suffixLens.push_back(sizeItem); in ParseArgsWithAutoFill()
239 lens.insert(lens.end(), suffixLens.begin(), suffixLens.end()); in ParseArgsWithAutoFill()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/grid_layout/
H A Drender_grid_layout.cpp3366 std::vector<double> suffixLens; in ParseArgsWithAutoFill() local
3377 suffixLens.push_back(sizeItem); in ParseArgsWithAutoFill()
3397 lens.insert(lens.end(), suffixLens.begin(), suffixLens.end()); in ParseArgsWithAutoFill()