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

/external/qemu/android/
H A Dqemulator.c256 int dpi_device = android_hw->hw_lcd_density; local
258 if (opts->dpi_device != NULL) {
260 dpi_device = strtol( opts->dpi_device, &end, 0 );
261 if (end == NULL || *end != 0 || dpi_device <= 0) {
266 return dpi_device;
272 int dpi_device = get_device_dpi( opts ); local
323 scale = dpi_monitor*1.0/dpi_device;
H A Dcmdline-options.h123 OPT_PARAM( dpi_device, "<dpi>", "specify device's resolution in dpi (default "

Completed in 73 milliseconds