Searched refs:kSplitScreen (Results 1 – 2 of 2) sorted by relevance
59 : kSplitScreen(get_split_screen()), kSplitOffset(get_split_offset()) { in HealthdDraw()68 screen_width_ = gr_fb_width() / (kSplitScreen ? 2 : 1); in HealthdDraw()132 if (kSplitScreen) { in draw_surface_centered()148 if (kSplitScreen) gr_text(font, x - kSplitOffset + screen_width_, y, str, false /* bold */); in draw_text()156 screen_width_ = gr_fb_width() / (kSplitScreen ? 2 : 1); in determine_xy()
77 const bool kSplitScreen; variable