Searched refs:prev_x_offset (Results 1 – 1 of 1) sorted by relevance
36 static int prev_x_offset = 0; variable85 fb->x = fb->x + prev_x_offset * fb->depth; in fb_draw_char()89 prev_x_offset = CHAR_W + 2; in fb_draw_char()151 fb->x = fb->x - prev_x_offset * fb->depth; in fb_print()155 else if((fb->x + prev_x_offset * fb->depth + 5 * fb->depth) >= (fb->width * fb->depth)) in fb_print()
Completed in 22 milliseconds