Lines Matching refs:DMError

123 DMError Screen::SetOrientation(Orientation orientation) const

129 DMError Screen::GetScreenSupportedColorGamuts(std::vector<ScreenColorGamut>& colorGamuts) const
134 DMError Screen::GetScreenColorGamut(ScreenColorGamut& colorGamut) const
139 DMError Screen::SetScreenColorGamut(int32_t colorGamutIdx)
144 DMError Screen::GetScreenGamutMap(ScreenGamutMap& gamutMap) const
149 DMError Screen::SetScreenGamutMap(ScreenGamutMap gamutMap)
154 DMError Screen::SetScreenColorTransform()
159 DMError Screen::GetPixelFormat(GraphicPixelFormat& pixelFormat) const
164 DMError Screen::SetPixelFormat(GraphicPixelFormat pixelFormat)
169 DMError Screen::GetSupportedHDRFormats(std::vector<ScreenHDRFormat>& hdrFormats) const
174 DMError Screen::GetScreenHDRFormat(ScreenHDRFormat& hdrFormat) const
179 DMError Screen::SetScreenHDRFormat(int32_t modeIdx)
184 DMError Screen::GetSupportedColorSpaces(std::vector<GraphicCM_ColorSpaceType>& colorSpaces) const
189 DMError Screen::GetScreenColorSpace(GraphicCM_ColorSpaceType& colorSpace) const
194 DMError Screen::SetScreenColorSpace(GraphicCM_ColorSpaceType colorSpace)
216 DMError Screen::SetScreenActiveMode(uint32_t modeId)
220 return DMError::DM_ERROR_INVALID_PARAM;
240 DMError Screen::SetDensityDpi(uint32_t dpi) const
245 return DMError::DM_ERROR_INVALID_PARAM;
252 DMError Screen::SetDensityDpiSystem(uint32_t dpi) const
257 return DMError::DM_ERROR_INVALID_PARAM;
263 DMError Screen::SetResolution(uint32_t width, uint32_t height, uint32_t dpi) const
267 return DMError::DM_ERROR_INVALID_PARAM;
274 DMError Screen::GetDensityInCurResolution(float& virtualPixelRatio) const