Searched refs:kUmPerInch (Results 1 – 1 of 1) sorted by relevance
65 static const int32_t kUmPerInch = 25400; variable955 mExynosDisplay->mXdpi = mm_width ? (mDozeDrmMode.h_display() * kUmPerInch) / mm_width : -1; in setLowPowerMode()957 mExynosDisplay->mYdpi = mm_height ? (mDozeDrmMode.v_display() * kUmPerInch) / mm_height : -1; in setLowPowerMode()1159 configs.Xdpi = mm_width ? (mode.h_display() * kUmPerInch) / mm_width : -1; in getDisplayConfigs()1161 configs.Ydpi = mm_height ? (mode.v_display() * kUmPerInch) / mm_height : -1; in getDisplayConfigs()