Searched refs:text_height (Results 1 – 4 of 4) sorted by relevance
116 int text_height, text_width; in PaintUsername() local118 &text_width, &text_height, in PaintUsername()
289 int text_height = title_top + font_height() + kBottomPadding; in Layout() local290 if (text_height > minimum_size.height()) in Layout()291 title_top -= (text_height - minimum_size.height()) / 2; in Layout()
732 int text_height = title_top + title_font_height_ + kBottomPadding; in Layout() local733 if (text_height > minimum_size.height()) in Layout()734 title_top -= (text_height - minimum_size.height()) / 2; in Layout()
434 int text_height = height - (kShadowThickness * 2); in OnPaint() local438 std::max(0, text_height)); in OnPaint()