Home
last modified time | relevance | path

Searched refs:cacheLine (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_layout_algorithm.h93 void LayoutChildren(float mainOffset, int32_t cacheLine);
H A Dgrid_irregular_layout_algorithm.cpp403 void GridIrregularLayoutAlgorithm::LayoutChildren(float mainOffset, int32_t cacheLine) in LayoutChildren() argument
416 const int32_t cacheStartLine = info.startMainLineIndex_ - cacheLine; in LayoutChildren()
419 …auto endIt = info.gridMatrix_.upper_bound(std::max(info.endMainLineIndex_ + cacheLine, info.startM… in LayoutChildren()