| /foundation/arkui/ace_engine_lite/frameworks/src/core/components/test/unittest/common/ |
| D | text_tdd_test.cpp | 45 …Component* textComponent = reinterpret_cast<TextComponent *>(GetRenderedComponent(componentNameId_… in ComponentTextAttributeSetValueTest001() local 101 …Component* textComponent = reinterpret_cast<TextComponent *>(GetRenderedComponent(componentNameId_… in ComponentTextStyleSetColorTest002() local 159 …Component* textComponent = reinterpret_cast<TextComponent *>(GetRenderedComponent(componentNameId_… in ComponentTextStyleSetOverflowTest003() local 224 …Component* textComponent = reinterpret_cast<TextComponent *>(GetRenderedComponent(componentNameId_… in ComponentTextStyleSetLetterSpacingTest004() local 278 …Component* textComponent = reinterpret_cast<TextComponent *>(GetRenderedComponent(componentNameId_… in ComponentTextStyleSetAlignTest005() local 337 …Component *textComponent = reinterpret_cast<TextComponent *>(GetRenderedComponent(componentNameId_… in ComponentTextStyleSetSizeFamilyTest006() local 431 …Component *textComponent = reinterpret_cast<TextComponent *>(GetRenderedComponent(componentNameId_… in ComponentTextStyleSetLineHeightTest008() local
|
| D | text_tdd_exception_test.cpp | 44 …Component* textComponent = reinterpret_cast<TextComponent *>(GetRenderedComponent(componentNameId_… in ComponentTextStyleSetExceptionTest007() local
|
| D | jsbundle_tdd_test.cpp | 95 Component *textComponent = ComponentUtils::GetComponentFromBindingObject(el); in CreateElementAttributeLength002() local 132 Component *textComponent = ComponentUtils::GetComponentFromBindingObject(textEl); in CreateElementAttributeLength003() local 178 Component *textComponent = ComponentUtils::GetComponentFromBindingObject(textEl); in CreateElementAttributeLength004() local
|
| D | opacity_tdd_test.cpp | 186 …Component* textComponent = reinterpret_cast<TextComponent *>(GetRenderedComponent(textComponentNam… in SetOpacityTest005() local
|
| /foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/ |
| D | button_model_impl.cpp | 28 auto textComponent = GetTextComponent(); in SetFontSize() local 48 auto textComponent = GetTextComponent(); in SetFontWeight() local 58 auto textComponent = GetTextComponent(); in SetFontStyle() local 68 auto textComponent = GetTextComponent(); in SetFontFamily() local 78 auto textComponent = GetTextComponent(); in SetFontColor() local 107 auto textComponent = AceType::MakeRefPtr<TextComponent>(para.label.value()); in CreateWithLabel() local 340 auto textComponent = AceType::DynamicCast<TextComponent>(paddingComponent->GetChild()); in GetTextComponent() local
|
| D | text_model_impl.cpp | 31 auto textComponent = AceType::MakeRefPtr<TextComponentV2>(content); in Create() local 305 auto textComponent = GetComponent(); in SetRemoteMessage() local
|
| D | select_model_impl.cpp | 41 auto textComponent = AceType::MakeRefPtr<OHOS::Ace::TextComponent>(params[i].text); in Create() local
|
| D | view_abstract_model_impl.cpp | 1485 auto textComponent = AceType::MakeRefPtr<OHOS::Ace::TextComponent>(param.value); in CreateMenuEventWithParams() local
|
| /foundation/arkui/ace_engine/frameworks/core/components/svg/ |
| D | render_svg_text.cpp | 31 … const RefPtr<SvgTextComponent> textComponent = AceType::DynamicCast<SvgTextComponent>(component); in Update() local 51 … const RefPtr<SvgTextComponent> textComponent = AceType::DynamicCast<SvgTextComponent>(component); in PrepareAnimations() local
|
| /foundation/arkui/ace_engine/frameworks/core/components/clock/ |
| D | render_clock.cpp | 66 auto textComponent = AceType::MakeRefPtr<TextComponent>(digitStr); in RenderClock() local 244 const auto& textComponent = digitComponentNodes_[i]; in UpdateRenderText() local
|
| /foundation/arkui/ace_engine_lite/frameworks/src/core/components/ |
| D | tab_bar_component.cpp | 58 Component* textComponent = ComponentUtils::GetComponentFromBindingObject(childHandler); in GetTextByIndex() local
|
| /foundation/arkui/ace_engine/frameworks/core/components/tab_bar/ |
| D | tab_bar_item_component.cpp | 115 auto textComponent = AceType::MakeRefPtr<TextComponent>(textStr); in BuildWithTextIcon() local
|
| /foundation/arkui/ace_engine/frameworks/core/components/counter/ |
| D | counter_component.cpp | 97 auto textComponent = AceType::MakeRefPtr<TextComponent>(content); in BuildControl() local
|
| /foundation/arkui/ace_engine/frameworks/core/components/hyperlink/ |
| D | render_hyperlink.cpp | 107 auto textComponent = AceType::DynamicCast<TextComponent>(node); in SetImageChildColor() local
|
| /foundation/arkui/ace_engine/frameworks/bridge/common/dom/ |
| D | dom_tool_bar_item.cpp | 260 RefPtr<TextComponent> textComponent = AceType::MakeRefPtr<TextComponent>(value_); in BuildOptionComponent() local
|
| /foundation/arkui/ace_engine/frameworks/core/components/calendar/ |
| D | calendar_element.cpp | 125 auto textComponent = AceType::MakeRefPtr<TextComponent>(date); in RegisterChangeEndListener() local
|
| /foundation/arkui/ace_engine/frameworks/core/components/button/ |
| D | button_component.cpp | 62 auto textComponent = AceType::MakeRefPtr<TextComponent>(text); in Build() local
|
| /foundation/arkui/ace_engine/frameworks/core/components/stepper/ |
| D | render_stepper.h | 69 RefPtr<TextComponent> textComponent; member
|
| /foundation/arkui/ace_engine/frameworks/core/components/search/ |
| D | render_search.cpp | 265 const auto& textComponent = AceType::MakeRefPtr<TextComponent>(searchText); in CreateRenderButton() local
|
| /foundation/arkui/ace_engine/frameworks/core/components/container_modal/ |
| D | container_modal_element.cpp | 534 auto textComponent = containerModalComponent_->GetTitleLabel(); in SetAppTitle() local
|
| /foundation/arkui/ace_engine/frameworks/core/components/swiper/ |
| D | rosen_render_swiper.cpp | 243 RefPtr<TextComponent> textComponent = AceType::MakeRefPtr<TextComponent>(indicatorText); in LayoutDigitalIndicator() local
|
| /foundation/arkui/ace_engine/frameworks/core/components/text_overlay/ |
| D | text_overlay_component.cpp | 399 auto textComponent = AceType::MakeRefPtr<TextComponent>(text); in BuildMenuOption() local
|
| /foundation/arkui/ace_engine/frameworks/core/components/web/ |
| D | render_web.cpp | 1273 auto textComponent = AceType::MakeRefPtr<TextComponent>(value); in BuildSelectMenu() local
|