Searched refs:get_bar_pos (Results 1 – 3 of 3) sorted by relevance
29 static unsigned get_bar_pos(DumbFramebuffer* fb, unsigned frame_num) in get_bar_pos() function42 int pos = get_bar_pos(fb, frame_num); in read_frame()
191 static unsigned get_bar_pos(DumbFramebuffer* fb, unsigned frame_num) in get_bar_pos() function in BarFlipState198 int old_xpos = frame_num < s_num_buffers ? -1 : get_bar_pos(fb, frame_num - s_num_buffers); in draw_bar()199 int new_xpos = get_bar_pos(fb, frame_num); in draw_bar()
945 static unsigned get_bar_pos(Framebuffer* fb, unsigned frame_num) in get_bar_pos() function in FlipState952 int old_xpos = frame_num < s_num_buffers ? -1 : get_bar_pos(fb, frame_num - s_num_buffers); in draw_bar()953 int new_xpos = get_bar_pos(fb, frame_num); in draw_bar()