Home
last modified time | relevance | path

Searched refs:SetAllowScale (Results 1 – 25 of 52) sorted by relevance

123

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_span.cpp75 currentStyle.SetAllowScale(parentStyle.IsAllowScale()); in CheckAndSetCurrentSpanStyle()
128 specializedStyle.spanStyle.SetAllowScale(false); in PrepareSpecializedComponent()
130 specializedStyle.spanStyle.SetAllowScale(true); in PrepareSpecializedComponent()
H A Ddom_text.cpp86 spanStyle.SetAllowScale(textStyle.IsAllowScale()); in CheckAndSetSpanStyle()
131 style.textStyle.SetAllowScale(false); in PrepareSpecializedComponent()
133 style.textStyle.SetAllowScale(true); in PrepareSpecializedComponent()
H A Ddom_option.cpp52 selectOptionComponent_->SetAllowScale(theme_->IsAllowScale()); in ResetInitializedStyle()
151 selectOptionComponent_->SetAllowScale(StringToBool(style.second)); in SetSpecializedStyle()
H A Ddom_select.cpp64 selectComponent_->SetAllowScale(theme_->IsAllowScale()); in InitializeStyle()
137 … SelectComponent& select) { select.SetAllowScale(StringToBool(val)); } }, in SetSpecializedStyle()
H A Ddom_marquee.cpp88 … const DOMMarquee&) { textStyle.SetAllowScale(StringToBool(val)); } }, in SetSpecializedStyle()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/marquee/
H A Dmarquee_model_ng.h34 void SetAllowScale(const std::optional<bool>& allowScale) override;
41 static void SetAllowScale(FrameNode* frameNode, const bool allowScale);
H A Dmarquee_model.h43 virtual void SetAllowScale(const std::optional<bool>& allowScale) = 0;
H A Dmarquee_model_ng.cpp97 void MarqueeModelNG::SetAllowScale(const std::optional<bool>& allowScale) in SetAllowScale() function in OHOS::Ace::NG::MarqueeModelNG
204 void MarqueeModelNG::SetAllowScale(FrameNode* frameNode, const bool allowScale) in SetAllowScale() function in OHOS::Ace::NG::MarqueeModelNG
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/option/
H A Doption_component.h72 SetAllowScale(theme->IsAllowScale()); in SetTheme()
263 void SetAllowScale(bool allowScale) in SetAllowScale() function
265 theme_->SetAllowScale(allowScale); in SetAllowScale()
H A Doption_component.cpp113 textStyle.SetAllowScale(IsAllowScale()); in Initialize()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_marquee.cpp119 JSClass<JSMarquee>::StaticMethod("allowScale", &JSMarquee::SetAllowScale); in JSBind()
167 void JSMarquee::SetAllowScale(const JSCallbackInfo& info) in SetAllowScale() function in OHOS::Ace::Framework::JSMarquee
176 MarqueeModel::GetInstance()->SetAllowScale(allowScaleOpt); in SetAllowScale()
H A Djs_marquee.h29 static void SetAllowScale(const JSCallbackInfo& info);
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dmarquee_model_impl.cpp119 void MarqueeModelImpl::SetAllowScale(const std::optional<bool>& allowScale) in SetAllowScale() function in OHOS::Ace::Framework::MarqueeModelImpl
124 textStyle.SetAllowScale(allowScale.value_or(false)); in SetAllowScale()
H A Dmarquee_model_impl.h37 void SetAllowScale(const std::optional<bool>& allowScale) override;
H A Dspan_model_impl.cpp33 textStyle.SetAllowScale(false); in Create()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/popup/
H A Dpopup_component_v2.cpp98 textStyle.SetAllowScale(false); in CreateMessage()
138 textStyle.SetAllowScale(false); in CreateButton()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_marquee_bridge.h24 static ArkUINativeModuleValue SetAllowScale(ArkUIRuntimeCallInfo* runtimeCallInfo);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/select/
H A Dselect_component.h110 void SetAllowScale(bool value) in SetAllowScale() function
112 theme_->SetAllowScale(value); in SetAllowScale()
H A Dselect_component.cpp111 textStyle.SetAllowScale(theme_->IsAllowScale()); in Initialize()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text/
H A Dtext_component_v2.cpp71 spanStyle.SetAllowScale(textStyle.IsAllowScale()); in CheckAndSetChildStyle()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_marquee_ffi.cpp46 MarqueeModel::GetInstance()->SetAllowScale(value); in FfiOHOSAceFrameworkMarqueeSetAllowScale()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dmarquee_modifier.cpp78 MarqueeModelNG::SetAllowScale(frameNode, allowScale); in SetMarqueeAllowScale()
85 MarqueeModelNG::SetAllowScale(frameNode, DEFAULT_ALLOW_SCALE); in ResetMarqueeAllowScale()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/navigation_bar/
H A Dnavigation_bar_component_base.cpp48 textStyle.SetAllowScale(false); in BuildTitleText()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/badge/
H A Drender_badge.cpp207 textStyle_.SetAllowScale(false); in UpdateBadgeText()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/span/
H A Dspan_declaration.cpp66 specializedStyle.spanStyle.SetAllowScale(StringToBool(val)); in SetSpecializedStyle()

123