OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:nsubrects
(Results
1 - 7
of
7
) sorted by null
/external/libvncserver/libvncclient/
hextile.c
41
uint8_t
nSubrects
;
77
if (!ReadFromRFBServer(client, (char *)&
nSubrects
, 1))
83
if (!ReadFromRFBServer(client, client->buffer,
nSubrects
* (2 + (BPP / 8))))
86
for (i = 0; i <
nSubrects
; i++) {
107
if (!ReadFromRFBServer(client, client->buffer,
nSubrects
* 2))
110
for (i = 0; i <
nSubrects
; i++) {
corre.c
44
hdr.
nSubrects
= rfbClientSwap32IfLE(hdr.
nSubrects
);
51
if (!ReadFromRFBServer(client, client->buffer, hdr.
nSubrects
* (4 + (BPP / 8))))
56
for (i = 0; i < hdr.
nSubrects
; i++) {
rre.c
43
hdr.
nSubrects
= rfbClientSwap32IfLE(hdr.
nSubrects
);
50
for (i = 0; i < hdr.
nSubrects
; i++) {
/external/libvncserver/libvncserver/
corre.c
91
int
nSubrects
;
121
nSubrects
= subrectEncode8(cl, (uint8_t *)cl->beforeEncBuf, w, h);
124
nSubrects
= subrectEncode16(cl, (uint16_t *)cl->beforeEncBuf, w, h);
127
nSubrects
= subrectEncode32(cl, (uint32_t *)cl->beforeEncBuf, w, h);
134
if (
nSubrects
< 0) {
162
hdr.
nSubrects
= Swap32IfLE(
nSubrects
);
rre.c
57
int
nSubrects
;
88
nSubrects
= subrectEncode8(cl, (uint8_t *)cl->beforeEncBuf, w, h);
91
nSubrects
= subrectEncode16(cl, (uint16_t *)cl->beforeEncBuf, w, h);
94
nSubrects
= subrectEncode32(cl, (uint32_t *)cl->beforeEncBuf, w, h);
101
if (
nSubrects
< 0) {
129
hdr.
nSubrects
= Swap32IfLE(
nSubrects
);
/external/libvncserver/rfb/
rfbproto.h
629
uint32_t
nSubrects
;
[
all
...]
/external/libvncserver/x11vnc/misc/enhanced_tightvnc_viewer/src/patches/
tight-vncviewer-full.patch
[
all
...]
Completed in 77 milliseconds