Home
last modified time | relevance | path

Searched refs:mainLength_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/wrap/
H A Drender_wrap.h30 : mainLength_(mainLength), crossLength_(crossLength), count_(count), itemList_(itemList) in ContentInfo()
33 double mainLength_ = 0.0; member
H A Drender_wrap.cpp474 currentMainSpaceLength = mainLengthLimit_ - content.mainLength_; in TraverseContent()