Home
last modified time | relevance | path

Searched defs:endIt (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/drawable/
H A Drs_drawable.cpp287 auto endIt = drawableVec.begin() + static_cast<size_t>(end) + 1; in HasPropertyDrawableInRange() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/
H A Dgrid_layout_info.cpp814 auto endIt = lineHeightMap_.find(endMainLineIndex_ + 1); in GetTotalHeightOfItemsInView() local
937 auto endIt = lineHeightMap_.lower_bound(endLine); in GetHeightInRange() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/irregular/
H A Dgrid_irregular_layout_algorithm.cpp419 …auto endIt = info.gridMatrix_.upper_bound(std::max(info.endMainLineIndex_ + cacheLine, info.startM… in LayoutChildren() local