Home
last modified time | relevance | path

Searched defs:renderFunction (Results 1 – 14 of 14) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/custom/
Dcustom_node_pattern.h39 void SetRenderFunction(const RenderFunction& renderFunction) in SetRenderFunction()
Dcustom_node_layout_algorithm.h38 …explicit CustomNodeLayoutAlgorithm(const RenderFunction& renderFunction) : renderFunction_(renderF… in CustomNodeLayoutAlgorithm()
Dcustom_measure_layout_node.h41 void SetRenderFunction(const RenderFunction& renderFunction) override in SetRenderFunction()
Dcustom_node.h50 void SetRenderFunction(const RenderFunction& renderFunction) override in SetRenderFunction()
Dcustom_node.cpp54 RenderFunction renderFunction = nullptr; in Render() local
Dcustom_node_base.h61 virtual void SetRenderFunction(const RenderFunction& renderFunction) {} in SetRenderFunction()
/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
Dview_full_update_model_ng.cpp37 auto renderFunction = [internalRender = std::move(info.renderFunc)]() -> RefPtr<UINode> { in CreateNode() local
/foundation/arkui/ace_engine/test/unittest/core/pattern/custom/
Dcustom_test_ng.cpp107 auto renderFunction = [internalRender = std::move(renderFunc)]() -> RefPtr<UINode> { in __anon2818c4f30302() variable
154 auto renderFunction = [internalRender = std::move(renderFunc)]() -> RefPtr<UINode> { in __anon2818c4f30502() variable
202 auto renderFunction = [internalRender = std::move(renderFunc)]() -> RefPtr<UINode> { in __anon2818c4f30702() variable
320 auto renderFunction = [internalRender = std::move(renderFunc)]() -> RefPtr<UINode> { in __anon2818c4f30d02() variable
377 auto renderFunction = [internalRender = std::move(renderFunc)]() -> RefPtr<UINode> { in __anon2818c4f30f02() variable
439 auto renderFunction = [internalRender = std::move(renderFunc)]() -> RefPtr<UINode> { in __anon2818c4f31102() variable
495 auto renderFunction = [internalRender = std::move(renderFunc)]() -> RefPtr<UINode> { in __anon2818c4f31302() variable
793 auto renderFunction = [&]() -> RefPtr<UINode> { in __anon2818c4f32002() variable
819 auto renderFunction = [&]() -> RefPtr<UINode> { in __anon2818c4f32102() variable
864 auto renderFunction = [internalRender = std::move(renderFunc)]() -> RefPtr<UINode> { in __anon2818c4f32302() variable
[all …]
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
Dview_full_update_model_impl.cpp46 auto renderFunction = [renderFunc = nodeInfo.renderFunc]( in CreateNode() local
Dview_partial_update_model_impl.cpp43 …auto renderFunction = [renderFunc = std::move(info.renderFunc), updateFunc = std::move(info.update… in CreateNode() local
/foundation/arkui/ace_engine/test/unittest/core/base/
Dview_full_update_model_ng_test.cpp133 auto renderFunction = [&view]() -> RefPtr<AceType> { in __anon223d796a0602() variable
Dview_partial_update_model_test_ng.cpp259 auto renderFunction = [&testRenderfunc]() -> RefPtr<AceType> { in __anoncb3fb5e41002() variable
/foundation/arkui/ace_engine_lite/frameworks/src/core/context/
Djs_app_context.cpp189 jerry_value_t renderFunction = jerryx_get_property_str(viewModel, ATTR_RENDER); in Render() local
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
Djs_view.cpp195 auto renderFunction = [weak = AceType::WeakClaim(this)]() -> RefPtr<AceType> { in CreateViewNode() local
559 auto renderFunction = [weak = AceType::WeakClaim(this)]() -> RefPtr<AceType> { in CreateViewNode() local