Home
last modified time | relevance | path

Searched defs:oldX (Results 1 – 25 of 390) sorted by relevance

12345678910>>...16

/dports/astro/kstars/kstars-3.5.6/kstars/htmesh/
H A DSpatialException.cpp81 SpatialException::SpatialException(const SpatialException &oldX) throw() in SpatialException()
97 SpatialException &SpatialException::operator=(const SpatialException &oldX) throw() in operator =()
152 SpatialUnimplemented::SpatialUnimplemented(const SpatialUnimplemented &oldX) throw() : SpatialExcep… in SpatialUnimplemented()
211 SpatialFailure::SpatialFailure(const SpatialFailure &oldX) throw() : SpatialException(oldX) in SpatialFailure()
249 SpatialBoundsError::SpatialBoundsError(const SpatialBoundsError &oldX) throw() : SpatialException(o… in SpatialBoundsError()
297 SpatialInterfaceError::SpatialInterfaceError(const SpatialInterfaceError &oldX) throw() : SpatialEx… in SpatialInterfaceError()
/dports/games/stendhal/stendhal-1.35/src/games/stendhal/server/core/events/
H A DMovementListener.java62 void onExited(ActiveEntity entity, StendhalRPZone zone, int oldX, int oldY); in onExited()
81 void beforeMove(ActiveEntity entity, StendhalRPZone zone, int oldX, int oldY, in beforeMove()
100 void onMoved(ActiveEntity entity, StendhalRPZone zone, int oldX, int oldY, in onMoved()
/dports/games/stendhal/stendhal-1.35/src/games/stendhal/server/entity/mapstuff/area/
H A DOnePlayerArea.java255 public void onExited(final ActiveEntity entity, final StendhalRPZone zone, final int oldX, in onExited()
282 public void onMoved(final ActiveEntity entity, final StendhalRPZone zone, final int oldX, in onMoved()
288 public void beforeMove(ActiveEntity entity, StendhalRPZone zone, int oldX, in beforeMove()
H A DOccupantArea.java274 public void onExited(final ActiveEntity entity, final StendhalRPZone zone, final int oldX, in onExited()
316 public void onMoved(final ActiveEntity entity, final StendhalRPZone zone, final int oldX, in onMoved()
382 public void beforeMove(ActiveEntity entity, StendhalRPZone zone, int oldX, in beforeMove()
H A DMessagingArea.java88 …public void onMoved(final ActiveEntity entity, final StendhalRPZone zone, final int oldX, final in… in onMoved()
139 public void beforeMove(ActiveEntity entity, StendhalRPZone zone, int oldX, in beforeMove()
/dports/games/stendhal/stendhal-1.35/src/games/stendhal/server/maps/semos/bank/
H A DVault.java91 final StendhalRPZone zone, final int oldX, final int oldY) { in onExited()
172 final StendhalRPZone zone, final int oldX, final int oldY, in onMoved()
179 int oldX, int oldY, int newX, int newY) { in beforeMove()
/dports/games/stendhal/stendhal-1.35/src/games/stendhal/server/maps/magic/house1/
H A DAdventureIsland.java121 public void onExited(final ActiveEntity entity, final StendhalRPZone zone, final int oldX, in onExited()
144 public void onMoved(final ActiveEntity entity, final StendhalRPZone zone, final int oldX, in onMoved()
152 int oldX, int oldY, int newX, int newY) { in beforeMove()
/dports/games/stendhal/stendhal-1.35/src/games/stendhal/server/maps/northpole/
H A DNorthpole.java121 public void onExited(final ActiveEntity entity, final StendhalRPZone zone, final int oldX, in onExited()
144 public void onMoved(final ActiveEntity entity, final StendhalRPZone zone, final int oldX, in onMoved()
152 int oldX, int oldY, int newX, int newY) { in beforeMove()
/dports/devel/flex-sdk/flex-sdk-4.6.0.23201/frameworks/projects/framework/src/mx/events/
H A DMoveEvent.as121 public var oldX:Number; variable in MoveEvent
/dports/devel/flex-sdk35/flex-sdk3-3.5.0.12683_1/frameworks/projects/framework/src/mx/events/
H A DMoveEvent.as101 public var oldX:Number; variable in MoveEvent
/dports/editors/calligra/calligra-3.2.1/filters/libmsooxml/
H A DComplexShapeHandler.h84 QString oldX, oldY; variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/android_webview/java/src/org/chromium/android_webview/
H A DOverScrollGlow.java50 public void pullGlow(int x, int y, int oldX, int oldY, int maxX, int maxY) { in pullGlow()
102 public void absorbGlow(int x, int y, int oldX, int oldY, int rangeX, int rangeY, in absorbGlow()
/dports/games/toycars/toycars-0.3.10/toycars_vehicle_editor/src/
H A DCurveView.h37 double oldX, oldY; variable
/dports/games/stendhal/stendhal-1.35/src/games/stendhal/server/entity/mapstuff/block/
H A DBlock.java257 public void onExited(ActiveEntity entity, StendhalRPZone zone, int oldX, int oldY) { in onExited()
265 public void onMoved(ActiveEntity entity, StendhalRPZone zone, int oldX, in onMoved()
306 public void beforeMove(ActiveEntity entity, StendhalRPZone zone, int oldX, in beforeMove()
/dports/devel/tdl/tdl-1.5.2/
H A Dmemory.h30 #define grow_array(T, n, oldX) (T *) ((oldX) ? realloc(oldX, (sizeof(T) * (n))) : malloc(sizeof(T) … argument
/dports/games/stendhal/stendhal-1.35/src/games/stendhal/server/entity/
H A DEntity.java165 final int oldX = x; in update() local
502 protected void onMoved(final int oldX, final int oldY, final int newX, final int newY) { in onMoved()
636 final int oldX = this.x; in setPosition() local
/dports/games/trenchbroom/TrenchBroom-ed46601/common/src/View/
H A DUVCameraTool.cpp60 const int oldX = inputState.mouseX() - inputState.mouseDX(); in doMouseDrag() local
/dports/deskutils/plasma5-milou/milou-5.23.5/lib/
H A Ddraghelper.cpp39 bool DragHelper::isDrag(int oldX, int oldY, int newX, int newY) const in isDrag()
/dports/biology/jalview/jalview/src/jalview/appletgui/
H A DIdwidthAdjuster.java36 int oldX = 0; field in IdwidthAdjuster
/dports/games/cockatrice/Cockatrice-2021-01-26-Release-2.8.0/common/
H A Dserver_cardzone.cpp73 void Server_CardZone::removeCardFromCoordMap(Server_Card *card, int oldX, int oldY) in removeCardFromCoordMap()
259 void Server_CardZone::updateCardCoordinates(Server_Card *card, int oldX, int oldY) in updateCardCoordinates()
/dports/devel/folly/folly-2021.12.27.00/folly/executors/test/
H A DAsyncTest.cpp30 auto oldX = getCPUExecutor(); in TEST() local
/dports/games/stendhal/stendhal-1.35/src/games/stendhal/server/maps/quests/maze/
H A DMazeGenerator.java508 public void onExited(final ActiveEntity entity, final StendhalRPZone zone, final int oldX, in onExited()
532 public void onMoved(final ActiveEntity entity, final StendhalRPZone zone, final int oldX, in onMoved()
539 int oldX, int oldY, int newX, int newY) { in beforeMove()
/dports/graphics/graphviz/graphviz-2.44.1/lib/vpsc/
H A Dremove_rectangle_overlap.cpp59 double *oldX = new double[n]; in removeRectangleOverlap() local
/dports/x11/plasma5-plasma-desktop/plasma-desktop-5.23.5/applets/taskmanager/plugin/
H A Ddraghelper.cpp43 bool DragHelper::isDrag(int oldX, int oldY, int newX, int newY) const in isDrag()
/dports/x11/plasma5-plasma-workspace/plasma-workspace-5.23.5/applets/kicker/plugin/
H A Ddraghelper.cpp41 bool DragHelper::isDrag(int oldX, int oldY, int newX, int newY) const in isDrag()

12345678910>>...16