Searched refs:screen_height_ (Results 1 – 2 of 2) sorted by relevance
66 screen_height_ = gr_fb_height(); in HealthdDraw()111 int y = (screen_height_ - h) / 2; in draw_surface_centered()129 if (y < 0) y = (screen_height_ - char_height_) / 2; in draw_text()152 *y = (screen_height_ - field.font->char_height) / 2; in determine_xy()156 *y = screen_height_ + field.pos_y - field.font->char_height; in determine_xy()
67 int screen_height_; variable