Searched refs:char_height_ (Results 1 – 2 of 2) sorted by relevance
65 gr_font_size(sys_font, &char_width_, &char_height_); in HealthdDraw()146 if (y < 0) y = (screen_height_ - char_height_) / 2; in draw_text()150 return y + char_height_; in draw_text()
70 int char_height_; variable