OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:phys_height_mm
(Results
1 - 2
of
2
) sorted by null
/external/qemu/android/
framebuffer.c
136
qfbuff->
phys_height_mm
= (int)(0.5 + 25.4 * qfbuff->height / y_dpi);
147
qfbuff->
phys_height_mm
= height_mm;
206
qfbuff->phys_width_mm = qfbuff->
phys_height_mm
;
207
qfbuff->
phys_height_mm
= temp;
framebuffer.h
32
* phys_width_mm and
phys_height_mm
are physical dimensions expressed
58
int
phys_height_mm
;
member in struct:QFrameBuffer
73
/* this computes phys_width_mm and
phys_height_mm
assuming a 165 dpi screen */
82
/* recompute phys_width_mm and
phys_height_mm
according to the emulated
Completed in 781 milliseconds