Searched refs:SendSubrect (Results 1 – 1 of 1) sorted by relevance
/external/libvncserver/libvncserver/ |
D | tight.c | 189 static rfbBool SendSubrect (rfbClientPtr cl, int x, int y, int w, int h); 654 if (!SendSubrect(cl, x + dx, y + dy, rw, rh)) in SendRectSimple() 659 if (!SendSubrect(cl, x, y, w, h)) in SendRectSimple() 667 SendSubrect(rfbClientPtr cl, in SendSubrect() function
|