Searched refs:create_BMP (Results 1 - 3 of 3) 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) function
|
H A D | awt_Cursor.cpp | 261 HBITMAP hColor = create_BMP(NULL, cols, nSS, nWidth, nHeight); 362 hColor = create_BMP(NULL, (int *)intRasterDataPtr, nSS, nW, nH);
|
Completed in 31 milliseconds