Home
last modified time | relevance | path

Searched refs:GetRenderTextFactory (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text/
H A Dtext_element.h31 return context->GetRenderFactory()->GetRenderTextFactory()->Get(); in GetCachedRenderNode()
H A Drosen_render_text.cpp650 …if (context && context->GetRenderFactory() && context->GetRenderFactory()->GetRenderTextFactory()-… in DidExceedMaxLines()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline/base/factories/
H A Drender_factory.h30 virtual RefPtr<RenderNodeFactory>& GetRenderTextFactory() = 0;
H A Dflutter_render_factory.h31 RefPtr<RenderNodeFactory>& GetRenderTextFactory() override in GetRenderTextFactory() function