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

/external/qemu/android/
H A Dqemulator.c255 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;
H A Dcmdline-options.h119 OPT_PARAM( dpi_device, "<dpi>", "specify device's resolution in dpi (default "

Completed in 73 milliseconds