| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/ |
| D | BitmapImageExtensions.cs | 48 public static void InvertColorOfPixel(this BitmapImage img, int x, int y) in InvertColorOfPixel() 55 public static bool IsInImage(this BitmapImage img, int x, int y) in IsInImage() 60 public static void DrawCursor(this BitmapImage img, int x, int y) in DrawCursor()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/Collections/ |
| D | Interval.cs | 18 bool Contains(TScalar x); in Contains() 43 public bool Equals(IInterval<TScalar> x, IInterval<TScalar> y) in Equals() 73 public bool Contains(TScalar x) in Contains()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/renode/include/ |
| D | map.h | 27 #define MAP0(f, x, peek, ...) f(x) MAP_NEXT(peek, MAP1)(f, peek, __VA_ARGS__) argument 28 #define MAP1(f, x, peek, ...) f(x) MAP_NEXT(peek, MAP0)(f, peek, __VA_ARGS__) argument 33 #define MAP_LIST0(f, x, peek, ...) f(x) MAP_LIST_NEXT(peek, MAP_LIST1)(f, peek, __VA_ARGS__) argument 34 #define MAP_LIST1(f, x, peek, ...) f(x) MAP_LIST_NEXT(peek, MAP_LIST0)(f, peek, __VA_ARGS__) argument
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/USB/ |
| D | USBMouse.cs | 40 public static void MoveMouse(this USBIPServer usbController, int x, int y) in MoveMouse() 77 public void MoveBy(int x, int y) in MoveBy()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Input/ |
| D | IRelativePositionPointerInput.cs | 16 void MoveBy(int x, int y); in MoveBy()
|
| D | IAbsolutePositionPointerInput.cs | 16 void MoveTo(int x, int y); in MoveTo()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/UI/VideoAnalyzer/Handlers/ |
| D | RelativePointerHandler.cs | 18 public override void PointerMoved(int x, int y, int dx, int dy) in PointerMoved()
|
| D | PointerHandler.cs | 34 public abstract void PointerMoved(int x, int y, int dx, int dy); in PointerMoved()
|
| D | AbsolutePointerHandler.cs | 39 public override void PointerMoved(int x, int y, int dx, int dy) in PointerMoved()
|
| D | IOHandler.cs | 28 public void MouseMoved(int x, int y, int dx, int dy) in MouseMoved()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Sensor/ |
| D | SensorVector3DSample.cs | 19 public Vector3DSample(decimal x, decimal y, decimal z) in Vector3DSample()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/Backends/Display/xInput/ |
| D | IInputHandler.cs | 18 void MouseMoved(int x, int y, int dx, int dy); in MouseMoved()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Input/ |
| D | AntMouse.cs | 96 private int x; field in Antmicro.Renode.Peripherals.Input.AntMouse
|
| D | PS2Mouse.cs | 75 public void MoveBy(int x, int y) in MoveBy()
|
| D | AR1021.cs | 50 public void MoveTo(int x, int y) in MoveTo()
|
| D | FusionF0710A.cs | 89 public void MoveTo(int x, int y) in MoveTo()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/UserInterface/Commands/ |
| D | Command.cs | 49 public bool Equals(Command x, Command y) in Equals()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/UI/VideoAnalyzer/Events/ |
| D | X11EventSource.cs | 92 public void MouseMoved(int x, int y, int dx, int dy) in MouseMoved()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Wireless/ |
| D | WirelessMedium.cs | 49 public void SetPosition(IRadio radio, decimal x, decimal y, decimal z) in SetPosition()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/USBDeprecated/ |
| D | USBTablet.cs | 271 public void MoveTo(int x, int y) in MoveTo() 355 private int x; field in Antmicro.Renode.Peripherals.USBDeprecated.USBTablet
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Sensors/ |
| D | ADXL345.cs | 100 public void FeedSample(short x, short y, short z, int repeat = 1) in FeedSample() 249 private void FeedSampleInner(short x, short y, short z, int repeat = 1) in FeedSampleInner()
|
| D | LSM9DS1_IMU.cs | 113 public void FeedAccelerationSample(decimal x, decimal y, decimal z, uint repeat = 1) in FeedAccelerationSample() 128 public void FeedAngularRateSample(decimal x, decimal y, decimal z, uint repeat = 1) in FeedAngularRateSample()
|
| D | LSM6DSO_IMU.cs | 35 public void FeedAccelerationSample(decimal x, decimal y, decimal z, uint repeat = 1) in FeedAccelerationSample() 54 public void FeedAngularRateSample(decimal x, decimal y, decimal z, uint repeat = 1) in FeedAngularRateSample() 679 public void FeedAccelerationSample(decimal x, decimal y, decimal z) in FeedAccelerationSample() 685 public void FeedAngularRateSample(decimal x, decimal y, decimal z) in FeedAngularRateSample() 844 public LSM6DSO_Vector3DSample(FifoTag tag, decimal x, decimal y, decimal z) : this(tag) in LSM6DSO_Vector3DSample()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Bus/ |
| D | Symbol.cs | 213 public bool Contains(SymbolAddress x) in Contains()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/UI/VideoAnalyzer/ |
| D | FrameBufferDisplayWidget.cs | 339 private void HandlePointerMoved(int x, int y) in HandlePointerMoved()
|