Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/property/
H A Dtemplates_parser.cpp246 double sizeNonRepeatGap = GreatNotEqual(countNonRepeat, 0) ? (countNonRepeat - 1) * gap : 0; in ParseArgsWithAutoFill() local
247 double sizeLeft = size - sizeNonRepeatGap - sizeNonRepeat; in ParseArgsWithAutoFill()
430 double sizeNonRepeatGap = GreatNotEqual(countNonRepeat, 0) ? (countNonRepeat - 1) * gap : 0; in ParseArgsWithAutoFit() local
431 double sizeLeft = size - sizeNonRepeatGap - sizeNonRepeat; in ParseArgsWithAutoFit()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/layout/
H A Dtemplates_parser.cpp220 double sizeNonRepeatGap = GreatNotEqual(countNonRepeat, 0) ? (countNonRepeat - 1) * gap : 0; in ParseArgsWithAutoFill() local
221 double sizeLeft = size - sizeNonRepeatGap - sizeNonRepeat; in ParseArgsWithAutoFill()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/grid_layout/
H A Drender_grid_layout.cpp3383 double sizeNonRepeatGap = GreatNotEqual(countNonRepeat, 0) ? (countNonRepeat - 1) * gap : 0; in ParseArgsWithAutoFill() local
3384 double sizeLeft = size - sizeNonRepeatGap - sizeNonRepeat; in ParseArgsWithAutoFill()