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

/openjdk7/jdk/src/macosx/classes/sun/lwawt/macosx/
H A DCCustomCursor.java40 Point fHotspot; field in class:CCustomCursor
45 fHotspot = hotSpot;
66 fHotspot.x = fHotspot.y = 0;
82 if (fHotspot.x >= width || fHotspot.y >= height || fHotspot.x < 0 || fHotspot.y < 0) {
87 if (fHotspot.x >= width) {
88 fHotspot
[all...]

Completed in 42 milliseconds