Searched refs:ntiles_y (Results 1 – 6 of 6) sorted by relevance
134 ntiles_y = (dpy_y - 1)/tile_y + 1; in initialize_tiles()135 ntiles = ntiles_x * ntiles_y; in initialize_tiles()142 calloc((size_t) (ntiles_y * sizeof(unsigned char)), 1); in initialize_tiles()591 for (y=0; y < ntiles_y; y++) { in hint_updates()2066 for (y=0; y < ntiles_y; y++) { in copy_all_tiles()2084 if ( (y+1) < ntiles_y && tile_region[n].bot_diff) { in copy_all_tiles()2114 for (y=0; y < ntiles_y; y++) { in copy_all_tile_runs()2136 if ((y+1) < ntiles_y in copy_all_tile_runs()2186 for (y = ntiles_y - 1; y >= 0; y--) { in copy_tiles_backward_pass()2229 for (y=0; y < ntiles_y; y++) { in copy_tiles_additional_pass()[all …]
157 if (ntiles_x == 0 || ntiles_y == 0) { in record_desired_xdamage_rect()163 nt_y1 = nfix( (y)/tile_y, ntiles_y); in record_desired_xdamage_rect()164 nt_y2 = nfix((y+h)/tile_y, ntiles_y); in record_desired_xdamage_rect()
153 int ntiles, ntiles_x = 0, ntiles_y = 0; variable
581 extern int ntiles, ntiles_x, ntiles_y;
150 for (ty=0; ty < ntiles_y; ty++) { in blackout_tiles()
5478 screen_rate = (main_bytes_per_line * ntiles_y) / dt_min; in check_user_input4()