Searched refs:dpiX (Results 1 – 4 of 4) sorted by relevance
83 Builder& setDpiX(int32_t dpiX) { in setDpiX() argument84 if (dpiX == -1) { in setDpiX()87 mDisplayMode->mDpi.x = dpiX / 1000.f; in setDpiX()
98 int32_t dpiX = -1; member104 << " vsyncPeriod=" << mode.vsyncPeriod << " dpi=" << mode.dpiX << "x"
278 .dpiX = getAttribute(hwcDisplayId, configId, hal::Attribute::DPI_X), in getModes()
2733 .setDpiX(hwcMode.dpiX) in loadDisplayModes()