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