OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ds_get_bytes_per_pixel
(Results
1 - 4
of
4
) sorted by null
/external/qemu/
vnchextile.h
16
uint8_t *row = vs->server.ds->data + y * ds_get_linesize(vs->ds) + x *
ds_get_bytes_per_pixel
(vs->ds);
200
vs->write_pixels(vs, row, w *
ds_get_bytes_per_pixel
(vs->ds));
console.h
279
static inline int
ds_get_bytes_per_pixel
(DisplayState *ds)
function
vnc-android.c
357
if (
ds_get_bytes_per_pixel
(ds) != vs->guest.ds->pf.bytes_per_pixel)
484
row = vs->server.ds->data + y * ds_get_linesize(vs->ds) + x *
ds_get_bytes_per_pixel
(vs->ds);
486
vs->write_pixels(vs, row, w *
ds_get_bytes_per_pixel
(vs->ds));
737
cmp_bytes = 16 *
ds_get_bytes_per_pixel
(vs->ds);
[
all
...]
vnc.c
351
if (
ds_get_bytes_per_pixel
(ds) != vs->guest.ds->pf.bytes_per_pixel)
478
row = vs->server.ds->data + y * ds_get_linesize(vs->ds) + x *
ds_get_bytes_per_pixel
(vs->ds);
480
vs->write_pixels(vs, row, w *
ds_get_bytes_per_pixel
(vs->ds));
731
cmp_bytes = 16 *
ds_get_bytes_per_pixel
(vs->ds);
[
all
...]
Completed in 13 milliseconds