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 272 int dpi_monitor = -1; local
292 dpi_monitor = (xdpi + ydpi+1)/2;
305 dpi_monitor = scale;
321 if (scale == 0.0 && dpi_monitor > 0)
322 scale = dpi_monitor*1.0/dpi_device;

Completed in 36 milliseconds