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 246 int dpi_monitor = -1; local
266 dpi_monitor = (xdpi + ydpi+1)/2;
279 dpi_monitor = scale;
295 if (scale == 0.0 && dpi_monitor > 0)
296 scale = dpi_monitor*1.0/dpi_device;

Completed in 1010 milliseconds