OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:dpi_device
(Results
1 - 2
of
2
) sorted by null
/external/qemu/android/
qemulator.c
255
int
dpi_device
= corecmd_get_hw_lcd_density();
local
257
if (opts->
dpi_device
!= NULL) {
259
dpi_device
= strtol( opts->
dpi_device
, &end, 0 );
260
if (end == NULL || *end != 0 ||
dpi_device
<= 0) {
265
return
dpi_device
;
271
int
dpi_device
= get_device_dpi( opts );
local
322
scale = dpi_monitor*1.0/
dpi_device
;
cmdline-options.h
120
OPT_PARAM(
dpi_device
, "<dpi>", "specify device's resolution in dpi (default "
Completed in 822 milliseconds