Searched refs:copy_tiles (Results 1 - 1 of 1) sorted by relevance

/external/libvncserver/x11vnc/
H A Dscan.c82 static int copy_tiles(int tx, int ty, int nt);
481 * for copy_tiles we need a lot of shared memory areas, one for
1697 * copy_tiles() gives a slight improvement over copy_tile() since
1708 static int copy_tiles(int tx, int ty, int nt) { function
1732 rfbLog("copy_tiles: allocating first_line at size %d\n", n);
2071 ct = copy_tiles(x, y, 1);
2076 * n.b. copy_tiles() may have detected
2127 ct = copy_tiles(x - run, y, run);
2199 ct = copy_tiles(x, y-1, 1);
2209 ct = copy_tiles(
[all...]

Completed in 87 milliseconds