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

  /hardware/intel/img/hwcomposer/merrifield/common/devices/
PhysicalDevice.cpp 331 float physHeightInch = (float)mmHeight * 0.039370f;
336 if (physWidthInch && physHeightInch) {
338 dpiY = mode.vdisplay / physHeightInch;
  /hardware/intel/img/hwcomposer/moorefield_hdmi/common/devices/
PhysicalDevice.cpp 328 float physHeightInch = (float)mmHeight * 0.039370f;
333 if (physWidthInch && physHeightInch) {
335 dpiY = mode.vdisplay / physHeightInch;

Completed in 642 milliseconds