Home | History | Annotate | Download | only in gfx

Lines Matching refs:GetContentWidth

722 float RenderText::GetContentWidth() {
855 const int extra_content = GetContentWidth() - display_rect_.width();
1074 const int width = GetContentWidth();
1096 if (multiline() || elide_behavior_ != FADE_TAIL || GetContentWidth() <= width)
1202 !layout_text_.empty() && GetContentWidth() > display_rect_.width()) {
1235 if (render_text->GetContentWidth() <= available_width)
1245 const float ellipsis_width = render_text->GetContentWidth();
1302 const float guess_width = render_text->GetContentWidth();