Searched refs:font_height (Results 1 – 5 of 5) sorted by relevance
70 int title_y = (height() - font_height()) / 2; in Layout()75 font_height()); in Layout()
236 int content_height = std::max(kFaviconSize, font_height()); in Layout()282 int title_top = kTopPadding + (content_height - font_height()) / 2; in Layout()289 int text_height = title_top + font_height() + kBottomPadding; in Layout()300 title_bounds_.SetRect(title_left, title_top, title_width, font_height()); in Layout()
145 static int font_height() { return font_height_; } in font_height() function
511 int font_height = GetFontHeight(); in Layout() local512 text_bounds_.SetRect(text_x, std::max(0, (height() - font_height) / 2), in Layout()514 0), font_height); in Layout()
49 font_height height; in platformInit()