Searched refs:nSS (Results 1 - 6 of 6) sorted by relevance
/openjdk7/jdk/src/windows/native/sun/windows/ |
H A D | awt_IconCursor.h | 36 HBITMAP create_BMP(HWND hW,int* imageData,int nSS, int nW, int nH);
|
H A D | awt_IconCursor.cpp | 30 HBITMAP create_BMP(HWND hW,int* imageData,int nSS, int nW, int nH) argument 68 for (int nInner = 0; nInner < nSS; nInner++ ) {
|
H A D | awt_Cursor.h | 87 int nSS; member in class:AwtCursor
|
H A D | awt_Cursor.cpp | 59 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 D | awt_TrayIcon.h | 111 static HBITMAP CreateBMP(HWND hW,int* imageData,int nSS, int nW, int nH);
|
H A D | awt_TrayIcon.cpp | 638 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 71 milliseconds