Searched refs:_y (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
202 _y = 0;
221 _y = p.y;
265 newY = startingBounds.y - (_y - p.y);
H A DBasicInternalFrameUI.java627 // _x & _y are the mousePressed location in absolute coordinate system
628 int _x, _y; field in class:BasicInternalFrameUI.BorderListener
685 _y = 0;
706 _y = p.y;
833 int deltaY = _y - p.y;
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_Instruction.hpp952 Value _y;
960 , _y(y)
968 Value y() const { return _y; }
973 Value t = _x; _x = _y; _y = t;
978 virtual void input_values_do(ValueVisitor* f) { f->visit(&_x); f->visit(&_y); }
1819 Value _y;
1831 , _y(y)
1849 Value y() const { return _y; }
1861 Value t = _x; _x = _y; _
[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
457 _y = 0;
471 _y = p.y;
549 final int deltaY = _y - p.y;

Completed in 42 milliseconds