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

/external/libvncserver/libvncserver/
H A Dtight.c231 static rfbBool SendPngRect(rfbClientPtr cl, int x, int y, int w, int h);
840 return SendPngRect(cl, x, y, w, h);
919 return SendPngRect(cl, x, y, w, h);
998 return SendPngRect(cl, x, y, w, h);
1793 static rfbBool SendPngRect(rfbClientPtr cl, int x, int y, int w, int h) { function
1794 /* rfbLog(">> SendPngRect x:%d, y:%d, w:%d, h:%d\n", x, y, w, h); */
1897 /* rfbLog("<< SendPngRect\n"); */

Completed in 87 milliseconds