Searched refs:SendRectSimple (Results 1 – 1 of 1) sorted by relevance
/external/libvncserver/libvncserver/ |
D | tight.c | 188 static rfbBool SendRectSimple (rfbClientPtr cl, int x, int y, int w, int h); 343 return SendRectSimple(cl, x, y, w, h); in SendRectEncodingTight() 374 if (!SendRectSimple(cl, x, y, w, nMaxRows)) in SendRectEncodingTight() 420 !SendRectSimple(cl, x, y, w, y_best-y) ) in SendRectEncodingTight() 465 return SendRectSimple(cl, x, y, w, h); in SendRectEncodingTight() 614 SendRectSimple(rfbClientPtr cl, int x, int y, int w, int h) in SendRectSimple() function
|