Home
last modified time | relevance | path

Searched refs:DrawFrame (Results 1 – 3 of 3) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Backends/Display/
DIDisplay.cs14 void DrawFrame(byte[] frame); in DrawFrame() method
15 void DrawFrame(IntPtr pointer); in DrawFrame() method
/Renode-Infrastructure-v1.15.3-29f510e/src/UI/VideoAnalyzer/
DFrameBufferDisplayWidget.cs50 public void DrawFrame(byte[] frame = null) in DrawFrame() method in Antmicro.Renode.Extensions.Analyzers.Video.FrameBufferDisplayWidget
175 DrawFrame();
346 DrawFrame(); in HandlePointerMoved()
DVideoAnalyzer.cs62 displayWidget.DrawFrame(f); in OnAttach()
86 displayWidget.DrawFrame(backend.Frame); in OnAttach()