Home
last modified time | relevance | path

Searched refs:bar_width (Results 1 – 5 of 5) sorted by relevance

/external/libkmsxx/py/tests/
Ddb.py7 bar_width = 20 variable
45 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);
50 pykms.draw_color_bar(fb, old_xpos, new_xpos, bar_width)
Dsync.py11 bar_width = 20 variable
137 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);
142 pykms.draw_color_bar(fb, old_xpos, new_xpos, bar_width)
180 pykms.draw_color_bar(fb, fb.width - bar_width - bar_speed, bar_speed, bar_width)
/external/libkmsxx/utils/
Dwbm2m.cpp27 const int bar_width = 10; variable
31 return (frame_num * bar_speed) % (fb->width() - bar_width + 1); in get_bar_pos()
43 draw_color_bar(*fb, old_pos, pos, bar_width); in read_frame()
Dwbcap.cpp193 return (frame_num * bar_speed) % (fb->width() - bar_width + 1); in get_bar_pos()
201 draw_color_bar(*fb, old_xpos, new_xpos, bar_width); in draw_bar()
245 static const unsigned bar_width = 20; member in BarFlipState
Dkmstest.cpp947 return (frame_num * bar_speed) % (fb->width() - bar_width + 1); in get_bar_pos()
955 draw_color_bar(*fb, old_xpos, new_xpos, bar_width); in draw_bar()
1028 static const unsigned bar_width = 20; member in FlipState