OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:phys_width_mm
(Results
1 - 3
of
3
) sorted by null
/external/qemu/
framebuffer.c
95
qfbuff->
phys_width_mm
= (int)(0.5 + 25.4 * qfbuff->width / x_dpi);
106
qfbuff->
phys_width_mm
= width_mm;
163
temp = qfbuff->
phys_width_mm
;
164
qfbuff->
phys_width_mm
= qfbuff->phys_height_mm;
framebuffer.h
32
*
phys_width_mm
and phys_height_mm are physical dimensions expressed
54
int
phys_width_mm
;
member in struct:QFrameBuffer
70
/* this computes
phys_width_mm
and phys_height_mm assuming a 165 dpi screen */
79
/* recompute
phys_width_mm
and phys_height_mm according to the emulated
/external/qemu/hw/
goldfish_fb.c
316
ret = s->qfbuff->
phys_width_mm
;
Completed in 2499 milliseconds