Lines Matching full:tiles
122 FillColorTile tiles[kMaxTiles]; variable
242 gr_color(tiles[k].r, tiles[k].g, tiles[k].b, tiles[k].a); in draw_screen_locked()
243 gr_fill(tiles[k].left, tiles[k].top, tiles[k].right, tiles[k].bottom); in draw_screen_locked()
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()
952 tiles[tiles_count-1].g = g; in FillColor()
953 tiles[tiles_count-1].b = b; in FillColor()
954 tiles[tiles_count-1].a = a; in FillColor()