Lines Matching refs:dpi
160 * @brief Set the density dpi of the screen.
162 * @param dpi Density dpi of the screen.
165 DMError SetDensityDpi(uint32_t dpi) const;
168 * @brief Set the density dpi of the screen system window.
170 * @param dpi Density dpi of the screen.
173 DMError SetDensityDpiSystem(uint32_t dpi) const;
235 * @param dpi dpi of the screen
238 DMError SetResolution(uint32_t width, uint32_t height, uint32_t dpi) const;