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

  /hardware/intel/img/hwcomposer/merrifield/common/devices/
PhysicalDevice.cpp 330 float physWidthInch = (float)mmWidth * 0.039370f;
336 if (physWidthInch && physHeightInch) {
337 dpiX = mode.hdisplay / physWidthInch;
  /hardware/intel/img/hwcomposer/moorefield_hdmi/common/devices/
PhysicalDevice.cpp 327 float physWidthInch = (float)mmWidth * 0.039370f;
333 if (physWidthInch && physHeightInch) {
334 dpiX = mode.hdisplay / physWidthInch;

Completed in 331 milliseconds