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

  /external/libvncserver/libvncserver/
tight.c 189 static rfbBool SendSubrect (rfbClientPtr cl, int x, int y, int w, int h);
654 if (!SendSubrect(cl, x + dx, y + dy, rw, rh))
659 if (!SendSubrect(cl, x, y, w, h))
667 SendSubrect(rfbClientPtr cl,
    [all...]
  /external/libvncserver/x11vnc/misc/turbovnc/
tight.c 132 static Bool SendSubrect (rfbClientPtr cl, int x, int y, int w, int h);
534 if (!SendSubrect(cl, x+dx, y+dy, rw, rh))
539 if (!SendSubrect(cl, x, y, w, h))
547 SendSubrect(cl, x, y, w, h)
    [all...]

Completed in 50 milliseconds