Searched refs:paragraph_style_ (Results 1 – 5 of 5) sorted by relevance
289 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 …]
32 paragraph_style_ = style; in SetParagraphStyle()78 paragraph->SetParagraphStyle(paragraph_style_); in Build()80 SetParagraphStyle(paragraph_style_); in Build()
55 ParagraphStyle paragraph_style_; variable
173 ParagraphStyle paragraph_style_; variable
2236 ASSERT_EQ(paragraph->paragraph_style_.text_direction, TextDirection::rtl); in TEST_F()