Home
last modified time | relevance | path

Searched defs:textComponent (Results 1 – 23 of 23) sorted by relevance

/foundation/arkui/ace_engine_lite/frameworks/src/core/components/test/unittest/common/
Dtext_tdd_test.cpp45 …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
Dtext_tdd_exception_test.cpp44 …Component* textComponent = reinterpret_cast<TextComponent *>(GetRenderedComponent(componentNameId_… in ComponentTextStyleSetExceptionTest007() local
Djsbundle_tdd_test.cpp95 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
Dopacity_tdd_test.cpp186 …Component* textComponent = reinterpret_cast<TextComponent *>(GetRenderedComponent(textComponentNam… in SetOpacityTest005() local
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
Dbutton_model_impl.cpp28 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
Dtext_model_impl.cpp31 auto textComponent = AceType::MakeRefPtr<TextComponentV2>(content); in Create() local
305 auto textComponent = GetComponent(); in SetRemoteMessage() local
Dselect_model_impl.cpp41 auto textComponent = AceType::MakeRefPtr<OHOS::Ace::TextComponent>(params[i].text); in Create() local
Dview_abstract_model_impl.cpp1485 auto textComponent = AceType::MakeRefPtr<OHOS::Ace::TextComponent>(param.value); in CreateMenuEventWithParams() local
/foundation/arkui/ace_engine/frameworks/core/components/svg/
Drender_svg_text.cpp31 … 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/
Drender_clock.cpp66 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/
Dtab_bar_component.cpp58 Component* textComponent = ComponentUtils::GetComponentFromBindingObject(childHandler); in GetTextByIndex() local
/foundation/arkui/ace_engine/frameworks/core/components/tab_bar/
Dtab_bar_item_component.cpp115 auto textComponent = AceType::MakeRefPtr<TextComponent>(textStr); in BuildWithTextIcon() local
/foundation/arkui/ace_engine/frameworks/core/components/counter/
Dcounter_component.cpp97 auto textComponent = AceType::MakeRefPtr<TextComponent>(content); in BuildControl() local
/foundation/arkui/ace_engine/frameworks/core/components/hyperlink/
Drender_hyperlink.cpp107 auto textComponent = AceType::DynamicCast<TextComponent>(node); in SetImageChildColor() local
/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
Ddom_tool_bar_item.cpp260 RefPtr<TextComponent> textComponent = AceType::MakeRefPtr<TextComponent>(value_); in BuildOptionComponent() local
/foundation/arkui/ace_engine/frameworks/core/components/calendar/
Dcalendar_element.cpp125 auto textComponent = AceType::MakeRefPtr<TextComponent>(date); in RegisterChangeEndListener() local
/foundation/arkui/ace_engine/frameworks/core/components/button/
Dbutton_component.cpp62 auto textComponent = AceType::MakeRefPtr<TextComponent>(text); in Build() local
/foundation/arkui/ace_engine/frameworks/core/components/stepper/
Drender_stepper.h69 RefPtr<TextComponent> textComponent; member
/foundation/arkui/ace_engine/frameworks/core/components/search/
Drender_search.cpp265 const auto& textComponent = AceType::MakeRefPtr<TextComponent>(searchText); in CreateRenderButton() local
/foundation/arkui/ace_engine/frameworks/core/components/container_modal/
Dcontainer_modal_element.cpp534 auto textComponent = containerModalComponent_->GetTitleLabel(); in SetAppTitle() local
/foundation/arkui/ace_engine/frameworks/core/components/swiper/
Drosen_render_swiper.cpp243 RefPtr<TextComponent> textComponent = AceType::MakeRefPtr<TextComponent>(indicatorText); in LayoutDigitalIndicator() local
/foundation/arkui/ace_engine/frameworks/core/components/text_overlay/
Dtext_overlay_component.cpp399 auto textComponent = AceType::MakeRefPtr<TextComponent>(text); in BuildMenuOption() local
/foundation/arkui/ace_engine/frameworks/core/components/web/
Drender_web.cpp1273 auto textComponent = AceType::MakeRefPtr<TextComponent>(value); in BuildSelectMenu() local