Searched refs:GetMinFontScale (Results 1 – 8 of 8) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/ |
H A D | text_adapt_font_sizer.cpp | 103 textStyle.GetMinFontScale(), textStyle.GetMaxFontScale(), textStyle.IsAllowScale()); in GetAdaptMaxMinFontSize() 105 textStyle.GetMinFontScale(), textStyle.GetMaxFontScale(), textStyle.IsAllowScale()); in GetAdaptMaxMinFontSize() 116 …step.ConvertToPxDistribute(textStyle.GetMinFontScale(), textStyle.GetMaxFontScale(), textStyle.IsA… in GetAdaptFontSizeStep() 163 textStyle.GetMinFontScale(), textStyle.GetMaxFontScale(), textStyle.IsAllowScale()); in SetAdaptFontSizeLineHeight()
|
H A D | text_content_modifier.cpp | 131 textStyle.GetMinFontScale(), textStyle.GetMaxFontScale(), textStyle.IsAllowScale()); in SetDefaultFontSize() 142 textStyle.GetMinFontScale(), textStyle.GetMaxFontScale(), textStyle.IsAllowScale()); in SetDefaultAdaptMinFontSize() 155 textStyle.GetMinFontScale(), textStyle.GetMaxFontScale(), textStyle.IsAllowScale()); in SetDefaultAdaptMaxFontSize() 224 textStyle.GetMinFontScale(), textStyle.GetMaxFontScale(), textStyle.IsAllowScale()); in SetDefaultBaselineOffset() 237 textStyle.GetMinFontScale(), textStyle.GetMaxFontScale(), textStyle.IsAllowScale()); in SetDefaultLineHeight() 739 …value.ConvertToPxDistribute(textStyle.GetMinFontScale(), textStyle.GetMaxFontScale(), textStyle.Is… in SetFontSize() 752 …value.ConvertToPxDistribute(textStyle.GetMinFontScale(), textStyle.GetMaxFontScale(), textStyle.Is… in SetAdaptMinFontSize() 765 …value.ConvertToPxDistribute(textStyle.GetMinFontScale(), textStyle.GetMaxFontScale(), textStyle.Is… in SetAdaptMaxFontSize() 858 textStyle.GetMinFontScale(), textStyle.GetMaxFontScale(), textStyle.IsAllowScale()); in SetBaselineOffset() 872 textStyle.GetMinFontScale(), textStyle.GetMaxFontScale(), textStyle.IsAllowScale()); in SetLineHeight()
|
H A D | text_layout_algorithm.cpp | 142 textStyle.GetMinFontScale(), textStyle.GetMaxFontScale(), textStyle.IsAllowScale()); in MeasureContent() 164 … textStyle.GetMinFontScale(), textStyle.GetMaxFontScale(), textStyle.IsAllowScale())); in MeasureContent() 303 textStyle.GetMinFontScale(), textStyle.GetMaxFontScale(), textStyle.IsAllowScale()); in CreateParagraph() 410 textStyle.GetMinFontScale(), textStyle.GetMaxFontScale(), textStyle.IsAllowScale()); in AdaptMinTextSize() 412 textStyle.GetMinFontScale(), textStyle.GetMaxFontScale(), textStyle.IsAllowScale()); in AdaptMinTextSize() 426 …step.ConvertToPxDistribute(textStyle.GetMinFontScale(), textStyle.GetMaxFontScale(), textStyle.IsA… in AdaptMinTextSize() 615 ….ConvertToPxDistribute(textStyle.GetMinFontScale(), textStyle.GetMaxFontScale(), textStyle.IsAllow… in BuildTextRaceParagraph()
|
H A D | multiple_paragraph_layout_algorithm.cpp | 484 … textStyle.GetMinFontScale(), textStyle.GetMaxFontScale(), textStyle.IsAllowScale()); in UpdateParagraphBySpan() 611 textStyle.GetMinFontScale(), textStyle.GetMaxFontScale(), textStyle.IsAllowScale()); in AddImageToParagraph() 706 textStyle.GetMinFontScale(), textStyle.GetMaxFontScale(), textStyle.IsAllowScale()); in ApplyIndent() 717 textStyle.GetMinFontScale(), textStyle.GetMaxFontScale(), textStyle.IsAllowScale()); in ApplyIndent()
|
H A D | text_layout_property.cpp | 139 …json->PutExtAttr("minFontSacle", std::to_string(GetMinFontScale().value_or(MINFONTSCALE)).c_str(),… in ToJsonValue()
|
H A D | text_pattern.cpp | 3204 … child->UpdateMinFontScaleWithoutFlushDirty(textLayoutProp->GetMinFontScale().value()); in UpdateChildProperty()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/font/ |
H A D | constants_converter.cpp | 734 textStyle.GetMinFontScale(), textStyle.GetMaxFontScale(), textStyle.IsAllowScale()); in ConvertTxtStyle() 742 textStyle.GetMinFontScale(), textStyle.GetMaxFontScale(), textStyle.IsAllowScale()); in ConvertTxtStyle() 749 textStyle.GetMinFontScale(), textStyle.GetMaxFontScale(), textStyle.IsAllowScale()); in ConvertTxtStyle() 751 textStyle.GetMinFontScale(), textStyle.GetMaxFontScale(), textStyle.IsAllowScale()); in ConvertTxtStyle() 784 textStyle.GetMinFontScale(), textStyle.GetMaxFontScale(), textStyle.IsAllowScale()); in ConvertTxtStyle() 806 textStyle.GetMinFontScale(), textStyle.GetMaxFontScale(), textStyle.IsAllowScale()); in ConvertTxtStyle() 851 textStyle.GetMinFontScale(), textStyle.GetMaxFontScale(), textStyle.IsAllowScale()); in ConvertTxtStyle()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/properties/ |
H A D | text_style.h | 336 std::optional<float> GetMinFontScale() const in GetMinFontScale() function
|