Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/irregular/
H A Dgrid_irregular_filler.cpp188 auto lineHeightIt = info_->lineHeightMap_.find(row); in UpdateLength() local
189 if (lineHeightIt == info_->lineHeightMap_.end()) { in UpdateLength()
193 len += lineHeightIt->second + mainGap; in UpdateLength()
277 auto lineHeightIt = info_->lineHeightMap_.find(posY_); in MeasureBackward() local
278 if (lineHeightIt == info_->lineHeightMap_.end()) { in MeasureBackward()
282 len += params.mainGap + lineHeightIt->second; in MeasureBackward()
H A Dgrid_irregular_layout_algorithm.cpp421 auto lineHeightIt = info.lineHeightMap_.find(it->first); in LayoutChildren() local
422 if (lineHeightIt == info.lineHeightMap_.end()) { in LayoutChildren()
437 SizeF blockSize = SizeF(crossLens_.at(c), lineHeightIt->second, info.axis_); in LayoutChildren()
455 mainOffset += lineHeightIt->second + mainGap_; in LayoutChildren()