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

/openjdk7/jdk/src/windows/native/sun/windows/
H A Dawt_IconCursor.h36 HBITMAP create_BMP(HWND hW,int* imageData,int nSS, int nW, int nH);
H A Dawt_IconCursor.cpp30 HBITMAP create_BMP(HWND hW,int* imageData,int nSS, int nW, int nH) argument
68 for (int nInner = 0; nInner < nSS; nInner++ ) {
H A Dawt_Cursor.h87 int nSS; member in class:AwtCursor
H A Dawt_Cursor.cpp59 xHotSpot = yHotSpot = nWidth = nHeight = nSS = 0;
76 nSS = nS;
261 HBITMAP hColor = create_BMP(NULL, cols, nSS, nWidth, nHeight);
335 jint nSS, jint nW, jint nH, jint xHotSpot, jint yHotSpot)
362 hColor = create_BMP(NULL, (int *)intRasterDataPtr, nSS, nW, nH);
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
H A Dawt_TrayIcon.h111 static HBITMAP CreateBMP(HWND hW,int* imageData,int nSS, int nW, int nH);
H A Dawt_TrayIcon.cpp638 HBITMAP AwtTrayIcon::CreateBMP(HWND hW,int* imageData,int nSS, int nW, int nH) argument
681 for (int nInner = 0; nInner < nSS; nInner++) {
967 jint nSS, jint nW, jint nH)
986 hColor = AwtTrayIcon::CreateBMP(NULL, (int *)intRasterDataPtr, nSS, nW, nH);
965 Java_sun_awt_windows_WTrayIconPeer_setNativeIcon(JNIEnv *env, jobject self, jintArray intRasterData, jbyteArray andMask, jint nSS, jint nW, jint nH) argument

Completed in 41 milliseconds