HomeSort by relevance Sort by last modified time
    Searched refs:SendRectSimple (Results 1 - 2 of 2) sorted by null

  /external/libvncserver/libvncserver/
tight.c 188 static rfbBool SendRectSimple (rfbClientPtr cl, int x, int y, int w, int h);
343 return SendRectSimple(cl, x, y, w, h);
374 if (!SendRectSimple(cl, x, y, w, nMaxRows))
420 !SendRectSimple(cl, x, y, w, y_best-y) )
465 return SendRectSimple(cl, x, y, w, h);
614 SendRectSimple(rfbClientPtr cl, int x, int y, int w, int h)
    [all...]
  /external/libvncserver/x11vnc/misc/turbovnc/
tight.c 131 static Bool SendRectSimple (rfbClientPtr cl, int x, int y, int w, int h);
230 return SendRectSimple(cl, x, y, w, h);
261 if (!SendRectSimple(cl, x, y, w, nMaxRows))
307 !SendRectSimple(cl, x, y, w, y_best-y) )
352 return SendRectSimple(cl, x, y, w, h);
492 SendRectSimple(cl, x, y, w, h)
    [all...]

Completed in 34 milliseconds