HomeSort by relevance Sort by last modified time
    Searched refs:ntiles_y (Results 1 - 6 of 6) sorted by null

  /external/libvncserver/x11vnc/
scan.c 134 ntiles_y = (dpy_y - 1)/tile_y + 1;
135 ntiles = ntiles_x * ntiles_y;
142 calloc((size_t) (ntiles_y * sizeof(unsigned char)), 1);
591 for (y=0; y < ntiles_y; y++) {
    [all...]
x11vnc_defs.c 153 int ntiles, ntiles_x = 0, ntiles_y = 0; variable
xdamage.c 157 if (ntiles_x == 0 || ntiles_y == 0) {
163 nt_y1 = nfix( (y)/tile_y, ntiles_y);
164 nt_y2 = nfix((y+h)/tile_y, ntiles_y);
x11vnc.h 581 extern int ntiles, ntiles_x, ntiles_y;
xinerama.c 150 for (ty=0; ty < ntiles_y; ty++) {
userinput.c     [all...]

Completed in 273 milliseconds