/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/ |
H A D | dom_span.cpp | 75 currentStyle.SetAllowScale(parentStyle.IsAllowScale()); in CheckAndSetCurrentSpanStyle() 128 specializedStyle.spanStyle.SetAllowScale(false); in PrepareSpecializedComponent() 130 specializedStyle.spanStyle.SetAllowScale(true); in PrepareSpecializedComponent()
|
H A D | dom_text.cpp | 86 spanStyle.SetAllowScale(textStyle.IsAllowScale()); in CheckAndSetSpanStyle() 131 style.textStyle.SetAllowScale(false); in PrepareSpecializedComponent() 133 style.textStyle.SetAllowScale(true); in PrepareSpecializedComponent()
|
H A D | dom_option.cpp | 52 selectOptionComponent_->SetAllowScale(theme_->IsAllowScale()); in ResetInitializedStyle() 151 selectOptionComponent_->SetAllowScale(StringToBool(style.second)); in SetSpecializedStyle()
|
H A D | dom_select.cpp | 64 selectComponent_->SetAllowScale(theme_->IsAllowScale()); in InitializeStyle() 137 … SelectComponent& select) { select.SetAllowScale(StringToBool(val)); } }, in SetSpecializedStyle()
|
H A D | dom_marquee.cpp | 88 … const DOMMarquee&) { textStyle.SetAllowScale(StringToBool(val)); } }, in SetSpecializedStyle()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/marquee/ |
H A D | marquee_model_ng.h | 34 void SetAllowScale(const std::optional<bool>& allowScale) override; 41 static void SetAllowScale(FrameNode* frameNode, const bool allowScale);
|
H A D | marquee_model.h | 43 virtual void SetAllowScale(const std::optional<bool>& allowScale) = 0;
|
H A D | marquee_model_ng.cpp | 97 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 D | option_component.h | 72 SetAllowScale(theme->IsAllowScale()); in SetTheme() 263 void SetAllowScale(bool allowScale) in SetAllowScale() function 265 theme_->SetAllowScale(allowScale); in SetAllowScale()
|
H A D | option_component.cpp | 113 textStyle.SetAllowScale(IsAllowScale()); in Initialize()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_marquee.cpp | 119 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 D | js_marquee.h | 29 static void SetAllowScale(const JSCallbackInfo& info);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/ |
H A D | marquee_model_impl.cpp | 119 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 D | marquee_model_impl.h | 37 void SetAllowScale(const std::optional<bool>& allowScale) override;
|
H A D | span_model_impl.cpp | 33 textStyle.SetAllowScale(false); in Create()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/popup/ |
H A D | popup_component_v2.cpp | 98 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 D | arkts_native_marquee_bridge.h | 24 static ArkUINativeModuleValue SetAllowScale(ArkUIRuntimeCallInfo* runtimeCallInfo);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/select/ |
H A D | select_component.h | 110 void SetAllowScale(bool value) in SetAllowScale() function 112 theme_->SetAllowScale(value); in SetAllowScale()
|
H A D | select_component.cpp | 111 textStyle.SetAllowScale(theme_->IsAllowScale()); in Initialize()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text/ |
H A D | text_component_v2.cpp | 71 spanStyle.SetAllowScale(textStyle.IsAllowScale()); in CheckAndSetChildStyle()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/ |
H A D | cj_marquee_ffi.cpp | 46 MarqueeModel::GetInstance()->SetAllowScale(value); in FfiOHOSAceFrameworkMarqueeSetAllowScale()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | marquee_modifier.cpp | 78 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 D | navigation_bar_component_base.cpp | 48 textStyle.SetAllowScale(false); in BuildTitleText()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/badge/ |
H A D | render_badge.cpp | 207 textStyle_.SetAllowScale(false); in UpdateBadgeText()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/span/ |
H A D | span_declaration.cpp | 66 specializedStyle.spanStyle.SetAllowScale(StringToBool(val)); in SetSpecializedStyle()
|