Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/waterflow/layout/top_down/
H A Dwater_flow_segmented_layout.h42 static bool IsSectionValid(const RefPtr<WaterFlowLayoutInfoBase>& info, int32_t childrenCnt);
H A Dwater_flow_segmented_layout.cpp31 …SegmentLayoutBase::IsSectionValid(const RefPtr<WaterFlowLayoutInfoBase>& info, int32_t childrenCnt) in IsSectionValid() argument
37 if (childrenCnt - 1 != info->segmentTails_.back()) { in IsSectionValid()
40 childrenCnt, info->segmentTails_.back() + 1); in IsSectionValid()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/pipeline/
H A Drs_surface_render_node.h1025 void SetLastFrameChildrenCnt(size_t childrenCnt) in SetLastFrameChildrenCnt() argument
1027 lastFrameChildrenCnt_ = childrenCnt; in SetLastFrameChildrenCnt()