Home
last modified time | relevance | path

Searched defs:x (Results 1 – 25 of 34) sorted by relevance

12

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/
DBitmapImageExtensions.cs48 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/
DInterval.cs18 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/
Dmap.h27 #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/
DUSBMouse.cs40 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/
DIRelativePositionPointerInput.cs16 void MoveBy(int x, int y); in MoveBy()
DIAbsolutePositionPointerInput.cs16 void MoveTo(int x, int y); in MoveTo()
/Renode-Infrastructure-v1.15.3-29f510e/src/UI/VideoAnalyzer/Handlers/
DRelativePointerHandler.cs18 public override void PointerMoved(int x, int y, int dx, int dy) in PointerMoved()
DPointerHandler.cs34 public abstract void PointerMoved(int x, int y, int dx, int dy); in PointerMoved()
DAbsolutePointerHandler.cs39 public override void PointerMoved(int x, int y, int dx, int dy) in PointerMoved()
DIOHandler.cs28 public void MouseMoved(int x, int y, int dx, int dy) in MouseMoved()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Sensor/
DSensorVector3DSample.cs19 public Vector3DSample(decimal x, decimal y, decimal z) in Vector3DSample()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/Backends/Display/xInput/
DIInputHandler.cs18 void MouseMoved(int x, int y, int dx, int dy); in MouseMoved()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Input/
DAntMouse.cs96 private int x; field in Antmicro.Renode.Peripherals.Input.AntMouse
DPS2Mouse.cs75 public void MoveBy(int x, int y) in MoveBy()
DAR1021.cs50 public void MoveTo(int x, int y) in MoveTo()
DFusionF0710A.cs89 public void MoveTo(int x, int y) in MoveTo()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/UserInterface/Commands/
DCommand.cs49 public bool Equals(Command x, Command y) in Equals()
/Renode-Infrastructure-v1.15.3-29f510e/src/UI/VideoAnalyzer/Events/
DX11EventSource.cs92 public void MouseMoved(int x, int y, int dx, int dy) in MouseMoved()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Wireless/
DWirelessMedium.cs49 public void SetPosition(IRadio radio, decimal x, decimal y, decimal z) in SetPosition()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/USBDeprecated/
DUSBTablet.cs271 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/
DADXL345.cs100 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()
DLSM9DS1_IMU.cs113 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()
DLSM6DSO_IMU.cs35 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/
DSymbol.cs213 public bool Contains(SymbolAddress x) in Contains()
/Renode-Infrastructure-v1.15.3-29f510e/src/UI/VideoAnalyzer/
DFrameBufferDisplayWidget.cs339 private void HandlePointerMoved(int x, int y) in HandlePointerMoved()

12