Home
last modified time | relevance | path

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

/external/libvncserver/libvncserver/
Dtight.c232 static rfbBool CanSendPngRect(rfbClientPtr cl, int w, int h);
838 if (CanSendPngRect(cl, w, h)) { in SendMonoRect()
918 if (CanSendPngRect(cl, w, h)) { in SendIndexedRect()
997 if (CanSendPngRect(cl, w, h)) { in SendFullColorRect()
1751 static rfbBool CanSendPngRect(rfbClientPtr cl, int w, int h) { in CanSendPngRect() function