Home
last modified time | relevance | path

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

12345

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/hyperlink/
H A Dhyperlink_test_ng.cpp93 auto textLayoutProperty = frameNode->GetLayoutProperty<HyperlinkLayoutProperty>(); variable
125 auto textLayoutProperty = frameNode->GetLayoutProperty<HyperlinkLayoutProperty>(); variable
200 auto textLayoutProperty = frameNode->GetLayoutProperty<HyperlinkLayoutProperty>(); variable
223 auto textLayoutProperty = hyperlinkNode->GetLayoutProperty<HyperlinkLayoutProperty>(); variable
257 auto textLayoutProperty = hyperlinkNode->GetLayoutProperty<HyperlinkLayoutProperty>(); variable
304 auto textLayoutProperty = hyperlinkNode->GetLayoutProperty<HyperlinkLayoutProperty>(); variable
368 auto textLayoutProperty = hyperlinkNode->GetLayoutProperty<HyperlinkLayoutProperty>(); variable
410 auto textLayoutProperty = hyperlinkNode->GetLayoutProperty<HyperlinkLayoutProperty>(); variable
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/symbol/
H A Dsymbol_test_ng.cpp159 …RefPtr<TextLayoutProperty> textLayoutProperty = AceType::DynamicCast<TextLayoutProperty>(layoutPro… variable
190 …RefPtr<TextLayoutProperty> textLayoutProperty = AceType::DynamicCast<TextLayoutProperty>(layoutPro… variable
222 …RefPtr<TextLayoutProperty> textLayoutProperty = AceType::DynamicCast<TextLayoutProperty>(layoutPro… variable
254 …RefPtr<TextLayoutProperty> textLayoutProperty = AceType::DynamicCast<TextLayoutProperty>(layoutPro… variable
287 …RefPtr<TextLayoutProperty> textLayoutProperty = AceType::DynamicCast<TextLayoutProperty>(layoutPro… variable
321 …RefPtr<TextLayoutProperty> textLayoutProperty = AceType::DynamicCast<TextLayoutProperty>(layoutPro… variable
355 …RefPtr<TextLayoutProperty> textLayoutProperty = AceType::DynamicCast<TextLayoutProperty>(layoutPro… variable
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/text/
H A Dtext_test_ng.cpp135 auto textLayoutProperty = AceType::DynamicCast<TextLayoutProperty>(layoutProperty); variable
543 auto textLayoutProperty = textPattern->GetLayoutProperty<TextLayoutProperty>(); variable
1286 auto textLayoutProperty = textPattern->GetLayoutProperty<TextLayoutProperty>(); variable
1332 auto textLayoutProperty = textPattern->GetLayoutProperty<TextLayoutProperty>(); variable
1380 auto textLayoutProperty = textPattern->GetLayoutProperty<TextLayoutProperty>(); variable
1429 auto textLayoutProperty = textPattern->GetLayoutProperty<TextLayoutProperty>(); variable
1484 auto textLayoutProperty = textPattern->GetLayoutProperty<TextLayoutProperty>(); variable
1540 auto textLayoutProperty = textPattern->GetLayoutProperty<TextLayoutProperty>(); variable
1599 auto textLayoutProperty = textPattern->GetLayoutProperty<TextLayoutProperty>(); variable
1652 auto textLayoutProperty = textPattern->GetLayoutProperty<TextLayoutProperty>(); variable
[all …]
H A Dtext_testtwo_ng.cpp83 auto textLayoutProperty = textPattern->GetLayoutProperty<TextLayoutProperty>(); variable
139 auto textLayoutProperty = frameNode->GetLayoutProperty<TextLayoutProperty>(); variable
223 auto textLayoutProperty = frameNode->GetLayoutProperty<TextLayoutProperty>(); variable
252 auto textLayoutProperty = textPattern->GetLayoutProperty<TextLayoutProperty>(); variable
316 RefPtr<LayoutProperty> textLayoutProperty = textPattern->CreateLayoutProperty(); variable
361 auto textLayoutProperty = textFrameNode->GetLayoutProperty<TextLayoutProperty>(); variable
849 …RefPtr<TextLayoutProperty> textLayoutProperty = AceType::DynamicCast<TextLayoutProperty>(layoutPro… variable
965 …RefPtr<TextLayoutProperty> textLayoutProperty = AceType::DynamicCast<TextLayoutProperty>(layoutPro… variable
1794 auto textLayoutProperty = textPattern->GetLayoutProperty<TextLayoutProperty>(); variable
1844 auto textLayoutProperty = textPattern->GetLayoutProperty<TextLayoutProperty>(); variable
[all …]
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/overlay/
H A Doverlay_test_update.cpp1042 auto textLayoutProperty = textNode->GetLayoutProperty(); variable
1095 auto textLayoutProperty = textNode->GetLayoutProperty(); variable
1148 auto textLayoutProperty = textNode->GetLayoutProperty(); variable
1200 auto textLayoutProperty = textNode->GetLayoutProperty(); variable
1252 auto textLayoutProperty = textNode->GetLayoutProperty(); variable
1304 auto textLayoutProperty = textNode->GetLayoutProperty(); variable
1356 auto textLayoutProperty = textNode->GetLayoutProperty(); variable
1408 auto textLayoutProperty = textNode->GetLayoutProperty(); variable
1460 auto textLayoutProperty = textNode->GetLayoutProperty(); variable
1512 auto textLayoutProperty = textNode->GetLayoutProperty(); variable
[all …]
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
H A Dtext_accessibility_property.cpp30 auto textLayoutProperty = frameNode->GetLayoutProperty<TextLayoutProperty>(); in GetText() local
70 auto textLayoutProperty = frameNode->GetLayoutProperty<TextLayoutProperty>(); in SetSpecificSupportAction() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/progress/
H A Dprogress_model_ng.cpp170 auto textLayoutProperty = textHost->GetLayoutProperty<TextLayoutProperty>(); in SetFontSize() local
183 auto textLayoutProperty = textHost->GetLayoutProperty<TextLayoutProperty>(); in SetFontColor() local
198 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
450 auto textLayoutProperty = textHost->GetLayoutProperty<TextLayoutProperty>(); in SetText() local
480 auto textLayoutProperty = textHost->GetLayoutProperty<TextLayoutProperty>(); in SetFontColor() local
491 auto textLayoutProperty = textHost->GetLayoutProperty<TextLayoutProperty>(); in SetFontSize() local
502 auto textLayoutProperty = textHost->GetLayoutProperty<TextLayoutProperty>(); in SetFontWeight() local
[all …]
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/text_timer/
H A Dtext_timer_test_ng.cpp210 auto textLayoutProperty = textNode->GetLayoutProperty<TextLayoutProperty>(); variable
330 auto textLayoutProperty = frameNode->GetLayoutProperty<TextLayoutProperty>(); variable
366 auto textLayoutProperty = frameNode->GetLayoutProperty<TextLayoutProperty>(); variable
412 auto textLayoutProperty = frameNode->GetLayoutProperty<TextLayoutProperty>(); variable
459 auto textLayoutProperty = frameNode->GetLayoutProperty<TextLayoutProperty>(); variable
522 auto textLayoutProperty = frameNode->GetLayoutProperty<TextLayoutProperty>(); variable
560 auto textLayoutProperty = frameNode->GetLayoutProperty<TextLayoutProperty>(); variable
679 auto textLayoutProperty = textNode->GetLayoutProperty<TextLayoutProperty>(); variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_clock/
H A Dtext_clock_accessibility_property.cpp27 auto textLayoutProperty = frameNode->GetLayoutProperty<TextLayoutProperty>(); in GetText() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/texttimer/
H A Dtext_timer_accessibility_property.cpp27 auto textLayoutProperty = frameNode->GetLayoutProperty<TextLayoutProperty>(); in GetText() local
H A Dtext_timer_pattern.cpp135 RefPtr<TextTimerLayoutProperty>& layoutProperty, RefPtr<TextLayoutProperty>& textLayoutProperty) in UpdateTextLayoutProperty()
175 auto textLayoutProperty = textNode_->GetLayoutProperty<TextLayoutProperty>(); in OnModifyDone() local
247 auto textLayoutProperty = textNode_->GetLayoutProperty<TextLayoutProperty>(); in UpdateTextTimer() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/
H A Dtitle_bar_accessibility_property.h43 auto textLayoutProperty = title->GetLayoutProperty<TextLayoutProperty>(); in GetText() local
H A Dnavigation_title_util.cpp266 auto textLayoutProperty = textNode->GetLayoutProperty<TextLayoutProperty>(); in CreateBarItemTextNode() local
626 auto textLayoutProperty = title->GetLayoutProperty<TextLayoutProperty>(); in GetTitleString() local
639 auto textLayoutProperty = subtitle->GetLayoutProperty<TextLayoutProperty>(); in GetSubtitleString() local
715 auto textLayoutProperty = mainTitle->GetLayoutProperty<TextLayoutProperty>(); in CreateOrUpdateMainTitle() local
724 auto textLayoutProperty = mainTitle->GetLayoutProperty<TextLayoutProperty>(); in CreateOrUpdateMainTitle() local
747 auto textLayoutProperty = subTitle->GetLayoutProperty<TextLayoutProperty>(); in CreateOrUpdateSubtitle() local
758 auto textLayoutProperty = subTitle->GetLayoutProperty<TextLayoutProperty>(); in CreateOrUpdateSubtitle() local
781 auto textLayoutProperty = mainTitle->GetLayoutProperty<TextLayoutProperty>(); in CreateOrUpdateDestinationMainTitle() local
795 auto textLayoutProperty = mainTitle->GetLayoutProperty<TextLayoutProperty>(); in CreateOrUpdateDestinationMainTitle() local
818 auto textLayoutProperty = subTitle->GetLayoutProperty<TextLayoutProperty>(); in CreateOrUpdateDestinationSubtitle() local
[all …]
H A Dnavdestination_node_base.cpp56 auto textLayoutProperty = textNode->GetLayoutProperty<TextLayoutProperty>(); in GetBarItemsString() local
H A Dbar_item_pattern.cpp156 auto textLayoutProperty = textNode->GetLayoutProperty<TextLayoutProperty>(); in UpdateBarItemActiveStatusResource() local
207 auto textLayoutProperty = textNode->GetLayoutProperty<TextLayoutProperty>(); in ToJsonValue() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/marquee/
H A Dmarquee_accessibility_property.cpp28 auto textLayoutProperty = textChild->GetLayoutProperty<TextLayoutProperty>(); in GetText() local
H A Dmarquee_layout_property.h78 auto textLayoutProperty = textChild->GetLayoutProperty<TextLayoutProperty>(); in ToJsonValue() local
H A Dmarquee_model_ng.cpp39 auto textLayoutProperty = textNode->GetLayoutProperty<TextLayoutProperty>(); in Create() local
45 auto textLayoutProperty = textChild->GetLayoutProperty<TextLayoutProperty>(); in Create() local
190 auto textLayoutProperty = textNode->GetLayoutProperty<TextLayoutProperty>(); in CreateFrameNode() local
197 auto textLayoutProperty = textChild->GetLayoutProperty<TextLayoutProperty>(); in CreateFrameNode() local
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/marquee/
H A Dmarquee_test_ng.cpp176 auto textLayoutProperty = textChild->GetLayoutProperty<TextLayoutProperty>(); variable
749 auto textLayoutProperty = textChild->GetLayoutProperty<TextLayoutProperty>(); variable
869 auto textLayoutProperty = textNode->GetLayoutProperty<TextLayoutProperty>(); variable
990 auto textLayoutProperty = AceType::MakeRefPtr<TextLayoutProperty>(); variable
1210 auto textLayoutProperty = AceType::MakeRefPtr<TextLayoutProperty>(); variable
1287 auto textLayoutProperty = AceType::MakeRefPtr<TextLayoutProperty>(); variable
1373 auto textLayoutProperty = AceType::MakeRefPtr<TextLayoutProperty>(); variable
1432 auto textLayoutProperty = AceType::MakeRefPtr<TextLayoutProperty>(); variable
1518 auto textLayoutProperty = AceType::MakeRefPtr<TextLayoutProperty>(); variable
1561 auto textLayoutProperty = AceType::MakeRefPtr<TextLayoutProperty>(); variable
[all …]
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/select/
H A Dselect_layout_algorithm.cpp61 …auto textLayoutProperty = AceType::DynamicCast<TextLayoutProperty>(textWrapper->GetLayoutProperty(… in Measure() local
162 auto textLayoutProperty = textNode->GetLayoutProperty<TextLayoutProperty>(); in UpdateOptionsMaxLines() local
196 …auto textLayoutProperty = AceType::DynamicCast<TextLayoutProperty>(textWrapper->GetLayoutProperty(… in UpdateMargin() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/security_component/
H A Dsecurity_component_accessibility_property.cpp37 auto textLayoutProperty = node->GetLayoutProperty<TextLayoutProperty>(); in GetText() local
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/text_picker/
H A Dtext_picker_column_test_ng.cpp265 auto textLayoutProperty = textPattern->GetLayoutProperty<TextLayoutProperty>(); variable
319 auto textLayoutProperty = textPattern->GetLayoutProperty<TextLayoutProperty>(); variable
373 auto textLayoutProperty = textPattern->GetLayoutProperty<TextLayoutProperty>(); variable
550 auto textLayoutProperty = textPattern->GetLayoutProperty<TextLayoutProperty>(); variable
621 auto textLayoutProperty = textPattern->GetLayoutProperty<TextLayoutProperty>(); variable
727 auto textLayoutProperty = textPattern->GetLayoutProperty<TextLayoutProperty>(); variable
847 auto textLayoutProperty = textPattern->GetLayoutProperty<TextLayoutProperty>(); variable
1025 auto textLayoutProperty = textPattern->GetLayoutProperty<TextLayoutProperty>(); variable
1085 auto textLayoutProperty = textPattern->GetLayoutProperty<TextLayoutProperty>(); variable
1141 auto textLayoutProperty = textPattern->GetLayoutProperty<TextLayoutProperty>(); variable
[all …]
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/toast/
H A Dtoast_view.cpp57 auto textLayoutProperty = textNode->GetLayoutProperty<TextLayoutProperty>(); in CreateToastNode() local
90 auto textLayoutProperty = textNode->GetLayoutProperty<TextLayoutProperty>(); in UpdateTextLayoutProperty() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/button/
H A Dbutton_pattern.cpp99 RefPtr<ButtonLayoutProperty>& layoutProperty, RefPtr<TextLayoutProperty>& textLayoutProperty) in UpdateTextLayoutProperty()
152 RefPtr<ButtonLayoutProperty>& layoutProperty, RefPtr<TextLayoutProperty>& textLayoutProperty) in UpdateTextStyle()
198 auto textLayoutProperty = textNode->GetLayoutProperty<TextLayoutProperty>(); in InitButtonLabel() local
540 auto textLayoutProperty = textNode->GetLayoutProperty<TextLayoutProperty>(); in OnColorConfigurationUpdate() local
568 RefPtr<ButtonLayoutProperty>& layoutProperty, RefPtr<TextLayoutProperty>& textLayoutProperty) in UpdateTextFontScale()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/badge/
H A Dbadge_test_ng.cpp333 …auto textLayoutProperty = AceType::DynamicCast<TextLayoutProperty>(firstChildFrameNode->GetLayoutP… variable
522 …auto textLayoutProperty = AceType::DynamicCast<TextLayoutProperty>(firstChildFrameNode->GetLayoutP… variable
589 …auto textLayoutProperty = AceType::DynamicCast<TextLayoutProperty>(firstChildFrameNode->GetLayoutP… variable
652 …auto textLayoutProperty = AceType::DynamicCast<TextLayoutProperty>(firstChildFrameNode->GetLayoutP… variable

12345