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

/openjdk7/jdk/src/share/classes/sun/awt/
H A DCustomCursor.java97 createNativeCursor(image, pixels, width, height, hotSpot.x, hotSpot.y);
100 protected abstract void createNativeCursor(Image im, int[] pixels, method in class:CustomCursor
/openjdk7/jdk/src/windows/classes/sun/awt/windows/
H A DWCustomCursor.java48 protected void createNativeCursor(Image im, int[] pixels, int w, int h, method in class:WCustomCursor
/openjdk7/jdk/src/solaris/classes/sun/awt/
H A DX11CustomCursor.java46 protected void createNativeCursor(Image im, int[] pixels, int width, int height, method in class:X11CustomCursor

Completed in 45 milliseconds