Home
last modified time | relevance | path

Searched defs:textLayoutProperty (Results 1 – 25 of 93) sorted by relevance

1234

/foundation/arkui/ace_engine/test/unittest/core/pattern/hyperlink/
Dhyperlink_test_ng.cpp93 auto textLayoutProperty = frameNode->GetLayoutProperty<HyperlinkLayoutProperty>(); variable
125 auto textLayoutProperty = frameNode->GetLayoutProperty<HyperlinkLayoutProperty>(); variable
178 auto textLayoutProperty = frameNode->GetLayoutProperty<HyperlinkLayoutProperty>(); variable
201 auto textLayoutProperty = hyperlinkNode->GetLayoutProperty<HyperlinkLayoutProperty>(); variable
235 auto textLayoutProperty = hyperlinkNode->GetLayoutProperty<HyperlinkLayoutProperty>(); variable
282 auto textLayoutProperty = hyperlinkNode->GetLayoutProperty<HyperlinkLayoutProperty>(); variable
346 auto textLayoutProperty = hyperlinkNode->GetLayoutProperty<HyperlinkLayoutProperty>(); variable
388 auto textLayoutProperty = hyperlinkNode->GetLayoutProperty<HyperlinkLayoutProperty>(); variable
/foundation/arkui/ace_engine/test/unittest/core/pattern/symbol/
Dsymbol_test_ng.cpp154 …RefPtr<TextLayoutProperty> textLayoutProperty = AceType::DynamicCast<TextLayoutProperty>(layoutPro… variable
185 …RefPtr<TextLayoutProperty> textLayoutProperty = AceType::DynamicCast<TextLayoutProperty>(layoutPro… variable
217 …RefPtr<TextLayoutProperty> textLayoutProperty = AceType::DynamicCast<TextLayoutProperty>(layoutPro… variable
249 …RefPtr<TextLayoutProperty> textLayoutProperty = AceType::DynamicCast<TextLayoutProperty>(layoutPro… variable
282 …RefPtr<TextLayoutProperty> textLayoutProperty = AceType::DynamicCast<TextLayoutProperty>(layoutPro… variable
316 …RefPtr<TextLayoutProperty> textLayoutProperty = AceType::DynamicCast<TextLayoutProperty>(layoutPro… variable
/foundation/arkui/ace_engine/test/unittest/core/pattern/text_timer/
Dtext_timer_test_ng.cpp207 auto textLayoutProperty = textNode->GetLayoutProperty<TextLayoutProperty>(); variable
327 auto textLayoutProperty = frameNode->GetLayoutProperty<TextLayoutProperty>(); variable
363 auto textLayoutProperty = frameNode->GetLayoutProperty<TextLayoutProperty>(); variable
409 auto textLayoutProperty = frameNode->GetLayoutProperty<TextLayoutProperty>(); variable
456 auto textLayoutProperty = frameNode->GetLayoutProperty<TextLayoutProperty>(); variable
519 auto textLayoutProperty = frameNode->GetLayoutProperty<TextLayoutProperty>(); variable
557 auto textLayoutProperty = frameNode->GetLayoutProperty<TextLayoutProperty>(); variable
676 auto textLayoutProperty = textNode->GetLayoutProperty<TextLayoutProperty>(); variable
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/progress/
Dprogress_model_ng.cpp171 auto textLayoutProperty = textHost->GetLayoutProperty<TextLayoutProperty>(); in SetFontSize() local
184 auto textLayoutProperty = textHost->GetLayoutProperty<TextLayoutProperty>(); in SetFontColor() local
199 auto textLayoutProperty = textHost->GetLayoutProperty<TextLayoutProperty>(); in SetText() local
231 auto textLayoutProperty = textHost->GetLayoutProperty<TextLayoutProperty>(); in SetFontWeight() local
244 auto textLayoutProperty = textHost->GetLayoutProperty<TextLayoutProperty>(); in SetFontFamily() local
257 auto textLayoutProperty = textHost->GetLayoutProperty<TextLayoutProperty>(); in SetItalicFontStyle() local
432 auto textLayoutProperty = textHost->GetLayoutProperty<TextLayoutProperty>(); in SetText() local
462 auto textLayoutProperty = textHost->GetLayoutProperty<TextLayoutProperty>(); in SetFontColor() local
473 auto textLayoutProperty = textHost->GetLayoutProperty<TextLayoutProperty>(); in SetFontSize() local
484 auto textLayoutProperty = textHost->GetLayoutProperty<TextLayoutProperty>(); in SetFontWeight() local
[all …]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
Dtext_accessibility_property.cpp30 auto textLayoutProperty = frameNode->GetLayoutProperty<TextLayoutProperty>(); in GetText() local
70 auto textLayoutProperty = frameNode->GetLayoutProperty<TextLayoutProperty>(); in SetSpecificSupportAction() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/
Dnav_bar_node.cpp76 auto textLayoutProperty = title->GetLayoutProperty<TextLayoutProperty>(); in GetTitleString() local
90 auto textLayoutProperty = subtitle->GetLayoutProperty<TextLayoutProperty>(); in GetSubtitleString() local
125 auto textLayoutProperty = textNode->GetLayoutProperty<TextLayoutProperty>(); in GetBarItemsString() local
Dbar_item_accessibility_property.h41 auto textLayoutProperty = textNode->GetLayoutProperty<TextLayoutProperty>(); in GetText() local
Dtitle_bar_accessibility_property.h43 auto textLayoutProperty = title->GetLayoutProperty<TextLayoutProperty>(); in GetText() local
Dbar_item_pattern.cpp59 auto textLayoutProperty = textNode->GetLayoutProperty<TextLayoutProperty>(); in UpdateBarItemActiveStatusResource() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_clock/
Dtext_clock_accessibility_property.cpp27 auto textLayoutProperty = frameNode->GetLayoutProperty<TextLayoutProperty>(); in GetText() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/texttimer/
Dtext_timer_accessibility_property.cpp27 auto textLayoutProperty = frameNode->GetLayoutProperty<TextLayoutProperty>(); in GetText() local
Dtext_timer_pattern.cpp131 RefPtr<TextTimerLayoutProperty>& layoutProperty, RefPtr<TextLayoutProperty>& textLayoutProperty) in UpdateTextLayoutProperty()
171 auto textLayoutProperty = textNode_->GetLayoutProperty<TextLayoutProperty>(); in OnModifyDone() local
237 auto textLayoutProperty = textNode_->GetLayoutProperty<TextLayoutProperty>(); in UpdateTextTimer() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/marquee/
Dmarquee_accessibility_property.cpp28 auto textLayoutProperty = textChild->GetLayoutProperty<TextLayoutProperty>(); in GetText() local
Dmarquee_layout_property.h75 auto textLayoutProperty = textChild->GetLayoutProperty<TextLayoutProperty>(); in ToJsonValue() local
Dmarquee_model_ng.cpp37 auto textLayoutProperty = textNode->GetLayoutProperty<TextLayoutProperty>(); in Create() local
43 auto textLayoutProperty = textChild->GetLayoutProperty<TextLayoutProperty>(); in Create() local
/foundation/arkui/ace_engine/test/unittest/core/pattern/text/
Dtext_test_ng.cpp407 void TextTestNg::UpdateTextLayoutProperty(RefPtr<TextLayoutProperty> textLayoutProperty) in UpdateTextLayoutProperty()
491 …RefPtr<TextLayoutProperty> textLayoutProperty = AceType::DynamicCast<TextLayoutProperty>(layoutPro… variable
540 auto textLayoutProperty = AceType::DynamicCast<TextLayoutProperty>(layoutProperty); variable
564 …RefPtr<TextLayoutProperty> textLayoutProperty = AceType::DynamicCast<TextLayoutProperty>(layoutPro… variable
747 auto textLayoutProperty = textPattern->GetLayoutProperty<TextLayoutProperty>(); variable
1019 auto textLayoutProperty = textPattern->GetLayoutProperty<TextLayoutProperty>(); variable
1065 auto textLayoutProperty = textPattern->GetLayoutProperty<TextLayoutProperty>(); variable
1114 auto textLayoutProperty = textPattern->GetLayoutProperty<TextLayoutProperty>(); variable
1163 auto textLayoutProperty = textPattern->GetLayoutProperty<TextLayoutProperty>(); variable
1218 auto textLayoutProperty = textPattern->GetLayoutProperty<TextLayoutProperty>(); variable
[all …]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/security_component/
Dsecurity_component_accessibility_property.cpp32 auto textLayoutProperty = node->GetLayoutProperty<TextLayoutProperty>(); in GetText() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/toast/
Dtoast_view.cpp56 auto textLayoutProperty = textNode->GetLayoutProperty<TextLayoutProperty>(); in CreateToastNode() local
75 auto textLayoutProperty = textNode->GetLayoutProperty<TextLayoutProperty>(); in UpdateTextLayoutProperty() local
Dtoast_pattern.cpp33 auto textLayoutProperty = textNode->GetLayoutProperty<TextLayoutProperty>(); in GetTextHeight() local
163 auto textLayoutProperty = text->GetLayoutProperty(); in UpdateTextSizeConstraint() local
185 auto textLayoutProperty = textNode_->GetLayoutProperty<TextLayoutProperty>(); in OnColorConfigurationUpdate() local
/foundation/arkui/ace_engine/test/unittest/core/pattern/marquee/
Dmarquee_test_ng.cpp169 auto textLayoutProperty = textChild->GetLayoutProperty<TextLayoutProperty>(); variable
742 auto textLayoutProperty = textChild->GetLayoutProperty<TextLayoutProperty>(); variable
862 auto textLayoutProperty = textNode->GetLayoutProperty<TextLayoutProperty>(); variable
983 auto textLayoutProperty = AceType::MakeRefPtr<TextLayoutProperty>(); variable
1193 auto textLayoutProperty = AceType::MakeRefPtr<TextLayoutProperty>(); variable
1270 auto textLayoutProperty = AceType::MakeRefPtr<TextLayoutProperty>(); variable
1356 auto textLayoutProperty = AceType::MakeRefPtr<TextLayoutProperty>(); variable
1415 auto textLayoutProperty = AceType::MakeRefPtr<TextLayoutProperty>(); variable
1536 auto textLayoutProperty = AceType::MakeRefPtr<TextLayoutProperty>(); variable
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/button/
Dbutton_pattern.cpp65 RefPtr<ButtonLayoutProperty>& layoutProperty, RefPtr<TextLayoutProperty>& textLayoutProperty) in UpdateTextLayoutProperty()
107 RefPtr<ButtonLayoutProperty>& layoutProperty, RefPtr<TextLayoutProperty>& textLayoutProperty) in UpdateTextStyle()
150 auto textLayoutProperty = textNode->GetLayoutProperty<TextLayoutProperty>(); in InitButtonLabel() local
375 auto textLayoutProperty = textNode->GetLayoutProperty<TextLayoutProperty>(); in OnColorConfigurationUpdate() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navrouter/
Dnavdestination_model_ng.cpp62 auto textLayoutProperty = mainTitle->GetLayoutProperty<TextLayoutProperty>(); in ParseCommonTitle() local
69 auto textLayoutProperty = mainTitle->GetLayoutProperty<TextLayoutProperty>(); in ParseCommonTitle() local
96 auto textLayoutProperty = subTitle->GetLayoutProperty<TextLayoutProperty>(); in ParseCommonTitle() local
102 auto textLayoutProperty = subTitle->GetLayoutProperty<TextLayoutProperty>(); in ParseCommonTitle() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/badge/
Dbadge_pattern.cpp45 auto textLayoutProperty = lastFrameNode->GetLayoutProperty<TextLayoutProperty>(); in OnModifyDone() local
/foundation/arkui/ace_engine/test/unittest/core/pattern/text_clock/
Dtext_clock_test_ng.cpp203 auto textLayoutProperty = textNode->GetLayoutProperty<TextLayoutProperty>(); variable
415 auto textLayoutProperty = frameNode->GetLayoutProperty<TextLayoutProperty>(); variable
451 auto textLayoutProperty = host->GetLayoutProperty<TextLayoutProperty>(); variable
516 auto textLayoutProperty = host->GetLayoutProperty<TextLayoutProperty>(); variable
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/time_picker/
Dtimepicker_column_pattern.cpp357 auto textLayoutProperty = textPattern->GetLayoutProperty<TextLayoutProperty>(); in FlushCurrentOptions() local
381 const RefPtr<TextLayoutProperty>& textLayoutProperty, in UpdateDisappearTextProperties()
404 const RefPtr<TextLayoutProperty>& textLayoutProperty, in UpdateCandidateTextProperties()
426 const RefPtr<TextLayoutProperty>& textLayoutProperty, in UpdateSelectedTextProperties()
449 const RefPtr<TextLayoutProperty>& textLayoutProperty, in ChangeAmPmTextStyle()
476 const RefPtr<TextLayoutProperty>& textLayoutProperty, in ChangeTextStyle()
507 uint32_t currentIndex, const RefPtr<TextLayoutProperty>& textLayoutProperty) in AddAnimationTextProperties()
598const RefPtr<TextLayoutProperty>& textLayoutProperty, uint32_t index, uint32_t showCount, bool isD… in TextPropertiesLinearAnimation()
652 …RefPtr<TextLayoutProperty> textLayoutProperty = textPattern->GetLayoutProperty<TextLayoutProperty>… in UpdateTextPropertiesLinear() local

1234