Searched refs:dpiX (Results 1 – 4 of 4) sorted by relevance
72 Builder& setDpiX(int32_t dpiX) { in setDpiX() argument73 if (dpiX == -1) { in setDpiX()76 mDisplayMode->mDpiX = dpiX / 1000.0f; in setDpiX()
90 int32_t dpiX = -1; member96 << " vsyncPeriod=" << mode.vsyncPeriod << " dpi=" << mode.dpiX << "x"
347 .dpiX = getAttribute(hwcDisplayId, configId, hal::Attribute::DPI_X), in getModes()
2546 .setDpiX(hwcMode.dpiX) in loadDisplayModes()