Searched defs:yHotSpot (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);
93 int yHotSpot);
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.h84 int yHotSpot; member in class:AwtCursor
H A Dawt_Cursor.cpp59 xHotSpot = yHotSpot = nWidth = nHeight = nSS = 0;
73 yHotSpot = yH;
269 icnInfo.yHotspot = yHotSpot;
335 jint nSS, jint nW, jint nH, jint xHotSpot, jint yHotSpot)
384 icnInfo.yHotspot = yHotSpot;
395 yHotSpot, nW, nH, nSS, cols,
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 33 milliseconds