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

  /hardware/intel/img/hwcomposer/merrifield/include/
IDisplayDevice.h 34 mDpiY(dpiy)
41 int getDpiY() const { return mDpiY; }
47 int mDpiY;
  /hardware/intel/img/hwcomposer/moorefield_hdmi/include/
IDisplayDevice.h 34 mDpiY(dpiy)
41 int getDpiY() const { return mDpiY; }
47 int mDpiY;
  /frameworks/native/services/surfaceflinger/DisplayHardware/
HWC2.h 166 mConfig->mDpiY = getDefaultDensity();
168 mConfig->mDpiY = dpiY / 1000.0f;
185 float getDpiY() const { return mDpiY; }
197 float mDpiY;
HWC2.cpp 265 mDpiY(-1) {}

Completed in 607 milliseconds