Home
last modified time | relevance | path

Searched refs:tiles_count (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/external/rk_pcba_test/pcba_minui/
H A Dscreen_test.c35 tiles_count--; in screen_change()
39 tiles_count--; in screen_change()
43 tiles_count--; in screen_change()
47 tiles_count--; in screen_change()
51 tiles_count--; in screen_change()
H A Dui.c123 int tiles_count = 0; variable
241 for(k = 0; k < tiles_count;k++){ in draw_screen_locked()
942 tiles_count += 1; in FillColor()
943 if(tiles_count > kMaxTiles) in FillColor()
945 tiles_count = kMaxTiles; in FillColor()
947 tiles[tiles_count-1].left = left; in FillColor()
948 tiles[tiles_count-1].top = top; in FillColor()
949 tiles[tiles_count-1].right = width+left; in FillColor()
950 tiles[tiles_count-1].bottom = height+top; in FillColor()
951 tiles[tiles_count-1].r = r; in FillColor()
[all …]
H A Dscreen_test.h8 extern int tiles_count;
H A Dscreen_ui.h113 int tiles_count; variable