Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/property/
H A Dtemplates_parser.cpp221 double sizeNonRepeat = 0.0; in ParseArgsWithAutoFill() local
235 sizeNonRepeat += sizeItem; in ParseArgsWithAutoFill()
247 double sizeLeft = size - sizeNonRepeatGap - sizeNonRepeat; in ParseArgsWithAutoFill()
405 double sizeNonRepeat = 0.0; in ParseArgsWithAutoFit() local
421 sizeNonRepeat += sizeItem; in ParseArgsWithAutoFit()
431 double sizeLeft = size - sizeNonRepeatGap - sizeNonRepeat; in ParseArgsWithAutoFit()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/layout/
H A Dtemplates_parser.cpp198 double sizeNonRepeat = 0.0; in ParseArgsWithAutoFill() local
212 sizeNonRepeat += sizeItem; in ParseArgsWithAutoFill()
221 double sizeLeft = size - sizeNonRepeatGap - sizeNonRepeat; in ParseArgsWithAutoFill()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/grid_layout/
H A Drender_grid_layout.cpp3362 double sizeNonRepeat = 0.0; in ParseArgsWithAutoFill() local
3375 sizeNonRepeat += sizeItem; in ParseArgsWithAutoFill()
3384 double sizeLeft = size - sizeNonRepeatGap - sizeNonRepeat; in ParseArgsWithAutoFill()