Searched refs:bar_speed (Results 1 – 5 of 5) sorted by relevance
12 bar_speed = 8 variable137 old_xpos = (current_xpos + (fb.width - bar_width - bar_speed)) % (fb.width - bar_width);138 new_xpos = (current_xpos + bar_speed) % (fb.width - bar_width);180 pykms.draw_color_bar(fb, fb.width - bar_width - bar_speed, bar_speed, bar_width)
8 bar_speed = 8 variable45 old_xpos = (current_xpos + (fb.width - bar_width - bar_speed)) % (fb.width - bar_width);46 new_xpos = (current_xpos + bar_speed) % (fb.width - bar_width);
26 const int bar_speed = 4; variable31 return (frame_num * bar_speed) % (fb->width() - bar_width + 1); in get_bar_pos()
193 return (frame_num * bar_speed) % (fb->width() - bar_width + 1); in get_bar_pos()246 static const unsigned bar_speed = 8; member in BarFlipState
947 return (frame_num * bar_speed) % (fb->width() - bar_width + 1); in get_bar_pos()1029 static const unsigned bar_speed = 8; member in FlipState