/external/libvncserver/vncterm/ |
ChangeLog | 12 fixed CopyRect for scrolling (need to propagate to libvncserver)
|
TODO | 21 modifiedRegion which are copied with CopyRect have to be modified also.
|
/external/libvncserver/ |
TODO | 15 teach SDLvncviewer about CopyRect...
|
NEWS | 197 fixed two deadlocks: when setting a cursor and when using CopyRect 198 fixed CopyRect when copying modified regions (they lost the modified 201 fixed CopyRect (was using the wrong order of rectangles...) 208 CopyRect & CopyRegion were implemented.
|
README | 304 Raw, RRE, CoRRE, Hextile, CopyRect from the original AT&T code and
|
ChangeLog | [all...] |
/external/skia/src/gpu/ |
GrDrawTarget.cpp | 63 SkIRect copyRect; 64 pipelineBuilder.clip().getConservativeBounds(rt, ©Rect); 69 if (!copyRect.intersect(drawIBounds)) { 92 desc.fWidth = copyRect.width(); 93 desc.fHeight = copyRect.height(); 103 if (this->copySurface(copy, rt, copyRect, dstPoint)) { 105 dstCopy->setOffset(copyRect.fLeft, copyRect.fTop);
|
/external/libvncserver/x11vnc/misc/enhanced_tightvnc_viewer/bin/ |
ssvnc_cmd | 74 # -encodings <ENCODING-LIST> (e.g. "tight copyrect") 276 $VNCVIEWERCMD -encodings 'copyrect tight zrle zlib hextile' "$@" 278 ss_vncviewer "$@" -encodings 'copyrect tight zrle zlib hextile'
|
/external/libvncserver/webclients/novnc/ |
README.md | 19 * Supported VNC encodings: raw, copyrect, rre, hextile, tight, tightPNG
|
/external/libvncserver/x11vnc/misc/ |
rx11vnc | 35 tunnel_encodings="copyrect tight zrle hextile zlib corre rre"
|
rx11vnc.pl | 25 $viewer_cmd = "vncviewer -encodings 'copyrect tight zrle hextile zlib corre rre' %VNC_DISP";
|
/external/libvncserver/libvncserver/ |
main.c | 281 * source of the new copyRect or modified anyway. */ 311 * copyrect displacement will take place. copyRegion is the 339 * won't copyrect stuff to it.
|
stats.c | 97 case rfbEncodingCopyRect: snprintf(buf, len, "copyRect"); break;
|
rfbserver.c | [all...] |
/external/libvncserver/libvncclient/ |
vncviewer.c | 94 data->encodingsString="tight zrle ultra copyrect hextile zlib corre rre raw";
|
/external/libvncserver/x11vnc/ |
README | 304 sitting-here> vncviewer -encodings "copyrect tight zrle hextile" localhost:0 310 link, so you need to force the issue with -encodings "copyrect tight 482 enc="copyrect tight zrle hextile zlib corre rre raw" 509 enc="copyrect tight zrle hextile zlib corre rre raw" [all...] |
ChangeLog | 240 * x11vnc: Fix off-screen bug for -ncache_cr copyrect. 257 * x11vnc: Add "sendbell" remote cmd. Fix copyrect updates under [all...] |
RELEASE-NOTES | [all...] |
help.c | 82 " vncviewer -encodings 'copyrect tight zrle hextile' localhost:0\n" [all...] |
x11vnc.1 | 38 % vncviewer -encodings 'copyrect tight zrle hextile' localhost:0 [all...] |
userinput.c | [all...] |
/external/libvncserver/x11vnc/misc/enhanced_tightvnc_viewer/man/man1/ |
ssvncviewer.1 | 124 "copyrect tight hextile zlib corre rre raw". For a local connection 125 (to the same machine), the default order to try is "raw copyrect tight 631 .B CopyRect 634 data should be copied to the current location. Copyrect could also be
|
/external/libvncserver/webclients/novnc/include/ |
rfb.js | 51 ['COPYRECT', 0x01 ], [all...] |
/external/libvncserver/rfb/ |
rfb.h | 527 If the client does not accept CopyRect encoding then the update is 531 If the client does accept CopyRect encoding, then the update consists of [all...] |
/external/libvncserver/libvncserver/tightvnc-filetransfer/ |
rfbtightproto.h | 261 #define sig_rfbEncodingCopyRect "COPYRECT"
|