Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/common/
H A Delement_proxy.cpp1013 count_ += child->RenderCount(); in UpdateIndex()
1124 count_ += child->RenderCount(); in Update()
1167 count_ += child->RenderCount(); in Update()
1178 count_ += child->RenderCount(); in Update()
1221 count_ += child->RenderCount(); in UpdateForPartialUpdate()
1264 count_ += child->RenderCount(); in UpdateForPartialUpdate()
1275 count_ += child->RenderCount(); in UpdateForPartialUpdate()
1324 count_ += proxyChild->RenderCount(); in AppendNewComponent()
1417 count_ += child->RenderCount(); in Update()
1424 count_ += child->RenderCount(); in Update()
[all …]
H A Delement_proxy.h52 size_t RenderCount() const in RenderCount() function