Lines Matching refs:ToPixelFormat
124 …ndClutSizeField.Value + 1) * (uint)foregroundClutColorModeField.Value.ToPixelFormat().GetColorDept… in STM32DMA2D()
156 …ndClutSizeField.Value + 1) * (uint)backgroundClutColorModeField.Value.ToPixelFormat().GetColorDept… in STM32DMA2D()
212 var outputFormatColorDepth = outputColorModeField.Value.ToPixelFormat().GetColorDepth(); in HandleOutputBufferSizeChange()
219 … var backgroundFormatColorDepth = backgroundColorModeField.Value.ToPixelFormat().GetColorDepth(); in HandleBackgroundBufferSizeChange()
226 … var foregroundFormatColorDepth = foregroundColorModeField.Value.ToPixelFormat().GetColorDepth(); in HandleForegroundBufferSizeChange()
234 var outputFormat = outputColorModeField.Value.ToPixelFormat(); in HandlePixelFormatChange()
235 var backgroundFormat = backgroundColorModeField.Value.ToPixelFormat(); in HandlePixelFormatChange()
242 var foregroundFormat = foregroundColorModeField.Value.ToPixelFormat(); in HandlePixelFormatChange()
249 …ianness, outputFormat, Endianness, backgroundClutColorModeField.Value.ToPixelFormat(), backgroundF… in HandlePixelFormatChange()
250 …ianness, outputFormat, Endianness, foregroundClutColorModeField.Value.ToPixelFormat(), foregroundF… in HandlePixelFormatChange()
251 …ianness, foregroundClutColorModeField.Value.ToPixelFormat(), backgroundClutColorModeField.Value.To… in HandlePixelFormatChange()
256 var foregroundFormat = foregroundColorModeField.Value.ToPixelFormat(); in DoTransfer()
257 var outputFormat = outputColorModeField.Value.ToPixelFormat(); in DoTransfer()
307 var backgroundFormat = backgroundColorModeField.Value.ToPixelFormat(); in DoTransfer()