Searched refs:GetConverter (Results 1 – 7 of 7) sorted by relevance
37 …var converter = PixelManipulationTools.GetConverter(Format, Endianess, RawImageData.PixelFormat, E… in TakeScreenshot()
69 …var converter = PixelManipulationTools.GetConverter(PixelFormat.RGB888, ELFSharp.ELF.Endianess.Big… in GetLastFrame()
249 …bgConverter = PixelManipulationTools.GetConverter(backgroundFormat, Endianness, outputFormat, Endi… in HandlePixelFormatChange()250 …fgConverter = PixelManipulationTools.GetConverter(foregroundFormat, Endianness, outputFormat, Endi… in HandlePixelFormatChange()
209 …converter = PixelManipulationTools.GetConverter((Backends.Display.PixelFormat)format, (ELFSharp.EL… in InitConverter()
105 …converter = PixelManipulationTools.GetConverter(colorFormat, endianess, pixelFormat, Endianess.Big… in SetDisplayParameters()
327 …PixelManipulationTools.GetConverter(PixelFormat.ARGB8888, video.Endianess, PixelFormatField.Value.… in HandleLayerBackgroundColorChange()
19 …public static IPixelConverter GetConverter(PixelFormat inputFormat, Endianess inputEndianess, Pixe… in GetConverter() method in Antmicro.Renode.Backends.Display.PixelManipulationTools