Home
last modified time | relevance | path

Searched refs:dpi_device (Results 1 – 2 of 2) sorted by relevance

/external/qemu/android/
Dqemulator.c255 int dpi_device = corecmd_get_hw_lcd_density(); in get_device_dpi() local
257 if (opts->dpi_device != NULL) { in get_device_dpi()
259 dpi_device = strtol( opts->dpi_device, &end, 0 ); in get_device_dpi()
260 if (end == NULL || *end != 0 || dpi_device <= 0) { in get_device_dpi()
265 return dpi_device; in get_device_dpi()
271 int dpi_device = get_device_dpi( opts ); in get_default_scale() local
322 scale = dpi_monitor*1.0/dpi_device; in get_default_scale()
Dcmdline-options.h119 OPT_PARAM( dpi_device, "<dpi>", "specify device's resolution in dpi (default "