Searched refs:nH (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 51 bmhHeader.bmiHeader.biHeight = -nH; 67 for (int nOutern = 0; nOutern < nH; nOutern++ ) {
|
H A D | awt_Cursor.cpp | 335 jint nSS, jint nW, jint nH, jint xHotSpot, jint yHotSpot) 342 nH != ::GetSystemMetrics(SM_CYCURSOR)) { 352 HBITMAP hMask = ::CreateBitmap(nW, nH, 1, 1, (BYTE *)andMaskPtr); 355 int *cols = SAFE_SIZE_NEW_ARRAY2(int, nW, nH); 362 hColor = create_BMP(NULL, (int *)intRasterDataPtr, nSS, nW, nH); 363 memcpy(cols, intRasterDataPtr, nW*nH*sizeof(int)); 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 657 bmhHeader.bmiHeader.bV5Height = -nH; 680 for (int nOutern = 0; nOutern < nH; nOutern++) { 967 jint nSS, jint nW, jint nH) 976 HBITMAP hMask = ::CreateBitmap(nW, nH, 1, 1, (BYTE *)andMaskPtr); 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
|
/openjdk7/jdk/src/macosx/classes/sun/lwawt/macosx/ |
H A D | CDataTransferer.java | 261 private native byte[] imageDataToPlatformImageBytes(int[] rData, int nW, int nH); argument
|
Completed in 37 milliseconds