Home
last modified time | relevance | path

Searched defs:renderFunction (Results 1 – 11 of 11) 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.h45 void SetRenderFunction(const RenderFunction& renderFunction) override in SetRenderFunction()
Dcustom_node_layout_algorithm.h37 …explicit CustomNodeLayoutAlgorithm(const RenderFunction& renderFunction) : renderFunction_(renderF… in CustomNodeLayoutAlgorithm()
Dcustom_measure_layout_node.h40 void SetRenderFunction(const RenderFunction& renderFunction) override in SetRenderFunction()
Dcustom_node_base.h44 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/frameworks/bridge/declarative_frontend/ng/jsview/
Djs_view.cpp67 auto renderFunction = [weak = AceType::WeakClaim(this)]() -> RefPtr<NG::UINode> { in CreateUINode() local
141 auto renderFunction = [weak = AceType::WeakClaim(this)]() -> RefPtr<NG::UINode> { in CreateUINode() local
/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.cpp44 …auto renderFunction = [renderFunc = std::move(info.renderFunc), updateFunc = std::move(info.update… in CreateNode() local
/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.cpp183 auto renderFunction = [weak = AceType::WeakClaim(this)]() -> RefPtr<AceType> { in CreateViewNode() local
564 auto renderFunction = [weak = AceType::WeakClaim(this)]() -> RefPtr<AceType> { in CreateViewNode() local