/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/button/ |
H A D | button_layout_algorithm.cpp | 155 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 D | button_pattern.cpp | 82 … if (layoutProperty->HasFontSize() && layoutProperty->GetFontSize()->Unit() != DimensionUnit::FP) { in NeedAgingUpdateText() 166 if (!textLayoutProperty->HasFontSize()) { in UpdateTextStyle()
|
H A D | toggle_button_pattern.cpp | 325 if (textLayoutProperty->HasFontSize()) { in InitButtonAndText()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/properties/ |
H A D | svg_paint_state.h | 497 bool HasFontSize() const in HasFontSize() function
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/ |
H A D | rich_editor_layout_algorithm.cpp | 87 if (source->fontStyle->HasFontSize()) { in CopySpanStyle()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/ |
H A D | title_bar_pattern.cpp | 675 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 D | title_bar_test_ng.cpp | 1210 ASSERT_TRUE(textLayoutProperty->HasFontSize()); 1234 ASSERT_TRUE(textLayoutProperty->HasFontSize());
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/ |
H A D | text_field_select_overlay.cpp | 53 …bool isFontSizeZero = layoutProperty->HasFontSize() && NearZero(layoutProperty->GetFontSize()->Val… in PreProcessOverlay()
|
H A D | text_field_layout_algorithm.cpp | 609 …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 D | datepicker_column_pattern.cpp | 499 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 D | timepicker_column_pattern.cpp | 536 if (timePickerLayoutProperty->HasFontSize()) { in UpdateCandidateTextProperties() 637 if (textLayoutProperty->HasFontSize()) { in AddAnimationTextProperties()
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/marquee/ |
H A D | marquee_test_ng.cpp | 1104 EXPECT_FALSE(marqueeLayoutProperty->HasFontSize()); 1167 EXPECT_FALSE(marqueeLayoutProperty->HasFontSize());
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/ |
H A D | multiple_paragraph_layout_algorithm.cpp | 482 if (paraStyleSpanItem->fontStyle->HasFontSize()) { in UpdateParagraphBySpan()
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/text_timer/ |
H A D | text_timer_test_ng.cpp | 375 EXPECT_FALSE(textLayoutProperty->HasFontSize());
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_picker/ |
H A D | textpicker_column_pattern.cpp | 765 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 D | calendar_picker_model_ng.cpp | 459 … textStyle.fontSize = calendarPickerProperty->HasFontSize() ? calendarPickerProperty->GetFontSize() in GetTextStyle()
|
H A D | calendar_picker_pattern.cpp | 1226 if (layoutProperty->HasFontSize()) { in FlushTextStyle()
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/text/ |
H A D | text_testfive_ng.cpp | 1856 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 D | text_picker_test_ng.cpp | 817 ASSERT_TRUE(pickerProperty->HasFontSize()); 838 EXPECT_TRUE(pickerProperty->HasFontSize());
|
H A D | text_picker_column_test_ng.cpp | 1143 ASSERT_TRUE(textLayoutProperty->HasFontSize()); 1203 ASSERT_TRUE(textLayoutProperty->HasFontSize());
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/text_clock/ |
H A D | text_clock_test_ng.cpp | 467 EXPECT_FALSE(textLayoutProperty->HasFontSize());
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/svg/ |
H A D | render_svg_base.cpp | 634 return textStyle_.HasFontSize(); in IsSelfValue()
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/picker/ |
H A D | date_picker_test_update.cpp | 1265 EXPECT_FALSE(pickerProperty->HasFontSize()); 1880 EXPECT_FALSE(pickerProperty->HasFontSize());
|
H A D | date_picker_test_ng.cpp | 383 EXPECT_TRUE(pickerProperty->HasFontSize()); 431 EXPECT_TRUE(pickerProperty->HasFontSize());
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/time_picker/ |
H A D | time_picker_test_ng.cpp | 357 EXPECT_TRUE(pickerProperty->HasFontSize()); 403 EXPECT_TRUE(pickerProperty->HasFontSize());
|