Home
last modified time | relevance | path

Searched refs:ntiles_y (Results 1 – 6 of 6) sorted by relevance

/external/libvncserver/x11vnc/
Dscan.c134 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 …]
Dxdamage.c157 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()
Dx11vnc_defs.c153 int ntiles, ntiles_x = 0, ntiles_y = 0; variable
Dx11vnc.h581 extern int ntiles, ntiles_x, ntiles_y;
Dxinerama.c150 for (ty=0; ty < ntiles_y; ty++) { in blackout_tiles()
Duserinput.c5478 screen_rate = (main_bytes_per_line * ntiles_y) / dt_min; in check_user_input4()