Searched refs:kSplitOffset (Results 1 – 2 of 2) sorted by relevance
59 : kSplitScreen(get_split_screen()), kSplitOffset(get_split_offset()) { in HealthdDraw()127 int x = (screen_width_ - w) / 2 + kSplitOffset; in draw_surface_centered()133 x += screen_width_ - 2 * kSplitOffset; in draw_surface_centered()147 gr_text(font, x + kSplitOffset, y, str, false /* bold */); in draw_text()148 if (kSplitScreen) gr_text(font, x - kSplitOffset + screen_width_, y, str, false /* bold */); in draw_text()165 *x = screen_width_ + field.pos_x - str_len_px - kSplitOffset; in determine_xy()
79 const int kSplitOffset; variable