Searched defs:bitmapBits (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jdk/src/windows/native/sun/windows/
H A Dawt_BitmapUtil.cpp168 void *bitmapBits = NULL; local
180 &bitmapBits, NULL, 0);
182 if (!bitmapBits) {
189 memcpy(bitmapBits, (void*)imageData, srcStride * height);
192 void *pDstPixels = bitmapBits;
361 * Creates a 32 bit ARGB bitmap. Returns the bitmap handle. The *bitmapBits
H A Dawt_Component.cpp4587 void AwtComponent::FillAlpha(void *bitmapBits, SIZE &size, BYTE alpha) argument
4589 if (!bitmapBits) {
4593 DWORD* dest = (DWORD*)bitmapBits;
4614 void *bitmapBits = NULL; local
4615 HBITMAP hBitmap = BitmapUtil::CreateARGBBitmap(size.cx, size.cy, &bitmapBits);
4633 FillAlpha(bitmapBits, size, alpha);
/openjdk7/jdk/src/share/native/sun/awt/splashscreen/
H A Dsplashscreen_impl.h43 rgbquad_t *bitmapBits; member in struct:SplashImage
/openjdk7/jdk/src/windows/native/sun/awt/splashscreen/
H A Dsplashscreen_sys.c116 splash->frames[imageIndex].bitmapBits, &splash->imageFormat);
222 void *bitmapBits; local
247 &bitmapBits, NULL, 0);
248 memcpy(bitmapBits, splash->screenData,

Completed in 254 milliseconds