/external/libvncserver/x11vnc/ |
D | userinput.c | 1221 whole = sraRgnCreateRect(0, 0, dpy_x, dpy_y); in do_bdpush() 1228 frame = sraRgnCreateRect(tx1, ty1, tx2, ty2); in do_bdpush() 1232 tmpregion = sraRgnCreateRect(x0, y0, x0 + w0, y0 + h0); in do_bdpush() 1466 whole = sraRgnCreateRect(0, 0, dpy_x, dpy_y); in push_scr_ev() 1565 tmpregion = sraRgnCreateRect(0, 0, dpy_x, dpy_y); in push_scr_ev() 1572 tmpregion2 = sraRgnCreateRect(wx, wy, wx+ww, wy+wh); in push_scr_ev() 1595 tmpregion2 = sraRgnCreateRect(tx1,ty1,tx2,ty2); in push_scr_ev() 1675 tmpregion = sraRgnCreateRect(nx, ny, nx + nw, ny + nh); in push_scr_ev() 1688 tmpregion = sraRgnCreateRect(x0, y0, x0 + w0, y0 + h0); in push_scr_ev() 2027 sraRegionPtr r = sraRgnCreateRect(sx1, sy1, sx2, sy2); in do_copyregion() [all …]
|
D | xdamage.c | 248 tmpregion = sraRgnCreateRect(0, 0, dpy_x, dpy_y); in clear_xdamage_mark_region() 348 tmpregion = sraRgnCreateRect(x, y, x + w, y + h); in collect_non_X_xdamage() 468 tmpregion = sraRgnCreateRect(0, 0, dpy_x, dpy_y); in collect_xdamage() 560 tmpregion = sraRgnCreateRect(x, y, x + w, y + h); in collect_xdamage() 662 tmpl_y = sraRgnCreateRect(0, 0, dpy_x, 1); in xdamage_hint_skip() 704 tmpl = sraRgnCreateRect(0, y, dpy_x, y+1); in xdamage_hint_skip()
|
D | xinerama.c | 172 tile_reg = (sraRegionPtr) sraRgnCreateRect(x1, y1, in blackout_tiles() 181 sraRgnCreateRect(blackr[b].x1, in blackout_tiles() 392 black_region = sraRgnCreateRect(0, 0, dpy_x, dpy_y); in initialize_xinerama() 405 tmp_region = sraRgnCreateRect(x, y, x + w, y + h); in initialize_xinerama()
|
D | macosx.c | 694 r0 = sraRgnCreateRect(0, 0, dpy_x, dpy_y); in macosx_check_offscreen() 695 r1 = sraRgnCreateRect(x1, y1, x2, y2); in macosx_check_offscreen() 723 r0 = sraRgnCreateRect(0, 0, dpy_x, dpy_y); in macosx_check_clipped() 724 r1 = sraRgnCreateRect(x1, y1, x2, y2); in macosx_check_clipped() 736 r2 = sraRgnCreateRect(x1, y1, x2, y2); in macosx_check_clipped()
|
D | 8to24.c | 980 rect = sraRgnCreateRect(mx1, my1, mx2, my2); in poll_line() 998 rect = sraRgnCreateRect(mx1, my1, mx2, my2); in poll_line() 1053 rect = sraRgnCreateRect(mx1, my1, mx2, my2); in poll_line_complement() 1072 rect = sraRgnCreateRect(mx1, my1, mx2, my2); in poll_line_complement() 1115 line = sraRgnCreateRect(0, y, dpy_x, y+1); in poll_8bpp() 1152 disp = sraRgnCreateRect(0, 0, dpy_x, dpy_y); in poll_8bpp_complement() 1170 line = sraRgnCreateRect(0, y, dpy_x, y+1); in poll_8bpp_complement() 1292 tmp_reg = sraRgnCreateRect(nfix(x, dpy_x), nfix(y, dpy_y), in get_8bpp_regions() 1320 tmp_reg2 = sraRgnCreateRect(nfix(sx, dpy_x), in get_8bpp_regions() 2014 rect = sraRgnCreateRect(x1, y1, x2, y2); [all …]
|
D | util.c | 684 r = sraRgnCreateRect(x1, y1, x2, y2); in rect_overlap() 685 R = sraRgnCreateRect(X1, Y1, X2, Y2); in rect_overlap()
|
D | screen.c | 1355 reg = sraRgnCreateRect(dest_x, dest_y, dest_x + w, dest_y + h); in vnc_reflect_got_copyrect()
|
D | remote.c | 1061 r = sraRgnCreateRect(x, y, x+w, y+h); in process_remote_cmd()
|
/external/libvncserver/libvncserver/ |
D | main.c | 320 cursorRegion = sraRgnCreateRect(x, y, x + w, y + h); in rfbScheduleCopyRegion() 331 cursorRegion = sraRgnCreateRect(x, y, x + w, y + h); in rfbScheduleCopyRegion() 387 sraRegionPtr region = sraRgnCreateRect(x1,y1,x2,y2); in rfbDoCopyRect() 394 sraRegionPtr region = sraRgnCreateRect(x1,y1,x2,y2); in rfbScheduleCopyRect() 434 region = sraRgnCreateRect(x1,y1,x2,y2); in rfbMarkRectAsModified() 992 cl->modifiedRegion = sraRgnCreateRect(0, 0, width, height); in rfbNewFramebuffer()
|
D | rfbregion.c | 516 sraRgnCreateRect(int x1, int y1, int x2, int y2) { in sraRgnCreateRect() function 616 return sraRgnCreateRect(xmin,ymin,xmax,ymax); in sraRgnBBox() 841 region = sraRgnCreateRect(10, 10, 600, 300); in main() 842 region1 = sraRgnCreateRect(40, 50, 350, 200); in main() 843 region2 = sraRgnCreateRect(0, 0, 20, 40); in main()
|
D | translate.c | 433 sraRgnCreateRect(0,0,cl->screen->width,cl->screen->height); in rfbSetClientColourMap()
|
D | cursor.c | 695 rect = sraRgnCreateRect(x,y,x2,y2); in rfbRedrawAfterHideCursor()
|
D | rfbserver.c | 372 sraRgnCreateRect(0,0,rfbScreen->width,rfbScreen->height); in rfbNewTCPOrUDPClient() 2249 sraRgnCreateRect(msg.fur.x, in rfbProcessClientNormalMessage() 2700 slice=sraRgnCreateRect(0,y,cl->screen->width,y+height); in rfbSendFramebufferUpdate()
|
/external/libvncserver/rfb/ |
D | rfbregion.h | 23 extern sraRegion *sraRgnCreateRect(int x1, int y1, int x2, int y2);
|