Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/irregular/
H A Dgrid_irregular_layout_algorithm.cpp393 …StartOffset(const std::map<int32_t, float>& lineHeights, int32_t startLine, int32_t cacheStartLine, in AdjustStartOffset() argument
397 for (auto it = lineHeights.lower_bound(cacheStartLine); it != startLineIt; ++it) { in AdjustStartOffset()
416 const int32_t cacheStartLine = info.startMainLineIndex_ - cacheLine; in LayoutChildren() local
417 …AdjustStartOffset(info.lineHeightMap_, info.startMainLineIndex_, cacheStartLine, mainGap_, mainOff… in LayoutChildren()
420 for (auto it = info.gridMatrix_.lower_bound(cacheStartLine); it != endIt; ++it) { in LayoutChildren()