Home
last modified time | relevance | path

Searched refs:screen_height_ (Results 1 – 2 of 2) sorted by relevance

/system/core/healthd/
Dhealthd_draw.cpp69 screen_height_ = gr_fb_height(); in HealthdDraw()
128 int y = (screen_height_ - h) / 2; in draw_surface_centered()
146 if (y < 0) y = (screen_height_ - char_height_) / 2; in draw_text()
157 screen_height_ = gr_fb_height(); in determine_xy()
171 *y = (screen_height_ - field.font->char_height) / 2; in determine_xy()
175 *y = screen_height_ + field.pos_y - field.font->char_height; in determine_xy()
Dhealthd_draw.h74 int screen_height_; variable