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

  /external/libvncserver/x11vnc/
scan.h 50 extern void mark_rect_as_modified(int x1, int y1, int x2, int y2, int force);
rates.c 482 mark_rect_as_modified(0, 0, 16, 16, 1);
570 mark_rect_as_modified(0, 0, 16, 16, 1);
xinerama.c 506 mark_rect_as_modified(0, 0, Lx, Ly, 0);
515 mark_rect_as_modified(0, 0, dpy_x, dpy_y, 0);
scan.c 63 void mark_rect_as_modified(int x1, int y1, int x2, int y2, int force);
1643 void mark_rect_as_modified(int x1, int y1, int x2, int y2, int force) { function
    [all...]
8to24.c 226 mark_rect_as_modified(x1, y1, x2, y2, 0);
798 mark_rect_as_modified(x, y, x + attr->width,
1200 mark_rect_as_modified(rect.x1, rect.y1, rect.x2, rect.y2, 0);
    [all...]
unixpw.c 404 mark_rect_as_modified(0, 0, scaled_x, scaled_y, 1);
406 mark_rect_as_modified(0, 0, dpy_x, dpy_y, 0);
443 mark_rect_as_modified(0, 0, dpy_x, dpy_y, 0);
    [all...]
userinput.c 921 mark_rect_as_modified(x0, y_min, x1, y_max+1, 0);
1063 mark_rect_as_modified(x0, y_min, x1, y_max+1, 0);
1173 mark_rect_as_modified(xmin, ymin, xmax, ymax, 0);
    [all...]
screen.c     [all...]
user.c     [all...]
connections.c     [all...]
remote.c 1142 mark_rect_as_modified(x1, y1, x2, y2, 0);
    [all...]

Completed in 191 milliseconds