Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/layout/
H A Dtemplates_parser.cpp301 auto prSize = sizeNoGap * num / FULL_PERCENT; in ParseArgs() local
302 lens.push_back(prSize); in ParseArgs()
304 sizeLeft -= prSize; in ParseArgs()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/property/
H A Dtemplates_parser.cpp381 auto prSize = sizeNoGap * num / FULL_PERCENT; in ParseArgsWithoutAutoFill() local
382 lens.push_back(prSize); in ParseArgsWithoutAutoFill()
384 sizeLeft -= prSize; in ParseArgsWithoutAutoFill()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/grid_layout/
H A Drender_grid_layout.cpp594 auto prSize = size * num / FULL_PERCENT; in ParseArgsInner() local
595 lens.push_back(prSize); in ParseArgsInner()
597 sizeLeft -= prSize; in ParseArgsInner()