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

  /external/libvncserver/rfb/
rfbregion.h 23 extern sraRegion *sraRgnCreateRect(int x1, int y1, int x2, int y2);
  /external/libvncserver/x11vnc/
xdamage.c 248 tmpregion = sraRgnCreateRect(0, 0, dpy_x, dpy_y);
348 tmpregion = sraRgnCreateRect(x, y, x + w, y + h);
468 tmpregion = sraRgnCreateRect(0, 0, dpy_x, dpy_y);
560 tmpregion = sraRgnCreateRect(x, y, x + w, y + h);
662 tmpl_y = sraRgnCreateRect(0, 0, dpy_x, 1);
704 tmpl = sraRgnCreateRect(0, y, dpy_x, y+1);
userinput.c 1221 whole = sraRgnCreateRect(0, 0, dpy_x, dpy_y);
1228 frame = sraRgnCreateRect(tx1, ty1, tx2, ty2);
1232 tmpregion = sraRgnCreateRect(x0, y0, x0 + w0, y0 + h0);
    [all...]
xinerama.c 172 tile_reg = (sraRegionPtr) sraRgnCreateRect(x1, y1,
181 sraRgnCreateRect(blackr[b].x1,
392 black_region = sraRgnCreateRect(0, 0, dpy_x, dpy_y);
405 tmp_region = sraRgnCreateRect(x, y, x + w, y + h);
macosx.c 694 r0 = sraRgnCreateRect(0, 0, dpy_x, dpy_y);
695 r1 = sraRgnCreateRect(x1, y1, x2, y2);
723 r0 = sraRgnCreateRect(0, 0, dpy_x, dpy_y);
724 r1 = sraRgnCreateRect(x1, y1, x2, y2);
736 r2 = sraRgnCreateRect(x1, y1, x2, y2);
8to24.c 980 rect = sraRgnCreateRect(mx1, my1, mx2, my2);
998 rect = sraRgnCreateRect(mx1, my1, mx2, my2);
1053 rect = sraRgnCreateRect(mx1, my1, mx2, my2);
1072 rect = sraRgnCreateRect(mx1, my1, mx2, my2);
1115 line = sraRgnCreateRect(0, y, dpy_x, y+1);
1152 disp = sraRgnCreateRect(0, 0, dpy_x, dpy_y);
1170 line = sraRgnCreateRect(0, y, dpy_x, y+1);
1292 tmp_reg = sraRgnCreateRect(nfix(x, dpy_x), nfix(y, dpy_y),
1320 tmp_reg2 = sraRgnCreateRect(nfix(sx, dpy_x),
    [all...]
util.c 684 r = sraRgnCreateRect(x1, y1, x2, y2);
685 R = sraRgnCreateRect(X1, Y1, X2, Y2);
screen.c     [all...]
remote.c 1061 r = sraRgnCreateRect(x, y, x+w, y+h);
    [all...]
  /external/libvncserver/libvncserver/
main.c 320 cursorRegion = sraRgnCreateRect(x, y, x + w, y + h);
331 cursorRegion = sraRgnCreateRect(x, y, x + w, y + h);
387 sraRegionPtr region = sraRgnCreateRect(x1,y1,x2,y2);
394 sraRegionPtr region = sraRgnCreateRect(x1,y1,x2,y2);
434 region = sraRgnCreateRect(x1,y1,x2,y2);
992 cl->modifiedRegion = sraRgnCreateRect(0, 0, width, height);
rfbregion.c 516 sraRgnCreateRect(int x1, int y1, int x2, int y2) {
616 return sraRgnCreateRect(xmin,ymin,xmax,ymax);
841 region = sraRgnCreateRect(10, 10, 600, 300);
842 region1 = sraRgnCreateRect(40, 50, 350, 200);
843 region2 = sraRgnCreateRect(0, 0, 20, 40);
translate.c 433 sraRgnCreateRect(0,0,cl->screen->width,cl->screen->height);
cursor.c 695 rect = sraRgnCreateRect(x,y,x2,y2);
rfbserver.c 372 sraRgnCreateRect(0,0,rfbScreen->width,rfbScreen->height);
    [all...]

Completed in 180 milliseconds