Home
last modified time | relevance | path

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

/system/core/healthd/
Dhealthd_draw.cpp65 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()
Dhealthd_draw.h70 int char_height_; variable