Home
last modified time | relevance | path

Searched defs:lastLine (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/
H A Dgrid_layout_info.cpp214 auto lastLine = gridMatrix_.find(endLine); in FindItemCount() local
266 auto lastLine = lineHeightMap_.find(lines); in GetContentHeightOfRegularGrid() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/irregular/
H A Dgrid_irregular_layout_algorithm.cpp483 auto lastLine = jumpLine + GridLayoutUtils::GetItemSize(&info_, wrapper_, jumpIdx).rows - 1; in FindJumpLineIdx() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/grid_scroll/
H A Dgrid_scroll_layout_algorithm.cpp2236 auto lastLine = gridLayoutInfo_.gridMatrix_.find(gridLayoutInfo_.endMainLineIndex_); in CheckLastLineItemFullyShowed() local
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/common/src/
H A Dpixel_map.cpp589 int64_t lastLine = static_cast<int64_t>(dstHeight - 1) * width + offset; in CheckParams() local