Searched refs:_x (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/swing/plaf/basic/
H A DBasicDesktopIconUI.java194 // _x & _y are the mousePressed location in absolute coordinate system
195 int _x, _y; field in class:BasicDesktopIconUI.MouseInputHandler
201 _x = 0;
220 _x = p.x;
264 newX = startingBounds.x - (_x - p.x);
H A DBasicInternalFrameUI.java627 // _x & _y are the mousePressed location in absolute coordinate system
628 int _x, _y; field in class:BasicInternalFrameUI.BorderListener
684 _x = 0;
705 _x = p.x;
832 int deltaX = _x - p.x;
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_Instruction.hpp932 Value _x;
936 NegateOp(Value x) : Instruction(x->type()->base()), _x(x) {
941 Value x() const { return _x; }
944 virtual void input_values_do(ValueVisitor* f) { f->visit(&_x); }
951 Value _x;
959 , _x(x)
967 Value x() const { return _x; }
973 Value t = _x; _x = _y; _y = t;
978 virtual void input_values_do(ValueVisitor* f) { f->visit(&_x);
[all...]
/openjdk7/jdk/src/macosx/classes/com/apple/laf/
H A DAquaInternalFrameUI.java366 // _x & _y are the mousePressed location in absolute coordinate system
367 int _x, _y; field in class:AquaInternalFrameUI.AquaBorderListener
456 _x = 0;
470 _x = p.x;
548 final int deltaX = _x - p.x;

Completed in 41 milliseconds