OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:clientds
(Results
1 - 4
of
4
) sorted by null
/external/qemu/
vnc-android.c
407
r = ((((v & vs->server.ds->pf.rmask) >> vs->server.ds->pf.rshift) << vs->
clientds
.pf.rbits) >>
409
g = ((((v & vs->server.ds->pf.gmask) >> vs->server.ds->pf.gshift) << vs->
clientds
.pf.gbits) >>
411
b = ((((v & vs->server.ds->pf.bmask) >> vs->server.ds->pf.bshift) << vs->
clientds
.pf.bbits) >>
413
v = (r << vs->
clientds
.pf.rshift) |
414
(g << vs->
clientds
.pf.gshift) |
415
(b << vs->
clientds
.pf.bshift);
416
switch(vs->
clientds
.pf.bytes_per_pixel) {
421
if (vs->
clientds
.flags & QEMU_BIG_ENDIAN_FLAG) {
431
if (vs->
clientds
.flags & QEMU_BIG_ENDIAN_FLAG) {
456
vnc_write(vs, buf, vs->
clientds
.pf.bytes_per_pixel)
[
all
...]
vnc.c
401
r = ((((v & vs->server.ds->pf.rmask) >> vs->server.ds->pf.rshift) << vs->
clientds
.pf.rbits) >>
403
g = ((((v & vs->server.ds->pf.gmask) >> vs->server.ds->pf.gshift) << vs->
clientds
.pf.gbits) >>
405
b = ((((v & vs->server.ds->pf.bmask) >> vs->server.ds->pf.bshift) << vs->
clientds
.pf.bbits) >>
407
v = (r << vs->
clientds
.pf.rshift) |
408
(g << vs->
clientds
.pf.gshift) |
409
(b << vs->
clientds
.pf.bshift);
410
switch(vs->
clientds
.pf.bytes_per_pixel) {
415
if (vs->
clientds
.flags & QEMU_BIG_ENDIAN_FLAG) {
425
if (vs->
clientds
.flags & QEMU_BIG_ENDIAN_FLAG) {
450
vnc_write(vs, buf, vs->
clientds
.pf.bytes_per_pixel)
[
all
...]
vnchextile.h
27
uint8_t data[(vs->
clientds
.pf.bytes_per_pixel + 2) * 16 * 16];
135
n_data += vs->
clientds
.pf.bytes_per_pixel;
155
n_data += vs->
clientds
.pf.bytes_per_pixel;
vnc.h
150
DisplaySurface
clientds
;
member in struct:VncState
Completed in 445 milliseconds