Home
last modified time | relevance | path

Searched refs:minParagraphFontSize (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
H A Drich_editor_layout_algorithm.cpp282 if (!pManager_->minParagraphFontSize.has_value() || in GetParagraphStyle()
283 GreatNotEqual(pManager_->minParagraphFontSize.value(), style.fontSize)) { in GetParagraphStyle()
284 pManager_->minParagraphFontSize = style.fontSize; in GetParagraphStyle()
H A Dparagraph_manager.h46 std::optional<double> minParagraphFontSize = std::nullopt; variable
H A Drich_editor_pattern.cpp10092 auto minDet = paragraphs_.minParagraphFontSize.value_or(GetTextThemeFontSize()); in OnBackPressed()
10125 auto minDet = paragraphs_.minParagraphFontSize.value_or(GetTextThemeFontSize()); in OnBackPressed()
10158 auto minDet = paragraphs_.minParagraphFontSize.value_or(GetTextThemeFontSize()); in OnBackPressed()
10187 auto minDet = paragraphs_.minParagraphFontSize.value_or(GetTextThemeFontSize()); in OnBackPressed()
10223 auto minDet = paragraphs_.minParagraphFontSize.value_or(GetTextThemeFontSize()); in OnBackPressed()
10259 auto minDet = paragraphs_.minParagraphFontSize.value_or(GetTextThemeFontSize()); in OnBackPressed()
10404 auto minDet = paragraphs_.minParagraphFontSize.value_or(GetTextThemeFontSize()) / 2.0; in OnBackPressed()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/rich_editor/
H A Drich_editor_keyboard_shortcut_test_ng.cpp126 richEditorPattern->paragraphs_.minParagraphFontSize = 19.0;
127 EXPECT_EQ(richEditorPattern->paragraphs_.minParagraphFontSize.value(), 19.0);
171 richEditorPattern->paragraphs_.minParagraphFontSize = 19.0;
172 EXPECT_EQ(richEditorPattern->paragraphs_.minParagraphFontSize.value(), 19.0);
223 richEditorPattern->paragraphs_.minParagraphFontSize = 19.0;
224 EXPECT_EQ(richEditorPattern->paragraphs_.minParagraphFontSize.value(), 19.0);
292 richEditorPattern->paragraphs_.minParagraphFontSize = style.GetFontSize().ConvertToPx();