Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/
H A Dgrid_layout_info.h74 using HeightMapIt = std::map<int32_t, float>::const_iterator; member
75 std::pair<HeightMapIt, float> SkipLinesAboveView(float mainGap) const;
H A Dgrid_layout_info.cpp821 std::pair<GridLayoutInfo::HeightMapIt, float> GridLayoutInfo::SkipLinesAboveView(float mainGap) con… in SkipLinesAboveView()