Home
last modified time | relevance | path

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

/system/core/healthd/
Dhealthd_draw.cpp126 int str_len_px = gr_measure(font, str); in draw_text() local
128 if (x < 0) x = (screen_width_ - str_len_px) / 2; in draw_text()
140 int str_len_px = length * field.font->char_width; in determine_xy() local
142 *x = (screen_width_ - str_len_px) / 2; in determine_xy()
146 *x = screen_width_ + field.pos_x - str_len_px - kSplitOffset; in determine_xy()