OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ds_get_bits_per_pixel
(Results
1 - 2
of
2
) sorted by null
/external/qemu/
console.c
241
switch(
ds_get_bits_per_pixel
(ds)) {
278
bpp = (
ds_get_bits_per_pixel
(ds) + 7) >> 3;
314
bpp = (
ds_get_bits_per_pixel
(ds) + 7) >> 3;
424
switch(
ds_get_bits_per_pixel
(ds)) {
494
bpp = (
ds_get_bits_per_pixel
(ds) + 7) >> 3;
500
switch(
ds_get_bits_per_pixel
(ds)) {
606
if (!
ds_get_bits_per_pixel
(s->ds)) {
632
if (!
ds_get_bits_per_pixel
(s->ds)) {
665
if (!
ds_get_bits_per_pixel
(s->ds)) {
750
if (!
ds_get_bits_per_pixel
(s->ds))
[
all
...]
console.h
410
static inline int
ds_get_bits_per_pixel
(DisplayState *ds)
function
Completed in 30 milliseconds