HomeSort by relevance Sort by last modified time
    Searched full:dpi_monitor (Results 1 - 1 of 1) sorted by null

  /external/qemu/android/
qemulator.c 271 int dpi_monitor = -1; local
291 dpi_monitor = (xdpi + ydpi+1)/2;
304 dpi_monitor = scale;
320 if (scale == 0.0 && dpi_monitor > 0)
321 scale = dpi_monitor*1.0/dpi_device;

Completed in 43 milliseconds