Home
last modified time | relevance | path

Searched refs:renderFunction_ (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline/base/
H A Dcomposed_element.h71 if (renderFunction_) { in CallRenderFunction()
72 return renderFunction_(component); in CallRenderFunction()
79 renderFunction_ = std::move(func); in SetRenderFunction()
84 return static_cast<bool>(renderFunction_); in HasRenderFunction()
143 RenderFunction renderFunction_; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/custom/
H A Dcustom_node_pattern.h36 return MakeRefPtr<CustomNodeLayoutAlgorithm>(renderFunction_); in CreateLayoutAlgorithm()
41 renderFunction_ = renderFunction; in SetRenderFunction()
47 RenderFunction renderFunction_;
H A Dcustom_node_layout_algorithm.h38 …explicit CustomNodeLayoutAlgorithm(const RenderFunction& renderFunction) : renderFunction_(renderF… in CustomNodeLayoutAlgorithm()
44 renderFunction_ = nullptr; in OnReset()
68 RenderFunction renderFunction_;
H A Dcustom_node_layout_algorithm.cpp31 if (renderFunction_ && host) { in Measure()
48 child = renderFunction_(); in Measure()
49 renderFunction_ = nullptr; in Measure()
H A Dcustom_node.cpp53 if (renderFunction_) { in Render()
55 std::swap(renderFunction, renderFunction_); in Render()
101 renderFunction_ = completeReloadFunc_; in FlushReload()
130 if (!renderFunction_ && !HasRecycleRenderFunc()) { in AdjustLayoutWrapperTree()
H A Dcustom_node.h52 renderFunction_ = renderFunction; in SetRenderFunction()
136 RenderFunction renderFunction_; variable
H A Dcustom_node_pattern.cpp35 renderFunction_ = nullptr; in OnDirtyLayoutWrapperSwap()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/custom/
H A Dcustom_test_ng.cpp664 test.renderFunction_ = renderfunction;
699 test.renderFunction_ = renderfunction;
739 test.renderFunction_ = renderfunction;
798 customNode->renderFunction_ = renderFunction;
991 test.renderFunction_ = renderfunction;
1168 customNode->renderFunction_ = renderFunction;