HomeSort by relevance Sort by last modified time
    Searched refs:dpi_device (Results 1 - 2 of 2) sorted by null

  /external/qemu/android/
qemulator.c 254 int dpi_device = corecmd_get_hw_lcd_density(); local
256 if (opts->dpi_device != NULL) {
258 dpi_device = strtol( opts->dpi_device, &end, 0 );
259 if (end == NULL || *end != 0 || dpi_device <= 0) {
264 return dpi_device;
270 int dpi_device = get_device_dpi( opts ); local
321 scale = dpi_monitor*1.0/dpi_device;
cmdline-options.h 118 OPT_PARAM( dpi_device, "<dpi>", "specify device's resolution in dpi (default "

Completed in 188 milliseconds