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

/external/libvncserver/libvncserver/
H A Dtight.c189 static rfbBool SendSubrect (rfbClientPtr cl, int x, int y, int w, int h);
654 if (!SendSubrect(cl, x + dx, y + dy, rw, rh))
659 if (!SendSubrect(cl, x, y, w, h))
667 SendSubrect(rfbClientPtr cl, function
/external/libvncserver/x11vnc/misc/turbovnc/
H A Dtight.c132 static Bool SendSubrect (rfbClientPtr cl, int x, int y, int w, int h);
534 if (!SendSubrect(cl, x+dx, y+dy, rw, rh))
539 if (!SendSubrect(cl, x, y, w, h))
547 SendSubrect(cl, x, y, w, h) function

Completed in 117 milliseconds