Home
last modified time | relevance | path

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

/external/libvncserver/libvncserver/
Dtight.c231 static rfbBool SendPngRect(rfbClientPtr cl, int x, int y, int w, int h);
840 return SendPngRect(cl, x, y, w, h); in SendMonoRect()
919 return SendPngRect(cl, x, y, w, h); in SendIndexedRect()
998 return SendPngRect(cl, x, y, w, h); in SendFullColorRect()
1793 static rfbBool SendPngRect(rfbClientPtr cl, int x, int y, int w, int h) { in SendPngRect() function