Searched refs:minParagraphFontSize (Results 1 – 4 of 4) sorted by relevance
282 if (!pManager_->minParagraphFontSize.has_value() || in GetParagraphStyle()283 GreatNotEqual(pManager_->minParagraphFontSize.value(), style.fontSize)) { in GetParagraphStyle()284 pManager_->minParagraphFontSize = style.fontSize; in GetParagraphStyle()
46 std::optional<double> minParagraphFontSize = std::nullopt; variable
10092 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()
126 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();