Searched defs:xHotSpot (Results 1 - 6 of 6) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/awt/
H A DCustomCursor.java102 int xHotSpot, int yHotSpot);
100 createNativeCursor(Image im, int[] pixels, int width, int height, int xHotSpot, int yHotSpot) argument
/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DXCustomCursor.java75 int xHotSpot, int yHotSpot)
110 long cursor = XlibWrapper.XCreatePixmapCursor(display,source,mask,fore_color.pData,back_color.pData,xHotSpot,yHotSpot);
72 createCursor(byte[] xorMask, byte[] andMask, int width, int height, int fcolor, int bcolor, int xHotSpot, int yHotSpot) argument
/openjdk7/jdk/src/solaris/classes/sun/awt/
H A DX11CustomCursor.java47 int xHotSpot, int yHotSpot) {
170 createCursor(xorMask, andMask, 8*wNByte, height, fc, bc, xHotSpot, yHotSpot);
176 int xHotSpot, int yHotSpot);
46 createNativeCursor(Image im, int[] pixels, int width, int height, int xHotSpot, int yHotSpot) argument
173 createCursor(byte[] xorMask, byte[] andMask, int width, int height, int fcolor, int bcolor, int xHotSpot, int yHotSpot) argument
/openjdk7/jdk/src/windows/classes/sun/awt/windows/
H A DWCustomCursor.java49 int xHotSpot, int yHotSpot) {
86 xHotSpot, yHotSpot);
92 int height, int xHotSpot,
48 createNativeCursor(Image im, int[] pixels, int w, int h, int xHotSpot, int yHotSpot) argument
90 createCursorIndirect(int[] rData, byte[] andMask, int nScanStride, int width, int height, int xHotSpot, int yHotSpot) argument
/openjdk7/jdk/src/windows/native/sun/windows/
H A Dawt_Cursor.h83 int xHotSpot; member in class:AwtCursor
H A Dawt_Cursor.cpp59 xHotSpot = yHotSpot = nWidth = nHeight = nSS = 0;
72 xHotSpot = xH;
268 icnInfo.xHotspot = xHotSpot;
335 jint nSS, jint nW, jint nH, jint xHotSpot, jint yHotSpot)
383 icnInfo.xHotspot = xHotSpot;
394 AwtCursor::setPData(self, ptr_to_jlong(new AwtCursor(env, hCursor, self, xHotSpot,
333 Java_sun_awt_windows_WCustomCursor_createCursorIndirect( JNIEnv *env, jobject self, jintArray intRasterData, jbyteArray andMask, jint nSS, jint nW, jint nH, jint xHotSpot, jint yHotSpot) argument

Completed in 35 milliseconds