Home
last modified time | relevance | path

Searched refs:HasFontSize (Results 1 – 25 of 27) sorted by relevance

12

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/button/
H A Dbutton_layout_algorithm.cpp155 if (buttonLayoutProperty->HasFontSize() || buttonLayoutProperty->HasControlSize()) { in HandleAdaptiveText()
238 if (buttonLayoutProperty->HasFontSize()) { in PerformMeasureSelf()
386 …if (buttonLayoutProperty->HasFontSize() && buttonLayoutProperty->GetFontSize()->Unit() != Dimensio… in IsAging()
H A Dbutton_pattern.cpp82 … if (layoutProperty->HasFontSize() && layoutProperty->GetFontSize()->Unit() != DimensionUnit::FP) { in NeedAgingUpdateText()
166 if (!textLayoutProperty->HasFontSize()) { in UpdateTextStyle()
H A Dtoggle_button_pattern.cpp325 if (textLayoutProperty->HasFontSize()) { in InitButtonAndText()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
H A Dsvg_paint_state.h497 bool HasFontSize() const in HasFontSize() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
H A Drich_editor_layout_algorithm.cpp87 if (source->fontStyle->HasFontSize()) { in CopySpanStyle()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/
H A Dtitle_bar_pattern.cpp675 if (textLayoutProperty->HasFontSize()) { in ApplyTitleModifier()
689 if (!textLayoutProperty->HasFontSize() && in ApplyTitleModifier()
704 textLayoutProperty->HasFontSize() ? "FontSize" : "", in ApplyTitleModifier()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/navigation/
H A Dtitle_bar_test_ng.cpp1210 ASSERT_TRUE(textLayoutProperty->HasFontSize());
1234 ASSERT_TRUE(textLayoutProperty->HasFontSize());
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dtext_field_select_overlay.cpp53 …bool isFontSizeZero = layoutProperty->HasFontSize() && NearZero(layoutProperty->GetFontSize()->Val… in PreProcessOverlay()
H A Dtext_field_layout_algorithm.cpp609 …if (layoutProperty->HasFontSize() && layoutProperty->GetFontSize().value_or(Dimension()).IsNonNega… in UpdateTextStyle()
665 …if (layoutProperty->HasFontSize() && layoutProperty->GetFontSize().value_or(Dimension()).IsNonNega… in UpdatePlaceholderTextStyle()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/picker/
H A Ddatepicker_column_pattern.cpp499 if (dataPickerRowLayoutProperty->HasFontSize()) { in UpdateCandidateTextProperties()
565 if (textLayoutProperty->HasFontSize()) { in AddAnimationTextProperties()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/time_picker/
H A Dtimepicker_column_pattern.cpp536 if (timePickerLayoutProperty->HasFontSize()) { in UpdateCandidateTextProperties()
637 if (textLayoutProperty->HasFontSize()) { in AddAnimationTextProperties()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/marquee/
H A Dmarquee_test_ng.cpp1104 EXPECT_FALSE(marqueeLayoutProperty->HasFontSize());
1167 EXPECT_FALSE(marqueeLayoutProperty->HasFontSize());
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
H A Dmultiple_paragraph_layout_algorithm.cpp482 if (paraStyleSpanItem->fontStyle->HasFontSize()) { in UpdateParagraphBySpan()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/text_timer/
H A Dtext_timer_test_ng.cpp375 EXPECT_FALSE(textLayoutProperty->HasFontSize());
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_picker/
H A Dtextpicker_column_pattern.cpp765 if (textPickerLayoutProperty->HasFontSize()) { in UpdateCandidateTextProperties()
807 if (textLayoutProperty->HasFontSize()) { in AddAnimationTextProperties()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/calendar_picker/
H A Dcalendar_picker_model_ng.cpp459 … textStyle.fontSize = calendarPickerProperty->HasFontSize() ? calendarPickerProperty->GetFontSize() in GetTextStyle()
H A Dcalendar_picker_pattern.cpp1226 if (layoutProperty->HasFontSize()) { in FlushTextStyle()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/text/
H A Dtext_testfive_ng.cpp1856 EXPECT_EQ(spanItem->DecodeTlv(buff, cursor)->fontStyle->HasFontSize(), false);
1859 EXPECT_EQ(spanItem->DecodeTlv(buff, cursor)->fontStyle->HasFontSize(), false);
1890 EXPECT_EQ(spanItem->DecodeTlv(buff, cursor)->fontStyle->HasFontSize(), true);
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/text_picker/
H A Dtext_picker_test_ng.cpp817 ASSERT_TRUE(pickerProperty->HasFontSize());
838 EXPECT_TRUE(pickerProperty->HasFontSize());
H A Dtext_picker_column_test_ng.cpp1143 ASSERT_TRUE(textLayoutProperty->HasFontSize());
1203 ASSERT_TRUE(textLayoutProperty->HasFontSize());
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/text_clock/
H A Dtext_clock_test_ng.cpp467 EXPECT_FALSE(textLayoutProperty->HasFontSize());
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/svg/
H A Drender_svg_base.cpp634 return textStyle_.HasFontSize(); in IsSelfValue()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/picker/
H A Ddate_picker_test_update.cpp1265 EXPECT_FALSE(pickerProperty->HasFontSize());
1880 EXPECT_FALSE(pickerProperty->HasFontSize());
H A Ddate_picker_test_ng.cpp383 EXPECT_TRUE(pickerProperty->HasFontSize());
431 EXPECT_TRUE(pickerProperty->HasFontSize());
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/time_picker/
H A Dtime_picker_test_ng.cpp357 EXPECT_TRUE(pickerProperty->HasFontSize());
403 EXPECT_TRUE(pickerProperty->HasFontSize());

12