Home
last modified time | relevance | path

Searched refs:PixelManipulationTools (Results 1 – 7 of 7) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Video/
DAutoRepaintingVideo.cs37 …var converter = PixelManipulationTools.GetConverter(Format, Endianess, RawImageData.PixelFormat, E… in TakeScreenshot()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/DMA/
DSTM32DMA2D.cs249 …bgConverter = PixelManipulationTools.GetConverter(backgroundFormat, Endianness, outputFormat, Endi… in HandlePixelFormatChange()
250 …fgConverter = PixelManipulationTools.GetConverter(foregroundFormat, Endianness, outputFormat, Endi… in HandlePixelFormatChange()
251 …blender = PixelManipulationTools.GetBlender(backgroundFormat, Endianness, foregroundFormat, Endian… in HandlePixelFormatChange()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Video/
DSTM32LTDC.cs182 …blender = PixelManipulationTools.GetBlender(layer[0].PixelFormatField.Value.ToPixelFormat(), Endia… in HandlePixelFormatChange()
327PixelManipulationTools.GetConverter(PixelFormat.ARGB8888, video.Endianess, PixelFormatField.Value.… in HandleLayerBackgroundColorChange()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/HostInterfaces/Camera/
DHostCamera.cs69 …var converter = PixelManipulationTools.GetConverter(PixelFormat.RGB888, ELFSharp.ELF.Endianess.Big… in GetLastFrame()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Testing/
DFrameBufferTester.cs209 …converter = PixelManipulationTools.GetConverter((Backends.Display.PixelFormat)format, (ELFSharp.EL… in InitConverter()
/Renode-Infrastructure-v1.15.3-29f510e/src/UI/VideoAnalyzer/
DFrameBufferDisplayWidget.cs105 …converter = PixelManipulationTools.GetConverter(colorFormat, endianess, pixelFormat, Endianess.Big… in SetDisplayParameters()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Backends/Display/
DPixelManipulationTools.cs17 public static class PixelManipulationTools class