/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/ |
H A D | text_styles.cpp | 58 UPDATE_TEXT_STYLE(fontStyle, MinFontScale, SetMinFontScale); in CreateTextStyleUsingTheme() 102 UPDATE_TEXT_STYLE(fontStyle, MinFontScale, SetMinFontScale); in UseSelfStyle()
|
H A D | text_model_ng.h | 44 void SetMinFontScale(const float value) override; 97 static void SetMinFontScale(FrameNode* frameNode, const float value);
|
H A D | text_model.h | 100 virtual void SetMinFontScale(const float value) = 0;
|
H A D | text_model_ng.cpp | 204 void TextModelNG::SetMinFontScale(const float value) in SetMinFontScale() function in OHOS::Ace::NG::TextModelNG 526 void TextModelNG::SetMinFontScale(FrameNode* frameNode, const float value) in SetMinFontScale() function in OHOS::Ace::NG::TextModelNG
|
H A D | span_node.cpp | 604 INHERIT_TEXT_STYLE(fontStyle, MinFontScale, SetMinFontScale); in InheritParentProperties()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/ |
H A D | text_model_impl.h | 43 void SetMinFontScale(const float value) override;
|
H A D | text_model_impl.cpp | 95 void TextModelImpl::SetMinFontScale(const float value) {} in SetMinFontScale() function in OHOS::Ace::Framework::TextModelImpl
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_text.h | 39 static void SetMinFontScale(const JSCallbackInfo& info);
|
H A D | js_text.cpp | 233 void JSText::SetMinFontScale(const JSCallbackInfo& info) in SetMinFontScale() function in OHOS::Ace::Framework::JSText 240 TextModel::GetInstance()->SetMinFontScale(0.0f); in SetMinFontScale() 244 TextModel::GetInstance()->SetMinFontScale(1.0f); in SetMinFontScale() 247 TextModel::GetInstance()->SetMinFontScale(static_cast<float>(minFontScale)); in SetMinFontScale() 1090 JSClass<JSText>::StaticMethod("minFontScale", &JSText::SetMinFontScale, opt); in JSBind()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/ |
H A D | arkts_native_text_bridge.h | 52 static ArkUINativeModuleValue SetMinFontScale(ArkUIRuntimeCallInfo* runtimeCallInfo);
|
H A D | arkts_native_text_bridge.cpp | 495 ArkUINativeModuleValue TextBridge::SetMinFontScale(ArkUIRuntimeCallInfo* runtimeCallInfo) in SetMinFontScale() function in OHOS::Ace::NG::TextBridge
|
H A D | arkts_native_api_impl_bridge.cpp | 1261 panda::FunctionRef::New(const_cast<panda::EcmaVM*>(vm), TextBridge::SetMinFontScale)); in GetArkUINativeModule()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/properties/ |
H A D | text_style.h | 326 void SetMinFontScale(float minFontScale) in SetMinFontScale() function
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | node_text_modifier.cpp | 470 TextModelNG::SetMinFontScale(frameNode, number); in SetTextMinFontScale() 477 TextModelNG::SetMinFontScale(frameNode, DEFAULT_MIN_FONT_SCALE); in ResetTextMinFontScale()
|