Home
last modified time | relevance | path

Searched defs:textLayoutProps (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/bubble/
H A Dbubble_view.cpp98 …dateTextProperties(const RefPtr<PopupParam>& param, const RefPtr<TextLayoutProperty>& textLayoutPr… in UpdateTextProperties()
674 auto textLayoutProps = message->GetLayoutProperty<TextLayoutProperty>(); in CreateCombinedChild() local
781 void UpdateButtonFontSize(RefPtr<TextLayoutProperty>& textLayoutProps) in UpdateButtonFontSize()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/select/
H A Dselect_test_ng.cpp1251 auto textLayoutProps = selectPattern->text_->GetLayoutProperty<TextLayoutProperty>(); variable