Home
last modified time | relevance | path

Searched refs:paragraph_style_ (Results 1 – 5 of 5) sorted by relevance

/third_party/flutter/engine/flutter/third_party/txt/src/txt/
Dparagraph_txt.cc289 breaker_.setJustified(paragraph_style_.text_align == TextAlign::justify); in ComputeLineBreaks()
290 breaker_.setStrategy(paragraph_style_.break_strategy); in ComputeLineBreaks()
291 breaker_.setWordBreakType(paragraph_style_.word_break_type); in ComputeLineBreaks()
324 bool isRtl = (paragraph_style_.text_direction == TextDirection::rtl); in ComputeLineBreaks()
396 UBiDiLevel paraLevel = (paragraph_style_.text_direction == TextDirection::rtl) in ComputeBidiRuns()
505 return (paragraph_style_.strut_enabled && in IsStrutValid()
506 paragraph_style_.strut_font_size >= 0); in IsStrutValid()
522 strut->force_strut = paragraph_style_.force_strut_height; in ComputeStrut()
524 0, GetWeight(paragraph_style_.strut_font_weight), in ComputeStrut()
525 paragraph_style_.strut_font_style == FontStyle::italic); in ComputeStrut()
[all …]
Dparagraph_builder_txt.cc32 paragraph_style_ = style; in SetParagraphStyle()
78 paragraph->SetParagraphStyle(paragraph_style_); in Build()
80 SetParagraphStyle(paragraph_style_); in Build()
Dparagraph_builder_txt.h55 ParagraphStyle paragraph_style_; variable
Dparagraph_txt.h173 ParagraphStyle paragraph_style_; variable
/third_party/flutter/engine/flutter/third_party/txt/tests/
Dparagraph_unittests.cc2236 ASSERT_EQ(paragraph->paragraph_style_.text_direction, TextDirection::rtl); in TEST_F()